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-05-12T12:31:22.159Z||main|||||INFO|500||The following profiles are active: basic
2022-05-12T12:31:31.425Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-12T12:31:31.426Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-12T12:31:31.582Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-12T12:31:34.807Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-12T12:31:35.200Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-12T12:31:35.582Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-12T12:31:35.596Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-12T12:31:35.732Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-12T12:31:35.966Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-12T12:31:36.421Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-12T12:31:38.100Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-12T12:31:40.008Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-12T12:31:40.044Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-12T12:31:40.592Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-12T12:31:40.838Z||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-05-12T12:31:41.667Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-12T12:31:42.475Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-12T12:31:42.493Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$b3d2088f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-12T12:31:42.494Z||main|||||WARN|500||The sdc end point is not alive
2022-05-12T12:31:44.579Z||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-05-12T12:31:46.634Z||main|||||WARN|500||---
2022-05-12T12:31:46.634Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-12T12:31:46.635Z||main|||||WARN|500||---
2022-05-12T12:31:46.949Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-12T12:31:50.662Z||main|||||INFO|500||Started Application in 31.571 seconds (JVM running for 33.214)
2022-05-12T12:31:50.670Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-12T12:31:50.671Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-12T12:31:50.683Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-12T12:31:50.722Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-12T12:31:50.759Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a283dd9-05c6-4c93-9b6f-ce9cc680f1b7 url= /sdc/v1/artifactTypes
2022-05-12T12:31:50.760Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-12T12:31:50.950Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-12T12:31:50.975Z||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-05-12T12:31:50.994Z||scheduling-1|||||DEBUG|500||create keys
2022-05-12T12:31:51.000Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-12T12:31:51.033Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:31:51.047Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cfc81fa6-0b66-46a5-a2e8-28df10befd03 url= /sdc/v1/registerForDistribution
2022-05-12T12:31:51.233Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cfc81fa6-0b66-46a5-a2e8-28df10befd03 url= /sdc/v1/registerForDistribution
2022-05-12T12:31:51.234Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-12T12:31:51.247Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-12T12:31:51.255Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:31:51.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:31:51.274Z||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-05-12T12:31:51.274Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:31:51.273Z||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-05-12T12:31:51.275Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:32:01.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:32:01.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:32:51.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:32:51.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:32:51.243Z||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-05-12T12:32:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:32:51.244Z||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-05-12T12:32:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:33:00.805Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:33:00.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:33:51.243Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:33:51.243Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:33:51.246Z||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-05-12T12:33:51.246Z||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-05-12T12:33:51.246Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:33:51.246Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:34:00.803Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:34:00.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:34:51.240Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:34:51.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:34:51.243Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:34:51.243Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:34:51.243Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:34:51.243Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:35:00.806Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:35:00.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:35:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:35:51.242Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:35:51.242Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:35:51.242Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:35:51.243Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:35:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:36:00.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:36:00.807Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:36:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:36:51.242Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:36:51.242Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:36:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:36:51.243Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:36:51.244Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:37:00.800Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:37:00.800Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:37:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:37:51.242Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:37:51.242Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:37:51.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:37:51.244Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:37:51.244Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:38:00.796Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:38:00.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:38:51.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:38:51.243Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:38:51.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:38:51.243Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:38:51.245Z||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-05-12T12:38:51.245Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:39:00.792Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:39:00.795Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:39:51.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:39:51.245Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:39:51.245Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:39:51.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:39:51.248Z||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-05-12T12:39:51.249Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:40:00.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:40:00.807Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:40:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:40:51.241Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:40:51.242Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:40:51.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:40:51.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:40:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:41:00.801Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:41:00.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:41:40.191Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-12T12:41:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:41:51.242Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:41:51.242Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:41:51.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:41:51.243Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:41:51.243Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:42:00.796Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:42:00.799Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:42:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:42:51.242Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:42:51.242Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:42:51.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:42:51.243Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:42:51.243Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:43:00.794Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:43:00.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:43:51.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:43:51.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:43:51.243Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:43:51.243Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:43:51.244Z||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-05-12T12:43:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:44:00.801Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:44:00.801Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:44:51.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:44:51.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:44:51.244Z||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-05-12T12:44:51.244Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:44:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:44:51.244Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:45:00.797Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:45:00.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:45:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:45:51.242Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:45:51.242Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:45:51.242Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:45:51.243Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:45:51.243Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:46:00.808Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:46:00.808Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:46:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:46:51.241Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:46:51.242Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:46:51.242Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:46:51.243Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:46:51.243Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:47:00.802Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:47:00.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:47:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:47:51.241Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:47:51.242Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:47:51.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:47:51.243Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:47:51.243Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:48:00.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:48:00.799Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:48:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:48:51.241Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:48:51.242Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:48:51.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:48:51.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:48:51.243Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:49:00.804Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:49:00.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:49:51.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:49:51.243Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:49:51.243Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:49:51.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:49:51.244Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:49:51.245Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:50:00.806Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:50:00.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:50:51.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:50:51.242Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:50:51.243Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:50:51.243Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:50:51.244Z||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-05-12T12:50:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:51:00.792Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:51:00.795Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:51:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:51:51.241Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:51:51.242Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:51:51.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:51:51.243Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:51:51.243Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:52:00.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:52:00.801Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:52:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:52:51.242Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:52:51.242Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:52:51.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:52:51.243Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:52:51.244Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:53:00.790Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:53:00.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:53:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:53:51.241Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:53:51.242Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:53:51.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:53:51.243Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:53:51.243Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:54:00.794Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:54:00.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:54:51.240Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:54:51.241Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:54:51.241Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:54:51.243Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:54:51.244Z||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-05-12T12:54:51.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:55:00.797Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:55:00.798Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:55:51.240Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:55:51.241Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:55:51.242Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:55:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:55:51.243Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:55:51.243Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:56:00.790Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:56:00.798Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:56:51.241Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:56:51.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:56:51.244Z||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-05-12T12:56:51.244Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:56:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:56:51.245Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:57:00.793Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:57:00.795Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:57:51.240Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:57:51.242Z||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-05-12T12:57:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:57:51.243Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:57:51.244Z||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-05-12T12:57:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:58:00.800Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:58:00.800Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:58:51.240Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:58:51.242Z||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-05-12T12:58:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:58:51.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:58:51.244Z||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-05-12T12:58:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:59:00.795Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:59:00.797Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T12:59:51.240Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:59:51.242Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:59:51.242Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:59:51.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:59:51.243Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:59:51.243Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:00:00.793Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:00:00.796Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:00:51.240Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:00:51.241Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:00:51.241Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:00:51.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:00:51.244Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:00:51.244Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:01:00.796Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:01:00.796Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:01:51.240Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:01:51.242Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:01:51.242Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:01:51.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:01:51.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:01:51.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:02:00.794Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:02:00.797Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:02:51.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:02:51.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:02:51.244Z||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-05-12T13:02:51.244Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:02:51.244Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:02:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:03:00.794Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:03:00.797Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:03:04.174Z||http-nio-8085-exec-3|||||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-05-12T13:03:51.240Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:03:51.242Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:03:51.242Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:03:51.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:03:51.247Z||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-05-12T13:03:51.247Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:04:00.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:04:00.801Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:04:51.240Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:04:51.241Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:04:51.241Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:04:51.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:04:51.243Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:04:51.243Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:05:00.798Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:05:00.800Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:05:51.240Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:05:51.241Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:05:51.242Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:05:51.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:05:51.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:05:51.243Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:06:00.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:06:00.800Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:06:51.240Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:06:51.242Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:06:51.242Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:06:51.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:06:51.243Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:06:51.244Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:07:00.809Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:07:00.809Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:07:51.240Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:07:51.241Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:07:51.241Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:07:51.242Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:07:51.243Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:07:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:08:00.808Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:08:00.808Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:08:51.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:08:51.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:08:51.251Z||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-05-12T13:08:51.251Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:08:51.251Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:08:51.251Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:09:00.804Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:09:00.808Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:09:51.240Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:09:51.241Z||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-05-12T13:09:51.241Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:09:51.243Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:09:51.244Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:09:51.245Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:10:00.794Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:10:00.794Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:10:51.240Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:10:51.241Z||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-05-12T13:10:51.241Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:10:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:10:51.243Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:10:51.243Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:10:54.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:10:54.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:10:54.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"376f42eb-28e2-4ce0-a5e4-f103900a2814","serviceName":"basic_onboard_tQJUYO","serviceVersion":"1.0","serviceUUID":"12bddc6c-abf0-4463-9e22-c9aac495399d","serviceDescription":"service","serviceInvariantUUID":"5eca3d37-f755-4cc1-88e0-fd734e154161","resources":[{"resourceInstanceName":"basic_onboard_tQJUYO 0","resourceName":"basic_onboard_tQJUYO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"633b8b0c-fd8a-4ebb-b966-099e59aaeabd","resourceInvariantUUID":"ed68d6bf-1ab5-4dac-95af-3d0f2d1cb2b3","resourceCustomizationUUID":"e8cbe701-b110-4b9d-96fe-6e2535218d88","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml","artifactChecksum":"NzU2NDRiOWViODgxZWM0ZTU4ZWFkMjRjMDA3M2M3MWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83907f61-436e-4f02-b4f4-588a87162de4","artifactVersion":"1"},{"artifactName":"basic_onboard_tqjuyo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json","artifactChecksum":"ZGMxYzdjYzk1YTNhMWQwMzQzNzNiNTljZTU4NmQ0YWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c53d6b74-2366-41de-8cbe-2f5b877c475e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fb4c0cd1-7bee-441e-9ade-4844f356a9c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"533253ae-a67e-4d14-8b59-7505c6003225","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"384d79c7-f5bc-4648-8145-8c0420678145","artifactVersion":"2","generatedFromUUID":"fb4c0cd1-7bee-441e-9ade-4844f356a9c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTqjuyo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml","artifactChecksum":"MzAyMDAzODViNDI2ZGFmMTNmYjIzYTlhNzU4ZmJhOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c69d04a-7d60-4cf3-977d-a996bde670e5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTqjuyo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar","artifactChecksum":"NjU1ZmEyZGEyODI2ZmQ3ZWY0OGYwYzhkZjQ4Y2VhNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95796429-e394-42af-8d23-d2893d33e538","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-12T13:10:54.893Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:10:54.899Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:10:54.910Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:10:54.910Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361051240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:10:55.010Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-12T13:10:55.015Z||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-05-12T13:10:55.015Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:10:55.034Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:10:55.035Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":5,"count":1}
2022-05-12T13:10:55.153Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:10:55.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:10:55.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361049593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:10:55.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:10:55.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:10:55.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361051240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:10:55.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:10:55.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:10:55.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "clamp",
"timestamp": 1652361049433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:10:55.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:10:55.915Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:10:55.916Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:10:55.918Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:10:55.918Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361051240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
"status": "NOTIFIED"
}
2022-05-12T13:10:56.019Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:10:56.020Z||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-05-12T13:10:56.020Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:10:56.041Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:10:56.042Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:10:56.920Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:10:56.920Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:10:56.923Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:10:56.923Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361051240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-12T13:10:57.023Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:10:57.024Z||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-05-12T13:10:57.025Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:10:57.046Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:10:57.047Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:10:57.924Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:10:57.925Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:10:57.928Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:10:57.928Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361051240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:10:58.030Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:10:58.031Z||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-05-12T13:10:58.031Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:10:58.042Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:10:58.043Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:10:58.929Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:10:58.931Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:10:58.934Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:10:58.934Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361051240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-12T13:10:59.034Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:10:59.036Z||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-05-12T13:10:59.036Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:10:59.053Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:10:59.053Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:10:59.935Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:10:59.936Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:10:59.939Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:10:59.940Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361051240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:11:00.040Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:11:00.041Z||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-05-12T13:11:00.041Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:00.058Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:11:00.060Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:11:00.941Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:11:00.942Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:00.945Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:00.945Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361051240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:11:01.045Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:11:01.046Z||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-05-12T13:11:01.047Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:01.058Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:11:01.059Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:11:01.948Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"serviceName": "basic_onboard_tQJUYO",
"serviceVersion": "1.0",
"serviceUUID": "12bddc6c-abf0-4463-9e22-c9aac495399d",
"serviceDescription": "service",
"serviceInvariantUUID": "5eca3d37-f755-4cc1-88e0-fd734e154161",
"resources": [
{
"resourceInstanceName": "basic_onboard_tQJUYO 0",
"resourceCustomizationUUID": "e8cbe701-b110-4b9d-96fe-6e2535218d88",
"resourceName": "basic_onboard_tQJUYO",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "633b8b0c-fd8a-4ebb-b966-099e59aaeabd",
"resourceInvariantUUID": "ed68d6bf-1ab5-4dac-95af-3d0f2d1cb2b3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_tqjuyo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
"artifactChecksum": "ZGMxYzdjYzk1YTNhMWQwMzQzNzNiNTljZTU4NmQ0YWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c53d6b74-2366-41de-8cbe-2f5b877c475e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fb4c0cd1-7bee-441e-9ade-4844f356a9c4",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "384d79c7-f5bc-4648-8145-8c0420678145",
"generatedFromUUID": "fb4c0cd1-7bee-441e-9ade-4844f356a9c4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "384d79c7-f5bc-4648-8145-8c0420678145",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardTqjuyo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"artifactChecksum": "NjU1ZmEyZGEyODI2ZmQ3ZWY0OGYwYzhkZjQ4Y2VhNGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "95796429-e394-42af-8d23-d2893d33e538"
}
],
"workloadContext": "Production"
}
2022-05-12T13:11:01.949Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-12T13:11:01.949Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12bddc6c-abf0-4463-9e22-c9aac495399d ASDC
2022-05-12T13:11:02.023Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:376f42eb-28e2-4ce0-a5e4-f103900a2814
ServiceName:basic_onboard_tQJUYO
ServiceVersion:1.0
ServiceUUID:12bddc6c-abf0-4463-9e22-c9aac495399d
ServiceInvariantUUID:5eca3d37-f755-4cc1-88e0-fd734e154161
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTqjuyo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar
ArtifactUUID:95796429-e394-42af-8d23-d2893d33e538
ArtifactChecksum:NjU1ZmEyZGEyODI2ZmQ3ZWY0OGYwYzhkZjQ4Y2VhNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_tQJUYO 0
ResourceCustomizationUUID:e8cbe701-b110-4b9d-96fe-6e2535218d88
ResourceInvariantUUID:ed68d6bf-1ab5-4dac-95af-3d0f2d1cb2b3
ResourceName:basic_onboard_tQJUYO
ResourceType:VF
ResourceUUID:633b8b0c-fd8a-4ebb-b966-099e59aaeabd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tqjuyo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json
ArtifactUUID:c53d6b74-2366-41de-8cbe-2f5b877c475e
ArtifactChecksum:ZGMxYzdjYzk1YTNhMWQwMzQzNzNiNTljZTU4NmQ0YWI=
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/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fb4c0cd1-7bee-441e-9ade-4844f356a9c4
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/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env
ArtifactUUID:384d79c7-f5bc-4648-8145-8c0420678145
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/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env
ArtifactUUID:384d79c7-f5bc-4648-8145-8c0420678145
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-12T13:11:02.024Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12bddc6c-abf0-4463-9e22-c9aac495399d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-12T13:11:02.184Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:11:02.185Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:11:02.186Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:11:02.187Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 95796429-e394-42af-8d23-d2893d33e538 from URL: /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:02.187Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:11:02.189Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:02.796Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:11:02.809Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar 95796429-e394-42af-8d23-d2893d33e538 71580
2022-05-12T13:11:02.811Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar ASDC sendASDCNotification
2022-05-12T13:11:02.811Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:02.812Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:11:02.812Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:02.814Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:02.814Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361062809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:11:02.914Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:11:02.915Z||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-05-12T13:11:02.916Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:02.927Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:11:02.928Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:11:03.815Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:11:03.816Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:11:03.817Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 95796429-e394-42af-8d23-d2893d33e538, URL: /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar to file: /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:03.818Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:03.876Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:03.876Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:04.217Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9592680863680057338/Definitions/service-BasicOnboardTqjuyo-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-05-12T13:11:05.452Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-12T13:11:05.455Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tQJUYO 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-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|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-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|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-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|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-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|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-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|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-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-12T13:11:05.460Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:05.461Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:05.464Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:05.464Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-12T13:11:05.465Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:11:05.466Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:05.466Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:05.466Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:05.466Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-12T13:11:05.466Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:11:05.467Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:05.467Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is not matching search criteria
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:11:05.470Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:05.470Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:05.470Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:11:05.470Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is not matching search criteria
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c319ca3a-24d0-48de-a695-2329e352b51e
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:05.472Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:05.472Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:05.472Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:05.472Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:05.472Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:05.472Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:05.472Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:05.472Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_tQJUYO
Description:service
Model UUID:12bddc6c-abf0-4463-9e22-c9aac495399d
Model Version:NULL
Model InvariantUuid:5eca3d37-f755-4cc1-88e0-fd734e154161
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_tQJUYO
Model UUID:83ad2e1e-4714-4414-a9a4-005aa39530e5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ed68d6bf-1ab5-4dac-95af-3d0f2d1cb2b3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e8cbe701-b110-4b9d-96fe-6e2535218d88
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e9bfa4aa-7b1a-4aa2-8eb3-76637712e874
ModelName:BasicOnboardTqjuyo..base_ubuntu18..module-0
ModelUuid:e667d401-5fef-4353-b4d9-82ec28bb3b65
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c319ca3a-24d0-48de-a695-2329e352b51e
ModelInvariantUuid:a1806e07-34fb-48da-9bea-2f1ceb64f87b
ModelName:basic_onboard_tQJUYO-nodes.ubuntu18Cvfc
ModelUuid:2e151ef2-b819-4250-981f-63c6c1eff000
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:06010ebd-e792-4ee2-8f35-aa9ea179ce9e
ModelInvariantUuid:305d3465-8819-4e89-9d79-a2ffb3a76624
ModelName:BasicOnboardTqjuyo.compute.nodes.heat.ubuntu18
ModelUuid:9be5b655-e498-4cfd-b57b-93c4f90596d8
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-05-12T13:11:05.492Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 633b8b0c-fd8a-4ebb-b966-099e59aaeabd
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-05-12T13:11:05.552Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||basic_onboard_tQJUYO 0
2022-05-12T13:11:05.557Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 633b8b0c-fd8a-4ebb-b966-099e59aaeabd
2022-05-12T13:11:05.557Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c53d6b74-2366-41de-8cbe-2f5b877c475e from URL: /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json
2022-05-12T13:11:05.557Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:11:05.557Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json
2022-05-12T13:11:05.884Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:11:05.884Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json c53d6b74-2366-41de-8cbe-2f5b877c475e 798
2022-05-12T13:11:05.885Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json ASDC sendASDCNotification
2022-05-12T13:11:05.885Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json
2022-05-12T13:11:05.885Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:11:05.885Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:05.889Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:05.889Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361065885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:11:05.989Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:11:05.990Z||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-05-12T13:11:05.990Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:06.004Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:11:06.004Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:11:06.890Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTqjuyo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e9bfa4aa-7b1a-4aa2-8eb3-76637712e874",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e667d401-5fef-4353-b4d9-82ec28bb3b65",
"vfModuleModelCustomizationUUID": "a1c304fa-5713-4044-a2ff-84aa6b1a47f2",
"isBase": true,
"artifacts": [
"fb4c0cd1-7bee-441e-9ade-4844f356a9c4",
"384d79c7-f5bc-4648-8145-8c0420678145"
],
"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-05-12T13:11:06.905Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTqjuyo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e667d401-5fef-4353-b4d9-82ec28bb3b65
VfModuleModelInvariantUUID:e9bfa4aa-7b1a-4aa2-8eb3-76637712e874
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb4c0cd1-7bee-441e-9ade-4844f356a9c4
,
384d79c7-f5bc-4648-8145-8c0420678145
}
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-05-12T13:11:06.907Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTqjuyo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e9bfa4aa-7b1a-4aa2-8eb3-76637712e874",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e667d401-5fef-4353-b4d9-82ec28bb3b65",
"vfModuleModelCustomizationUUID": "a1c304fa-5713-4044-a2ff-84aa6b1a47f2",
"isBase": true,
"artifacts": [
"fb4c0cd1-7bee-441e-9ade-4844f356a9c4",
"384d79c7-f5bc-4648-8145-8c0420678145"
],
"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-05-12T13:11:06.908Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTqjuyo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e667d401-5fef-4353-b4d9-82ec28bb3b65
VfModuleModelInvariantUUID:e9bfa4aa-7b1a-4aa2-8eb3-76637712e874
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb4c0cd1-7bee-441e-9ade-4844f356a9c4
,
384d79c7-f5bc-4648-8145-8c0420678145
}
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-05-12T13:11:06.908Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fb4c0cd1-7bee-441e-9ade-4844f356a9c4 from URL: /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml
2022-05-12T13:11:06.908Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:11:06.908Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml
2022-05-12T13:11:07.288Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:11:07.289Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml fb4c0cd1-7bee-441e-9ade-4844f356a9c4 5033
2022-05-12T13:11:07.290Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-12T13:11:07.290Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml
2022-05-12T13:11:07.290Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:11:07.291Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:07.294Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:07.294Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361067290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:11:07.394Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:11:07.395Z||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-05-12T13:11:07.395Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:07.425Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:11:07.426Z||pool-12-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:11:08.295Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 384d79c7-f5bc-4648-8145-8c0420678145 from URL: /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env
2022-05-12T13:11:08.296Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:11:08.296Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env
2022-05-12T13:11:08.489Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:11:08.490Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env 384d79c7-f5bc-4648-8145-8c0420678145 909
2022-05-12T13:11:08.490Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-12T13:11:08.490Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env
2022-05-12T13:11:08.490Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:11:08.490Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:08.493Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:08.493Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361068490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:11:08.594Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:11:08.597Z||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-05-12T13:11:08.598Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:08.612Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:11:08.612Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:11:09.494Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 12bddc6c-abf0-4463-9e22-c9aac495399d
2022-05-12T13:11:09.495Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_tQJUYO 0 633b8b0c-fd8a-4ebb-b966-099e59aaeabd 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-05-12T13:11:09.536Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@266eb3cf, org.onap.sdc.toscaparser.api.parameters.Input@44cd4f26, org.onap.sdc.toscaparser.api.parameters.Input@1709123, org.onap.sdc.toscaparser.api.parameters.Input@5f28b6d1, org.onap.sdc.toscaparser.api.parameters.Input@c8b8630]
2022-05-12T13:11:09.539Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:09.539Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:09.540Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-05-12T13:11:09.540Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= e8cbe701-b110-4b9d-96fe-6e2535218d88
2022-05-12T13:11:09.540Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e8cbe701-b110-4b9d-96fe-6e2535218d88 matches Tosca VF Customization UUID: e8cbe701-b110-4b9d-96fe-6e2535218d88
2022-05-12T13:11:09.540Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: e8cbe701-b110-4b9d-96fe-6e2535218d88 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-05-12T13:11:09.545Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:09.546Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:09.547Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id e8cbe701-b110-4b9d-96fe-6e2535218d88: {\"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-05-12T13:11:09.547Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b4410d1
2022-05-12T13:11:09.547Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:09.547Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:11:09.548Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a1c304fa-5713-4044-a2ff-84aa6b1a47f2
2022-05-12T13:11:09.549Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a1c304fa-5713-4044-a2ff-84aa6b1a47f2
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-05-12T13:11:09.554Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:09.554Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:09.555Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:11:09.555Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:09.555Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:09.556Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:11:09.556Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:09.556Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is not matching search criteria
2022-05-12T13:11:09.556Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-12T13:11:09.556Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-12T13:11:09.556Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c319ca3a-24d0-48de-a695-2329e352b51e
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-05-12T13:11:09.563Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:09.563Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:09.563Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:11:09.564Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:09.564Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:09.564Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0] matching following query criteria: sdcType=VF, customizationUUID=e8cbe701-b110-4b9d-96fe-6e2535218d88
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-05-12T13:11:09.566Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:09.566Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:09.566Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 12bddc6c-abf0-4463-9e22-c9aac495399d: basic_onboard_tQJUYO
2022-05-12T13:11:09.566Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:09.567Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:09.567Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:09.567Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:09.567Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:09.567Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:09.567Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:09.567Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:09.568Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:11:09.568Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:09.568Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_tQJUYO
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-05-12T13:11:09.729Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_tQJUYO 633b8b0c-fd8a-4ebb-b966-099e59aaeabd 1 ASDC deployResourceStructure
2022-05-12T13:11:09.730Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json ASDC sendASDCNotification
2022-05-12T13:11:09.730Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json
2022-05-12T13:11:09.730Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:11:09.730Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:09.732Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:09.732Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361069730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-12T13:11:09.832Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:11:09.834Z||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-05-12T13:11:09.834Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:09.850Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:11:09.851Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:11:10.733Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-12T13:11:10.734Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml
2022-05-12T13:11:10.734Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:11:10.734Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:10.736Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:10.736Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361070733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-12T13:11:10.836Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:11:10.837Z||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-05-12T13:11:10.838Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:10.851Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:11:10.852Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:11:11.739Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-12T13:11:11.740Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env
2022-05-12T13:11:11.740Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:11:11.740Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:11.742Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:11.743Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361071739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-12T13:11:11.843Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:11:11.844Z||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-05-12T13:11:11.844Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:11.876Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:11:11.876Z||pool-16-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:11:12.744Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar ASDC sendASDCNotification
2022-05-12T13:11:12.744Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:12.744Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:11:12.745Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:12.748Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:12.748Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361072744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-12T13:11:12.848Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:11:12.850Z||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-05-12T13:11:12.850Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:12.863Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:11:12.864Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:11:13.750Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
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-05-12T13:11:13.777Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
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-05-12T13:11:13.780Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:11:13.781Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:11:13.781Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:11:43.781Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
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-05-12T13:11:43.795Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
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-05-12T13:11:43.800Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:11:43.800Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:11:43.801Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:11:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:11:51.244Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:11:51.244Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:51.275Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:11:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:11:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361051613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:11:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:13.801Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
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-05-12T13:12:13.818Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
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-05-12T13:12:13.821Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:12:13.822Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:12:13.822Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:12:43.822Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
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-05-12T13:12:43.836Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
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-05-12T13:12:43.841Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:12:43.841Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:12:43.842Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:12:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:12:51.244Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:12:51.244Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:12:51.276Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:12:51.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361049593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361051240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
"status": "NOTIFIED"
}
2022-05-12T13:12:51.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "clamp",
"timestamp": 1652361049433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
"status": "NOTIFIED"
}
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361051613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361049593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361051240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "clamp",
"timestamp": 1652361049433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361051613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "cds",
"timestamp": 1652361057103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361049593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361051240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "clamp",
"timestamp": 1652361049433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361051613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "cds",
"timestamp": 1652361057103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "policy-id",
"timestamp": 1652361057765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361049593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "clamp",
"timestamp": 1652361049433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361051240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361051613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "cds",
"timestamp": 1652361057103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "policy-id",
"timestamp": 1652361057765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361049593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "clamp",
"timestamp": 1652361049433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361051240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361051613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "cds",
"timestamp": 1652361057103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "policy-id",
"timestamp": 1652361057765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "aai-ml",
"timestamp": 1652361060557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361061395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361049593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "clamp",
"timestamp": 1652361049433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361051240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361051613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "cds",
"timestamp": 1652361057103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "policy-id",
"timestamp": 1652361057765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "aai-ml",
"timestamp": 1652361060557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361061395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
"status": "NOTIFIED"
}
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "cds",
"timestamp": 1652361057103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "policy-id",
"timestamp": 1652361057765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "aai-ml",
"timestamp": 1652361060557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361062809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361062807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361061395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "cds",
"timestamp": 1652361057103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "policy-id",
"timestamp": 1652361057765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "aai-ml",
"timestamp": 1652361060557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361061395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "policy-id",
"timestamp": 1652361057765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "cds",
"timestamp": 1652361065107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "aai-ml",
"timestamp": 1652361060557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361061395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "cds",
"timestamp": 1652361066124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-12T13:12:51.298Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 376f42eb-28e2-4ce0-a5e4-f103900a2814
2022-05-12T13:12:51.298Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 376f42eb-28e2-4ce0-a5e4-f103900a2814 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-05-12T13:12:51.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "policy-id",
"timestamp": 1652361065667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.307Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "aai-ml",
"timestamp": 1652361060557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361061395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361065885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361066045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "policy-id",
"timestamp": 1652361066678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "aai-ml",
"timestamp": 1652361060557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:12:51.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361061395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:12:51.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:12:51.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361067049,
"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-05-12T13:12:51.314Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 376f42eb-28e2-4ce0-a5e4-f103900a2814
2022-05-12T13:12:51.314Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 376f42eb-28e2-4ce0-a5e4-f103900a2814 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-05-12T13:12:51.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361067290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "policy-id",
"timestamp": 1652361067683,
"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-05-12T13:12:51.330Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 376f42eb-28e2-4ce0-a5e4-f103900a2814
2022-05-12T13:12:51.330Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 376f42eb-28e2-4ce0-a5e4-f103900a2814 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-05-12T13:12:51.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "aai-ml",
"timestamp": 1652361068622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361069449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361068490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361070655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361069730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361071845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.340Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361070733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-12T13:12:51.340Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361072916,
"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-05-12T13:12:51.344Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 376f42eb-28e2-4ce0-a5e4-f103900a2814
2022-05-12T13:12:51.344Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 376f42eb-28e2-4ce0-a5e4-f103900a2814 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-05-12T13:12:51.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361071739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-12T13:12:51.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "clamp",
"timestamp": 1652361072713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361073920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361072744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "clamp",
"timestamp": 1652361074724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "clamp",
"timestamp": 1652361075729,
"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-05-12T13:12:51.357Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 376f42eb-28e2-4ce0-a5e4-f103900a2814
2022-05-12T13:12:51.357Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 376f42eb-28e2-4ce0-a5e4-f103900a2814 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-05-12T13:12:51.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "aai-ml",
"timestamp": 1652361076551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-12T13:12:51.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "aai-ml",
"timestamp": 1652361077557,
"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-05-12T13:12:51.372Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 376f42eb-28e2-4ce0-a5e4-f103900a2814
2022-05-12T13:12:51.373Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 376f42eb-28e2-4ce0-a5e4-f103900a2814 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-05-12T13:13:13.842Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
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-05-12T13:13:13.856Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
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-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-12T13:13:13.860Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-12T13:13:13.864Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-12T13:13:43.865Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814 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-05-12T13:13:43.880Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814 and serviceModelVersionId: 12bddc6c-abf0-4463-9e22-c9aac495399d
2022-05-12T13:13:43.880Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5eca3d37-f755-4cc1-88e0-fd734e154161
2022-05-12T13:13:51.243Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:13:51.245Z||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-05-12T13:13:51.246Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:13:51.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:13:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "aai-ml",
"timestamp": 1652361150557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361149593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "policy-id",
"timestamp": 1652361157765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361149593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "aai-ml",
"timestamp": 1652361150557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "policy-id",
"timestamp": 1652361157765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361149593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "aai-ml",
"timestamp": 1652361150557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "policy-id",
"timestamp": 1652361157765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "aai-ml",
"timestamp": 1652361150557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361149593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361161395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "policy-id",
"timestamp": 1652361157765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "aai-ml",
"timestamp": 1652361150557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361149593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361161395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
"status": "NOTIFIED"
}
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "cds",
"timestamp": 1652361162103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "policy-id",
"timestamp": 1652361157765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361149593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "aai-ml",
"timestamp": 1652361150557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361161395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "cds",
"timestamp": 1652361162103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "policy-id",
"timestamp": 1652361157765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361149593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "aai-ml",
"timestamp": 1652361150557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361161395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "cds",
"timestamp": 1652361162103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "policy-id",
"timestamp": 1652361157765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "aai-ml",
"timestamp": 1652361165349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361161395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "cds",
"timestamp": 1652361162103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "policy-id",
"timestamp": 1652361165516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361161395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "cds",
"timestamp": 1652361162103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "policy-id",
"timestamp": 1652361166521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:13:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361161395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:13:51.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "cds",
"timestamp": 1652361162103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "policy-id",
"timestamp": 1652361167524,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-12T13:13:51.304Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5af69ad0-3b84-4da2-97ae-e450e1b07f26
2022-05-12T13:13:51.304Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af69ad0-3b84-4da2-97ae-e450e1b07f26 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-05-12T13:13:51.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361169185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:13:51.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:13:51.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "cds",
"timestamp": 1652361162103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361170410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "cds",
"timestamp": 1652361170028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "clamp",
"timestamp": 1652361169433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361171672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:13:51.314Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:13:51.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "cds",
"timestamp": 1652361171036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-12T13:13:51.318Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5af69ad0-3b84-4da2-97ae-e450e1b07f26
2022-05-12T13:13:51.319Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af69ad0-3b84-4da2-97ae-e450e1b07f26 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-05-12T13:13:51.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "clamp",
"timestamp": 1652361169433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
"status": "NOTIFIED"
}
2022-05-12T13:13:51.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:13:52.987Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5eca3d37-f755-4cc1-88e0-fd734e154161/model-vers/model-ver/12bddc6c-abf0-4463-9e22-c9aac495399d?depth=0
2022-05-12T13:13:53.073Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-05-12T13:13:53.440Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5eca3d37-f755-4cc1-88e0-fd734e154161/model-vers/model-ver/12bddc6c-abf0-4463-9e22-c9aac495399d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-12T13:13:53.445Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5eca3d37-f755-4cc1-88e0-fd734e154161/model-vers/model-ver/12bddc6c-abf0-4463-9e22-c9aac495399d?depth=0|INFO|500||Invoke
2022-05-12T13:13:53.532Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5eca3d37-f755-4cc1-88e0-fd734e154161/model-vers/model-ver/12bddc6c-abf0-4463-9e22-c9aac495399d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-12T13:13:54.316Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5eca3d37-f755-4cc1-88e0-fd734e154161/model-vers/model-ver/12bddc6c-abf0-4463-9e22-c9aac495399d?depth=0|INFO|500||InvokeReturn
2022-05-12T13:13:54.317Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5eca3d37-f755-4cc1-88e0-fd734e154161/model-vers/model-ver/12bddc6c-abf0-4463-9e22-c9aac495399d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220512-13:13:54:206-68206], vertex-id=[180400], Content-Length=[0], Date=[Thu, 12 May 2022 13:13:54 GMT], Content-Type=[application/json]}
2022-05-12T13:13:54.318Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-05-12T13:13:54.321Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-12T13:13:54.322Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-12T13:13:54.329Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-12T13:13:54.330Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 376f42eb-28e2-4ce0-a5e4-f103900a2814 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-12T13:13:54.331Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-12T13:13:54.331Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:13:54.335Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:13:54.335Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361234330,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:13:54.435Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:13:54.436Z||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-05-12T13:13:54.437Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:13:54.450Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:13:54.451Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-12T13:13:55.350Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:13:55.351Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|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-05-12T13:13:55.351Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:13:59.826Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:13:59.830Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:13:59.830Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5af69ad0-3b84-4da2-97ae-e450e1b07f26","serviceName":"vFW 2022-05-12 13-10-51","serviceVersion":"1.0","serviceUUID":"1bfcc522-5236-4baf-b960-1baa17d16c21","serviceDescription":"catalog service description","serviceInvariantUUID":"f9edf652-1e71-40ce-8e92-1174810879d1","resources":[{"resourceInstanceName":"vFW 7baad59b-0372 0","resourceName":"vFW 7baad59b-0372","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1503787d-1703-4918-9567-9e9cf723f8da","resourceInvariantUUID":"f892c716-0e60-4592-8428-7f5fdf6a5630","resourceCustomizationUUID":"d02dea55-37d2-4dd1-83bc-b9cd6c850bb2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml","artifactChecksum":"NDI3YWRjMDAxNGFjOTQ0NDVjZmRiZTk1OTg5ZWU3MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"207b50a6-6a6f-498a-b03d-cc84b4410472","artifactVersion":"1"},{"artifactName":"vfw7baad59b03720_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json","artifactChecksum":"ZTZhOTdlNjc4Y2EyZjIzZmM3OTg0MmE2NjNiZDQwODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d81dcd46-6fed-41fa-b30d-04242a9b537f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"89449f7f-761b-41fa-8968-16c1212a7583","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml","artifactChecksum":"Mzg0NTEyOWQ0MDFkOTg4NDBhNWMyOTNmMzBiOGQ5OWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e1e80d3-34de-4eab-bfd4-2eb673e36d7e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"440c2c4c-cf95-45fa-a7e1-3e2f33c071a7","artifactVersion":"2","generatedFromUUID":"89449f7f-761b-41fa-8968-16c1212a7583"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220512131051-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml","artifactChecksum":"Njc2MjBhYjMwYmQ3N2VhYjA3NmM0ZTEwZmM3OTk1OTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e2923ae-f362-4291-bf54-2c71a2ee7b8a","artifactVersion":"1"},{"artifactName":"service-Vfw20220512131051-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar","artifactChecksum":"NDYyZWU2ZThmYTNiMTliMDVjNWM3ZTIyYTEyYTAxNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7969e8e5-ffff-49f3-bbde-1506219f1fdf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-12T13:13:59.833Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:13:59.833Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:13:59.839Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:13:59.839Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:13:59.939Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:13:59.942Z||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-05-12T13:13:59.942Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:13:59.957Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:13:59.958Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:14:00.840Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:14:00.841Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:00.844Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:00.844Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
"status": "NOTIFIED"
}
2022-05-12T13:14:00.944Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:00.945Z||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-05-12T13:14:00.945Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:00.959Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:14:00.959Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:01.845Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:14:01.845Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:01.851Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:01.851Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-12T13:14:01.951Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:01.952Z||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-05-12T13:14:01.952Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:01.971Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:14:01.971Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:02.851Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:14:02.855Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:02.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:02.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:14:02.960Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:02.961Z||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-05-12T13:14:02.962Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:02.980Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:14:02.980Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:14:03.860Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:14:03.861Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:03.865Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:03.865Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-12T13:14:03.965Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:03.966Z||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-05-12T13:14:03.967Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:03.982Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:14:03.983Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:04.866Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:14:04.867Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:04.869Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:04.869Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:14:04.970Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:14:04.971Z||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-05-12T13:14:04.971Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:04.985Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:14:04.985Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:05.870Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:14:05.871Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:05.873Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:05.873Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:14:05.973Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:05.975Z||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-05-12T13:14:05.975Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:05.989Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:14:05.990Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:14:06.874Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"serviceName": "vFW 2022-05-12 13-10-51",
"serviceVersion": "1.0",
"serviceUUID": "1bfcc522-5236-4baf-b960-1baa17d16c21",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f9edf652-1e71-40ce-8e92-1174810879d1",
"resources": [
{
"resourceInstanceName": "vFW 7baad59b-0372 0",
"resourceCustomizationUUID": "d02dea55-37d2-4dd1-83bc-b9cd6c850bb2",
"resourceName": "vFW 7baad59b-0372",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1503787d-1703-4918-9567-9e9cf723f8da",
"resourceInvariantUUID": "f892c716-0e60-4592-8428-7f5fdf6a5630",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7baad59b03720_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
"artifactChecksum": "ZTZhOTdlNjc4Y2EyZjIzZmM3OTg0MmE2NjNiZDQwODQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d81dcd46-6fed-41fa-b30d-04242a9b537f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "89449f7f-761b-41fa-8968-16c1212a7583",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "440c2c4c-cf95-45fa-a7e1-3e2f33c071a7",
"generatedFromUUID": "89449f7f-761b-41fa-8968-16c1212a7583"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "440c2c4c-cf95-45fa-a7e1-3e2f33c071a7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220512131051-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"artifactChecksum": "NDYyZWU2ZThmYTNiMTliMDVjNWM3ZTIyYTEyYTAxNGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7969e8e5-ffff-49f3-bbde-1506219f1fdf"
}
],
"workloadContext": "Production"
}
2022-05-12T13:14:06.875Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-12T13:14:06.875Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1bfcc522-5236-4baf-b960-1baa17d16c21 ASDC
2022-05-12T13:14:06.877Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5af69ad0-3b84-4da2-97ae-e450e1b07f26
ServiceName:vFW 2022-05-12 13-10-51
ServiceVersion:1.0
ServiceUUID:1bfcc522-5236-4baf-b960-1baa17d16c21
ServiceInvariantUUID:f9edf652-1e71-40ce-8e92-1174810879d1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220512131051-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar
ArtifactUUID:7969e8e5-ffff-49f3-bbde-1506219f1fdf
ArtifactChecksum:NDYyZWU2ZThmYTNiMTliMDVjNWM3ZTIyYTEyYTAxNGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7baad59b-0372 0
ResourceCustomizationUUID:d02dea55-37d2-4dd1-83bc-b9cd6c850bb2
ResourceInvariantUUID:f892c716-0e60-4592-8428-7f5fdf6a5630
ResourceName:vFW 7baad59b-0372
ResourceType:VF
ResourceUUID:1503787d-1703-4918-9567-9e9cf723f8da
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7baad59b03720_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json
ArtifactUUID:d81dcd46-6fed-41fa-b30d-04242a9b537f
ArtifactChecksum:ZTZhOTdlNjc4Y2EyZjIzZmM3OTg0MmE2NjNiZDQwODQ=
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/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml
ArtifactUUID:89449f7f-761b-41fa-8968-16c1212a7583
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/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env
ArtifactUUID:440c2c4c-cf95-45fa-a7e1-3e2f33c071a7
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/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env
ArtifactUUID:440c2c4c-cf95-45fa-a7e1-3e2f33c071a7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-12T13:14:06.877Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1bfcc522-5236-4baf-b960-1baa17d16c21 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-05-12T13:14:06.913Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:14:06.915Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:14:06.915Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:14:06.915Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7969e8e5-ffff-49f3-bbde-1506219f1fdf from URL: /sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:06.916Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:14:06.916Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:07.196Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:14:07.201Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar 7969e8e5-ffff-49f3-bbde-1506219f1fdf 99026
2022-05-12T13:14:07.201Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar ASDC sendASDCNotification
2022-05-12T13:14:07.201Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:07.201Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:14:07.202Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:07.204Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:07.204Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361247201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:14:07.304Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:07.306Z||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-05-12T13:14:07.306Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:07.322Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:14:07.323Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:08.204Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:14:08.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:14:08.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7969e8e5-ffff-49f3-bbde-1506219f1fdf, URL: /sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar to file: /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:08.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220512131051-csar.csar
2022-05-12T13:14:08.207Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:08.207Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:08.341Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP315990157136518641/Definitions/service-Vfw20220512131051-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-05-12T13:14:09.935Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|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-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7baad59b-0372 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-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|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-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|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-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|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-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|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-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|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-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|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-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|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-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|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-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|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-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|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-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|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-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:09.938Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:09.938Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-12T13:14:09.938Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:14:09.938Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:09.938Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:09.938Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:09.938Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is not matching search criteria
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:09.942Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:14:09.942Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:09.942Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:09.942Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:14:09.942Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:09.942Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is not matching search criteria
2022-05-12T13:14:09.942Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:14:09.942Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:14:09.943Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-12T13:14:09.943Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:14:09.943Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:14:09.943Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.943Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.943Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:14:09.944Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.944Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:14:09.944Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.944Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55c3ebe5-65a8-4730-8946-c0baaac1a15a
2022-05-12T13:14:09.944Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:09.944Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is not matching search criteria
2022-05-12T13:14:09.944Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:14:09.944Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.946Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cdeb1040-310b-44b7-a8ab-30b923780299
2022-05-12T13:14:09.946Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:09.946Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is not matching search criteria
2022-05-12T13:14:09.946Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:14:09.946Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:14:09.946Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:14:09.946Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.946Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.947Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:14:09.947Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.947Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:14:09.947Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:14:09.947Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.947Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.947Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-12T13:14:09.947Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9f120306-69e6-49e1-a31f-d6b18a936314
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-12 13-10-51
Description:catalog service description
Model UUID:1bfcc522-5236-4baf-b960-1baa17d16c21
Model Version:NULL
Model InvariantUuid:f9edf652-1e71-40ce-8e92-1174810879d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7baad59b-0372
Model UUID:a010bfd2-3eab-4f92-82a1-55e2fca6b996
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f892c716-0e60-4592-8428-7f5fdf6a5630
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d02dea55-37d2-4dd1-83bc-b9cd6c850bb2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c9667905-287e-44f4-8c44-f7298e5ff333
ModelName:Vfw7baad59b0372..base_vfw..module-0
ModelUuid:527876dd-0805-4b6c-8f41-7b06fe0c3bee
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:55c3ebe5-65a8-4730-8946-c0baaac1a15a
ModelInvariantUuid:f66c703c-cb4d-420d-a43e-6cfd36645f86
ModelName:vFW 7baad59b-0372-nodes.vfwCvfc
ModelUuid:6e05870b-e2d2-4a3e-8b4f-ba682cffa825
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:26394f83-a534-4aa3-9017-1a56b0d90483
ModelInvariantUuid:a989c423-d588-4e0d-968d-f64b4c5b0873
ModelName:Vfw7baad59b0372.compute.nodes.heat.vfw
ModelUuid:fa42f05c-193d-4e6c-be24-2832f7a8afd0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cdeb1040-310b-44b7-a8ab-30b923780299
ModelInvariantUuid:50787587-6280-4b2d-9f81-1a41cb01e269
ModelName:vFW 7baad59b-0372-nodes.vsnCvfc
ModelUuid:ab7419a4-6b5b-46d9-b437-c3e485c1867a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a7b95e90-3f88-463c-869b-66eaeaa8e2ca
ModelInvariantUuid:8d737f9d-7d43-4c99-94fe-789aed700ae6
ModelName:Vfw7baad59b0372.compute.nodes.heat.vsn
ModelUuid:025b5049-a5b7-4b07-959a-30b7cbb3fb29
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9f120306-69e6-49e1-a31f-d6b18a936314
ModelInvariantUuid:4684deae-c12a-4804-8d7e-59f343515a8d
ModelName:vFW 7baad59b-0372-nodes.vpgCvfc
ModelUuid:81b466bb-26e0-4670-88e2-f6df77768ec3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ccafde4b-0e2a-489a-a5dd-cb95c229f12b
ModelInvariantUuid:6098441e-dee5-46d6-a081-cabeba265f01
ModelName:Vfw7baad59b0372.compute.nodes.heat.vpg
ModelUuid:3f5d2387-492a-4b1b-bc5c-916345b82c4e
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-05-12T13:14:09.958Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 1503787d-1703-4918-9567-9e9cf723f8da
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-05-12T13:14:09.961Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||vFW 7baad59b-0372 0
2022-05-12T13:14:09.962Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1503787d-1703-4918-9567-9e9cf723f8da
2022-05-12T13:14:09.962Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d81dcd46-6fed-41fa-b30d-04242a9b537f from URL: /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json
2022-05-12T13:14:09.962Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:14:09.962Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json
2022-05-12T13:14:10.014Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:14:10.014Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json d81dcd46-6fed-41fa-b30d-04242a9b537f 785
2022-05-12T13:14:10.015Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json ASDC sendASDCNotification
2022-05-12T13:14:10.015Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json
2022-05-12T13:14:10.015Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:14:10.015Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:10.018Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:10.018Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361250015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:14:10.118Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:10.119Z||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-05-12T13:14:10.120Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:10.135Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:14:10.136Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:14:11.018Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7baad59b0372..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c9667905-287e-44f4-8c44-f7298e5ff333",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "527876dd-0805-4b6c-8f41-7b06fe0c3bee",
"vfModuleModelCustomizationUUID": "3269f599-90cf-452d-8b9e-09237543476c",
"isBase": true,
"artifacts": [
"89449f7f-761b-41fa-8968-16c1212a7583",
"440c2c4c-cf95-45fa-a7e1-3e2f33c071a7"
],
"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-05-12T13:14:11.023Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7baad59b0372..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:527876dd-0805-4b6c-8f41-7b06fe0c3bee
VfModuleModelInvariantUUID:c9667905-287e-44f4-8c44-f7298e5ff333
VfModuleModelDescription:NULL
Artifacts UUID List:{
89449f7f-761b-41fa-8968-16c1212a7583
,
440c2c4c-cf95-45fa-a7e1-3e2f33c071a7
}
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-05-12T13:14:11.024Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7baad59b0372..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c9667905-287e-44f4-8c44-f7298e5ff333",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "527876dd-0805-4b6c-8f41-7b06fe0c3bee",
"vfModuleModelCustomizationUUID": "3269f599-90cf-452d-8b9e-09237543476c",
"isBase": true,
"artifacts": [
"89449f7f-761b-41fa-8968-16c1212a7583",
"440c2c4c-cf95-45fa-a7e1-3e2f33c071a7"
],
"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-05-12T13:14:11.024Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7baad59b0372..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:527876dd-0805-4b6c-8f41-7b06fe0c3bee
VfModuleModelInvariantUUID:c9667905-287e-44f4-8c44-f7298e5ff333
VfModuleModelDescription:NULL
Artifacts UUID List:{
89449f7f-761b-41fa-8968-16c1212a7583
,
440c2c4c-cf95-45fa-a7e1-3e2f33c071a7
}
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-05-12T13:14:11.025Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 89449f7f-761b-41fa-8968-16c1212a7583 from URL: /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml
2022-05-12T13:14:11.025Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:14:11.025Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml
2022-05-12T13:14:11.105Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:14:11.106Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml 89449f7f-761b-41fa-8968-16c1212a7583 20368
2022-05-12T13:14:11.106Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-12T13:14:11.106Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml
2022-05-12T13:14:11.106Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:14:11.106Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:11.108Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:11.108Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361251106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:14:11.209Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:14:11.210Z||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-05-12T13:14:11.210Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:11.224Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:14:11.224Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:14:12.109Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 440c2c4c-cf95-45fa-a7e1-3e2f33c071a7 from URL: /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env
2022-05-12T13:14:12.110Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:14:12.110Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env
2022-05-12T13:14:12.175Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:14:12.176Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env 440c2c4c-cf95-45fa-a7e1-3e2f33c071a7 2098
2022-05-12T13:14:12.176Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-12T13:14:12.176Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env
2022-05-12T13:14:12.176Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:14:12.177Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:12.179Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:12.179Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361252176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:14:12.279Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:12.281Z||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-05-12T13:14:12.281Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:12.296Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:14:12.296Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:13.180Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1bfcc522-5236-4baf-b960-1baa17d16c21
2022-05-12T13:14:13.181Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7baad59b-0372 0 1503787d-1703-4918-9567-9e9cf723f8da 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-05-12T13:14:13.198Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13435a4b, org.onap.sdc.toscaparser.api.parameters.Input@299b5582, org.onap.sdc.toscaparser.api.parameters.Input@6d543a49, org.onap.sdc.toscaparser.api.parameters.Input@486a34af, org.onap.sdc.toscaparser.api.parameters.Input@4172aeeb]
2022-05-12T13:14:13.199Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.199Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:13.200Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-05-12T13:14:13.200Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= d02dea55-37d2-4dd1-83bc-b9cd6c850bb2
2022-05-12T13:14:13.200Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d02dea55-37d2-4dd1-83bc-b9cd6c850bb2 matches Tosca VF Customization UUID: d02dea55-37d2-4dd1-83bc-b9cd6c850bb2
2022-05-12T13:14:13.200Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: d02dea55-37d2-4dd1-83bc-b9cd6c850bb2 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-05-12T13:14:13.202Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.202Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:13.202Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id d02dea55-37d2-4dd1-83bc-b9cd6c850bb2: {\"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-05-12T13:14:13.202Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67aaaa53
2022-05-12T13:14:13.202Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.202Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:14:13.203Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3269f599-90cf-452d-8b9e-09237543476c
2022-05-12T13:14:13.203Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3269f599-90cf-452d-8b9e-09237543476c
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-05-12T13:14:13.204Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.204Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:13.204Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:14:13.205Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.205Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:13.205Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:14:13.205Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.205Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is not matching search criteria
2022-05-12T13:14:13.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:14:13.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:14:13.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-12T13:14:13.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:14:13.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:14:13.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:13.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:13.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:14:13.207Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:13.207Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:14:13.207Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:13.207Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55c3ebe5-65a8-4730-8946-c0baaac1a15a
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-05-12T13:14:13.208Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is not matching search criteria
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:13.210Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:14:13.210Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:13.210Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-12T13:14:13.210Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:14:13.210Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:13.210Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:14:13.210Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:13.210Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cdeb1040-310b-44b7-a8ab-30b923780299
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-05-12T13:14:13.212Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.212Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:13.212Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:14:13.215Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.215Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is not matching search criteria
2022-05-12T13:14:13.215Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:14:13.215Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:14:13.215Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:14:13.215Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9f120306-69e6-49e1-a31f-d6b18a936314
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-05-12T13:14:13.218Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.218Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:13.218Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:14:13.218Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.218Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:13.219Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=d02dea55-37d2-4dd1-83bc-b9cd6c850bb2
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-05-12T13:14:13.220Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.220Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:13.220Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1bfcc522-5236-4baf-b960-1baa17d16c21: vFW 7baad59b-0372
2022-05-12T13:14:13.220Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.220Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-05-12 13-10-51
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-05-12T13:14:13.358Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7baad59b-0372 1503787d-1703-4918-9567-9e9cf723f8da 1 ASDC deployResourceStructure
2022-05-12T13:14:13.358Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json ASDC sendASDCNotification
2022-05-12T13:14:13.359Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json
2022-05-12T13:14:13.359Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:14:13.359Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:13.361Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:13.361Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361253358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
"status": "DEPLOY_OK"
}
2022-05-12T13:14:13.462Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:13.463Z||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-05-12T13:14:13.464Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:13.478Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:14:13.478Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:14.363Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-12T13:14:14.363Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml
2022-05-12T13:14:14.363Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:14:14.364Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:14.367Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:14.367Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361254363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-12T13:14:14.467Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:14.468Z||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-05-12T13:14:14.468Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:14.483Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:14:14.484Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:15.368Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-12T13:14:15.369Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env
2022-05-12T13:14:15.369Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:14:15.369Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:15.372Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:15.372Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361255368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-12T13:14:15.472Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:15.473Z||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-05-12T13:14:15.474Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:15.486Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:14:15.488Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:16.373Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar ASDC sendASDCNotification
2022-05-12T13:14:16.373Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:16.373Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:14:16.374Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:16.377Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:16.377Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361256373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-12T13:14:16.477Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:16.478Z||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-05-12T13:14:16.478Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:16.495Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:14:16.496Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:17.377Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
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-05-12T13:14:17.387Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
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-05-12T13:14:17.391Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:14:17.391Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:14:17.391Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:14:47.391Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
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-05-12T13:14:47.402Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
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-05-12T13:14:47.406Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:14:47.406Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:14:47.406Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:14:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:14:51.244Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:14:51.244Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:51.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:14:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:14:51.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361172727,
"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-05-12T13:14:51.284Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5af69ad0-3b84-4da2-97ae-e450e1b07f26
2022-05-12T13:14:51.284Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af69ad0-3b84-4da2-97ae-e450e1b07f26 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-05-12T13:15:17.406Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
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-05-12T13:15:17.418Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
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-05-12T13:15:17.421Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:15:17.422Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:15:17.422Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:15:47.422Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
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-05-12T13:15:47.453Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
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-05-12T13:15:47.456Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:15:47.456Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:15:47.456Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:15:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:15:51.244Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:15:51.244Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:15:51.273Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:15:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "clamp",
"timestamp": 1652361169433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:15:51.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361171612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:15:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361173745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
"status": "DEPLOY_OK"
}
2022-05-12T13:15:51.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:15:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "clamp",
"timestamp": 1652361169433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361171612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "clamp",
"timestamp": 1652361169433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361171612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "aai-ml",
"timestamp": 1652361175207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-12T13:15:51.278Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:15:51.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "clamp",
"timestamp": 1652361169433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:15:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361171612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:15:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "aai-ml",
"timestamp": 1652361176212,
"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-05-12T13:15:51.289Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5af69ad0-3b84-4da2-97ae-e450e1b07f26
2022-05-12T13:15:51.289Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af69ad0-3b84-4da2-97ae-e450e1b07f26 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-05-12T13:15:51.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "clamp",
"timestamp": 1652361169433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:15:51.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361171612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361171612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361171612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361179699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:15:51.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:15:51.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361182376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-12T13:15:51.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:15:51.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361183381,
"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-05-12T13:15:51.306Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5af69ad0-3b84-4da2-97ae-e450e1b07f26
2022-05-12T13:15:51.307Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af69ad0-3b84-4da2-97ae-e450e1b07f26 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-05-12T13:15:51.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "clamp",
"timestamp": 1652361185725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:15:51.314Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:15:51.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "clamp",
"timestamp": 1652361187734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-12T13:15:51.314Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:15:51.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "clamp",
"timestamp": 1652361188739,
"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-05-12T13:15:51.317Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5af69ad0-3b84-4da2-97ae-e450e1b07f26
2022-05-12T13:15:51.317Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af69ad0-3b84-4da2-97ae-e450e1b07f26 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-05-12T13:15:51.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361229593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:15:51.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "clamp",
"timestamp": 1652361229434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:15:51.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "cds",
"timestamp": 1652361222103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:17.456Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
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-05-12T13:16:17.468Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
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-05-12T13:16:17.471Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-12T13:16:17.476Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-12T13:16:47.477Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26 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-05-12T13:16:47.485Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26 and serviceModelVersionId: 1bfcc522-5236-4baf-b960-1baa17d16c21
2022-05-12T13:16:47.485Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f9edf652-1e71-40ce-8e92-1174810879d1
2022-05-12T13:16:47.486Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?depth=0
2022-05-12T13:16:47.492Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-05-12T13:16:47.518Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?depth=0|INFO|500||Invoke
2022-05-12T13:16:47.519Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5af69ad0-3b84-4da2-97ae-e450e1b07f26], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cdda09ef-b4f6-4330-a28c-128feadb1707], X-ECOMP-RequestID=[5af69ad0-3b84-4da2-97ae-e450e1b07f26], X-TransactionId=[], X-ONAP-RequestID=[5af69ad0-3b84-4da2-97ae-e450e1b07f26], Content-Type=[application/merge-patch+json]}
2022-05-12T13:16:47.540Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-12T13:16:47.668Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?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/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220512-13:16:48:213-85614], vertex-id=[172160], Content-Length=[0], Date=[Thu, 12 May 2022 13:16:48 GMT], Content-Type=[application/json]}
2022-05-12T13:16:47.669Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-12T13:16:47.670Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?depth=0|INFO|500||InvokeReturn
2022-05-12T13:16:47.670Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-12T13:16:47.671Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-12T13:16:47.680Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-12T13:16:47.680Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5af69ad0-3b84-4da2-97ae-e450e1b07f26 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-12T13:16:47.680Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-12T13:16:47.681Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:47.682Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:47.682Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361407680,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:16:47.783Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:16:47.784Z||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-05-12T13:16:47.784Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:47.799Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:16:47.800Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-12T13:16:48.695Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:16:48.696Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a152d1df-6e4b-4cce-8c2a-40176c6615a0","serviceName":"vFW 2022-05-12 13-12-14","serviceVersion":"1.0","serviceUUID":"d5287295-9b5c-45d5-bbce-5eb98c6ce7b2","serviceDescription":"catalog service description","serviceInvariantUUID":"9b6360f8-08bc-4a6a-8880-3bbe0b4a5f61","resources":[{"resourceInstanceName":"vFW 3f477290-0395 0","resourceName":"vFW 3f477290-0395","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f86f9c98-04e6-4d02-a167-a4dbb34d804f","resourceInvariantUUID":"56a10841-53d2-45ef-9b3b-b3740598832a","resourceCustomizationUUID":"412dfe04-5b79-4179-816c-c338c5218c09","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml","artifactChecksum":"ODhlNjkyN2IyYTM3NjgxOTllNjQ2ZDYwMzlkODdmZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29182fe7-027a-4c27-86c7-2f52a4924a7e","artifactVersion":"1"},{"artifactName":"vfw3f47729003950_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json","artifactChecksum":"MzM4MzlmN2Y4NDM0NTExZGVmNjU5YWI3NDhjMzMwNzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"28ef8c51-46be-461c-90b3-5e086760b1f9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ef84c1a1-d74c-40f3-bb15-06f528af2f60","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml","artifactChecksum":"ZWM3MDEzMzIxMDQ3NDU5MjJiYWRhYTViZmU3NDk4NDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1d97b921-788c-44d3-8b84-e16b5da4c5a9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2494267a-6e99-4ac8-808c-3a1bd5a23fa1","artifactVersion":"2","generatedFromUUID":"ef84c1a1-d74c-40f3-bb15-06f528af2f60"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220512131214-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml","artifactChecksum":"ZmQwNmYxOTEwZGRiNzNkNjM4MjMxM2E3YTA5MTIwYzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6643101f-07ee-4c0b-8887-cadb0c5a8fe1","artifactVersion":"1"},{"artifactName":"service-Vfw20220512131214-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar","artifactChecksum":"ZWE5Njg4YWVjZmU2Nzg0ZmUyMDNkZjYyYmQ4NTgxNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebd24e23-2f99-432b-8093-f0b5a4ed1509","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-12T13:16:48.697Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:16:48.698Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:48.700Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:48.700Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:48.800Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:16:48.801Z||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-05-12T13:16:48.802Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:48.822Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:16:48.822Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:16:49.701Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:16:49.702Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:49.704Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:49.705Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
"status": "NOTIFIED"
}
2022-05-12T13:16:49.806Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:16:49.807Z||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-05-12T13:16:49.807Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:49.828Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:16:49.829Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:16:50.705Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:16:50.706Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:50.709Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:50.709Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-12T13:16:50.809Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:16:50.810Z||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-05-12T13:16:50.810Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:50.833Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:16:50.833Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:16:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:16:51.243Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:16:51.243Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:51.271Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:16:51.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "clamp",
"timestamp": 1652361229434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
"status": "NOTIFIED"
}
2022-05-12T13:16:51.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361229593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "cds",
"timestamp": 1652361222103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361231612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "clamp",
"timestamp": 1652361229434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361229593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "cds",
"timestamp": 1652361222103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361231612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "clamp",
"timestamp": 1652361229434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361229593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "cds",
"timestamp": 1652361222103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361231612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361234330,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "clamp",
"timestamp": 1652361229434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361229593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "cds",
"timestamp": 1652361222103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361231612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361229593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "cds",
"timestamp": 1652361222103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "clamp",
"timestamp": 1652361229434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361231612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "clamp",
"timestamp": 1652361229434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1652361229593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "cds",
"timestamp": 1652361222103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361231612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "policy-id",
"timestamp": 1652361237765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361231612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "cds",
"timestamp": 1652361239098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "policy-id",
"timestamp": 1652361237765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "cds",
"timestamp": 1652361240104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-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-05-12T13:16:51.292Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a152d1df-6e4b-4cce-8c2a-40176c6615a0
2022-05-12T13:16:51.292Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a152d1df-6e4b-4cce-8c2a-40176c6615a0 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-05-12T13:16:51.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361239596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.299Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "policy-id",
"timestamp": 1652361237765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "aai-ml",
"timestamp": 1652361240557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361241395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
"status": "NOTIFIED"
}
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "policy-id",
"timestamp": 1652361237765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "aai-ml",
"timestamp": 1652361240557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361241395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
"status": "NOTIFIED"
}
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361242269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "policy-id",
"timestamp": 1652361237765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "aai-ml",
"timestamp": 1652361240557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361241395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-12T13:16:51.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652361243273,
"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-05-12T13:16:51.306Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a152d1df-6e4b-4cce-8c2a-40176c6615a0
2022-05-12T13:16:51.306Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a152d1df-6e4b-4cce-8c2a-40176c6615a0 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-05-12T13:16:51.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "policy-id",
"timestamp": 1652361237765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "aai-ml",
"timestamp": 1652361240557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361241395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "policy-id",
"timestamp": 1652361237765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "aai-ml",
"timestamp": 1652361240557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361241395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "policy-id",
"timestamp": 1652361245653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "aai-ml",
"timestamp": 1652361240557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361241395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "policy-id",
"timestamp": 1652361246658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "aai-ml",
"timestamp": 1652361240557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361241395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361247201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "policy-id",
"timestamp": 1652361247663,
"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-05-12T13:16:51.321Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a152d1df-6e4b-4cce-8c2a-40176c6615a0
2022-05-12T13:16:51.321Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a152d1df-6e4b-4cce-8c2a-40176c6615a0 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-05-12T13:16:51.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "aai-ml",
"timestamp": 1652361248417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361249262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "clamp",
"timestamp": 1652361248734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361250458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "clamp",
"timestamp": 1652361249758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361250015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361251548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.330Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "clamp",
"timestamp": 1652361250762,
"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-05-12T13:16:51.336Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a152d1df-6e4b-4cce-8c2a-40176c6615a0
2022-05-12T13:16:51.336Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a152d1df-6e4b-4cce-8c2a-40176c6615a0 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-05-12T13:16:51.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361251106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.344Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361252572,
"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-05-12T13:16:51.349Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a152d1df-6e4b-4cce-8c2a-40176c6615a0
2022-05-12T13:16:51.349Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a152d1df-6e4b-4cce-8c2a-40176c6615a0 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-05-12T13:16:51.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361252176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652361253578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
"status": "DEPLOY_OK"
}
2022-05-12T13:16:51.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361253358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
"status": "DEPLOY_OK"
}
2022-05-12T13:16:51.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "aai-ml",
"timestamp": 1652361254878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-12T13:16:51.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361254363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-12T13:16:51.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "aai-ml",
"timestamp": 1652361255883,
"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-05-12T13:16:51.364Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a152d1df-6e4b-4cce-8c2a-40176c6615a0
2022-05-12T13:16:51.364Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a152d1df-6e4b-4cce-8c2a-40176c6615a0 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-05-12T13:16:51.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361255368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-12T13:16:51.373Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361256373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-12T13:16:51.374Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.710Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:16:51.711Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:51.714Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:51.714Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.814Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:16:51.815Z||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-05-12T13:16:51.815Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:51.835Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:16:51.835Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:16:52.715Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:16:52.716Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:52.718Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:52.719Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-12T13:16:52.819Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:16:52.820Z||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-05-12T13:16:52.820Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:52.836Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:16:52.837Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:16:53.720Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:16:53.721Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:53.723Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:53.723Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-12T13:16:53.823Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:16:53.825Z||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-05-12T13:16:53.825Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:53.839Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:16:53.840Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:16:54.724Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:16:54.725Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:54.726Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:54.727Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361235350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "NOTIFIED"
}
2022-05-12T13:16:54.827Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:16:54.828Z||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-05-12T13:16:54.828Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:54.843Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:16:54.843Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:16:55.729Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"serviceName": "vFW 2022-05-12 13-12-14",
"serviceVersion": "1.0",
"serviceUUID": "d5287295-9b5c-45d5-bbce-5eb98c6ce7b2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9b6360f8-08bc-4a6a-8880-3bbe0b4a5f61",
"resources": [
{
"resourceInstanceName": "vFW 3f477290-0395 0",
"resourceCustomizationUUID": "412dfe04-5b79-4179-816c-c338c5218c09",
"resourceName": "vFW 3f477290-0395",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f86f9c98-04e6-4d02-a167-a4dbb34d804f",
"resourceInvariantUUID": "56a10841-53d2-45ef-9b3b-b3740598832a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3f47729003950_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
"artifactChecksum": "MzM4MzlmN2Y4NDM0NTExZGVmNjU5YWI3NDhjMzMwNzk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "28ef8c51-46be-461c-90b3-5e086760b1f9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ef84c1a1-d74c-40f3-bb15-06f528af2f60",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2494267a-6e99-4ac8-808c-3a1bd5a23fa1",
"generatedFromUUID": "ef84c1a1-d74c-40f3-bb15-06f528af2f60"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2494267a-6e99-4ac8-808c-3a1bd5a23fa1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220512131214-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"artifactChecksum": "ZWE5Njg4YWVjZmU2Nzg0ZmUyMDNkZjYyYmQ4NTgxNWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ebd24e23-2f99-432b-8093-f0b5a4ed1509"
}
],
"workloadContext": "Production"
}
2022-05-12T13:16:55.729Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-12T13:16:55.730Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d5287295-9b5c-45d5-bbce-5eb98c6ce7b2 ASDC
2022-05-12T13:16:55.730Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a152d1df-6e4b-4cce-8c2a-40176c6615a0
ServiceName:vFW 2022-05-12 13-12-14
ServiceVersion:1.0
ServiceUUID:d5287295-9b5c-45d5-bbce-5eb98c6ce7b2
ServiceInvariantUUID:9b6360f8-08bc-4a6a-8880-3bbe0b4a5f61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220512131214-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar
ArtifactUUID:ebd24e23-2f99-432b-8093-f0b5a4ed1509
ArtifactChecksum:ZWE5Njg4YWVjZmU2Nzg0ZmUyMDNkZjYyYmQ4NTgxNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3f477290-0395 0
ResourceCustomizationUUID:412dfe04-5b79-4179-816c-c338c5218c09
ResourceInvariantUUID:56a10841-53d2-45ef-9b3b-b3740598832a
ResourceName:vFW 3f477290-0395
ResourceType:VF
ResourceUUID:f86f9c98-04e6-4d02-a167-a4dbb34d804f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3f47729003950_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json
ArtifactUUID:28ef8c51-46be-461c-90b3-5e086760b1f9
ArtifactChecksum:MzM4MzlmN2Y4NDM0NTExZGVmNjU5YWI3NDhjMzMwNzk=
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/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml
ArtifactUUID:ef84c1a1-d74c-40f3-bb15-06f528af2f60
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/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env
ArtifactUUID:2494267a-6e99-4ac8-808c-3a1bd5a23fa1
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/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env
ArtifactUUID:2494267a-6e99-4ac8-808c-3a1bd5a23fa1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-12T13:16:55.730Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5287295-9b5c-45d5-bbce-5eb98c6ce7b2 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-05-12T13:16:55.767Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:16:55.768Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:16:55.768Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:16:55.768Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ebd24e23-2f99-432b-8093-f0b5a4ed1509 from URL: /sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:55.768Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:16:55.768Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:56.797Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:16:56.803Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar ebd24e23-2f99-432b-8093-f0b5a4ed1509 98989
2022-05-12T13:16:56.804Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar ASDC sendASDCNotification
2022-05-12T13:16:56.804Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:56.804Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:16:56.805Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:56.806Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:56.806Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361416804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:16:56.907Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:16:56.908Z||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-05-12T13:16:56.908Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:56.922Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:16:56.923Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:16:57.807Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:16:57.808Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:16:57.808Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ebd24e23-2f99-432b-8093-f0b5a4ed1509, URL: /sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar to file: /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:57.808Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220512131214-csar.csar
2022-05-12T13:16:57.809Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:57.809Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:57.906Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4218584657703745725/Definitions/service-Vfw20220512131214-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-05-12T13:16:59.347Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-12T13:16:59.347Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3f477290-0395 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-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3eaac788-8b9f-4ee0-92ca-5b865ee21713
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7d815de3-c08c-4430-b540-eb373a601920
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6c35bfbd-b6e0-493b-9d09-eff4ab363a45
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:16:59.355Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:16:59.355Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:16:59.355Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:16:59.355Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:16:59.355Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:16:59.355Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-12 13-12-14
Description:catalog service description
Model UUID:d5287295-9b5c-45d5-bbce-5eb98c6ce7b2
Model Version:NULL
Model InvariantUuid:9b6360f8-08bc-4a6a-8880-3bbe0b4a5f61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3f477290-0395
Model UUID:30761ef2-1a09-47db-8ec9-07f1abc17af7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:56a10841-53d2-45ef-9b3b-b3740598832a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:412dfe04-5b79-4179-816c-c338c5218c09
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:07d9f9fa-81e3-4332-9180-ebb53e2d1f5c
ModelName:Vfw3f4772900395..base_vfw..module-0
ModelUuid:71a83748-8ae5-491e-8fa7-1ab14bee39d0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3eaac788-8b9f-4ee0-92ca-5b865ee21713
ModelInvariantUuid:a45d4f9f-3cd7-496e-8ce3-56fa7ceff802
ModelName:vFW 3f477290-0395-nodes.vfwCvfc
ModelUuid:297ddaf6-f010-4946-bfb0-9a249a7fbe60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:27330705-6c26-4563-977f-fad2abaeafdd
ModelInvariantUuid:3ac1e9ec-78bc-4dd4-bc0e-ced91ae496d7
ModelName:Vfw3f4772900395.compute.nodes.heat.vfw
ModelUuid:ff89a0d1-6b39-4143-bfb0-4b1de5ac3a2d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7d815de3-c08c-4430-b540-eb373a601920
ModelInvariantUuid:d9677897-0bd6-4d47-82ff-52b09c7f155b
ModelName:vFW 3f477290-0395-nodes.vsnCvfc
ModelUuid:d25172df-3f08-41bf-b337-aa774db61460
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c8504b6e-5871-440b-bbf8-9ef4dc9e80a5
ModelInvariantUuid:ff70751b-be9d-4874-9221-e55ed450b6ac
ModelName:Vfw3f4772900395.compute.nodes.heat.vsn
ModelUuid:7d459b31-da61-4ae9-ac3f-245754ef5572
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6c35bfbd-b6e0-493b-9d09-eff4ab363a45
ModelInvariantUuid:65ba31cc-3486-42d9-97c1-59a28a93b6dd
ModelName:vFW 3f477290-0395-nodes.vpgCvfc
ModelUuid:89afaa1e-13c0-4546-9e61-81f7e46f3f07
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:fb35dce6-9750-4f51-8a23-f6d915768f28
ModelInvariantUuid:2e4a1037-01ab-4bba-8f92-49458bc3cea2
ModelName:Vfw3f4772900395.compute.nodes.heat.vpg
ModelUuid:664f2c6f-8922-434e-aaa5-43209f423bfe
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-05-12T13:16:59.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f86f9c98-04e6-4d02-a167-a4dbb34d804f
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-05-12T13:16:59.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||vFW 3f477290-0395 0
2022-05-12T13:16:59.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f86f9c98-04e6-4d02-a167-a4dbb34d804f
2022-05-12T13:16:59.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 28ef8c51-46be-461c-90b3-5e086760b1f9 from URL: /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json
2022-05-12T13:16:59.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:16:59.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json
2022-05-12T13:16:59.678Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:16:59.679Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json 28ef8c51-46be-461c-90b3-5e086760b1f9 785
2022-05-12T13:16:59.679Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json ASDC sendASDCNotification
2022-05-12T13:16:59.679Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json
2022-05-12T13:16:59.679Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:16:59.680Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:59.682Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:59.682Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361419679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:16:59.782Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:16:59.784Z||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-05-12T13:16:59.784Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:59.799Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:16:59.799Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:17:00.683Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3f4772900395..base_vfw..module-0",
"vfModuleModelInvariantUUID": "07d9f9fa-81e3-4332-9180-ebb53e2d1f5c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "71a83748-8ae5-491e-8fa7-1ab14bee39d0",
"vfModuleModelCustomizationUUID": "101f24ab-b4b7-4cb5-8430-a0ca6d50ba8f",
"isBase": true,
"artifacts": [
"ef84c1a1-d74c-40f3-bb15-06f528af2f60",
"2494267a-6e99-4ac8-808c-3a1bd5a23fa1"
],
"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-05-12T13:17:00.687Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3f4772900395..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71a83748-8ae5-491e-8fa7-1ab14bee39d0
VfModuleModelInvariantUUID:07d9f9fa-81e3-4332-9180-ebb53e2d1f5c
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef84c1a1-d74c-40f3-bb15-06f528af2f60
,
2494267a-6e99-4ac8-808c-3a1bd5a23fa1
}
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-05-12T13:17:00.690Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3f4772900395..base_vfw..module-0",
"vfModuleModelInvariantUUID": "07d9f9fa-81e3-4332-9180-ebb53e2d1f5c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "71a83748-8ae5-491e-8fa7-1ab14bee39d0",
"vfModuleModelCustomizationUUID": "101f24ab-b4b7-4cb5-8430-a0ca6d50ba8f",
"isBase": true,
"artifacts": [
"ef84c1a1-d74c-40f3-bb15-06f528af2f60",
"2494267a-6e99-4ac8-808c-3a1bd5a23fa1"
],
"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-05-12T13:17:00.691Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3f4772900395..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71a83748-8ae5-491e-8fa7-1ab14bee39d0
VfModuleModelInvariantUUID:07d9f9fa-81e3-4332-9180-ebb53e2d1f5c
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef84c1a1-d74c-40f3-bb15-06f528af2f60
,
2494267a-6e99-4ac8-808c-3a1bd5a23fa1
}
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-05-12T13:17:00.691Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ef84c1a1-d74c-40f3-bb15-06f528af2f60 from URL: /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml
2022-05-12T13:17:00.691Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:17:00.691Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml
2022-05-12T13:17:00.983Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:17:00.984Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml ef84c1a1-d74c-40f3-bb15-06f528af2f60 20368
2022-05-12T13:17:00.985Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-12T13:17:00.985Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml
2022-05-12T13:17:00.985Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:17:00.986Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:17:00.987Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:17:00.987Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361420985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:17:01.087Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:17:01.088Z||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-05-12T13:17:01.088Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:17:01.102Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:17:01.102Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:17:01.988Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2494267a-6e99-4ac8-808c-3a1bd5a23fa1 from URL: /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env
2022-05-12T13:17:01.989Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:17:01.989Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env
2022-05-12T13:17:02.085Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:17:02.086Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env 2494267a-6e99-4ac8-808c-3a1bd5a23fa1 2098
2022-05-12T13:17:02.087Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-12T13:17:02.087Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env
2022-05-12T13:17:02.088Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:17:02.088Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:17:02.090Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:17:02.090Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652361422087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-12T13:17:02.191Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:17:02.192Z||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-05-12T13:17:02.192Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:17:02.204Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-12T13:17:02.205Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:17:03.091Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d5287295-9b5c-45d5-bbce-5eb98c6ce7b2
2022-05-12T13:17:03.092Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3f477290-0395 0 f86f9c98-04e6-4d02-a167-a4dbb34d804f 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-05-12T13:17:03.110Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a0eafb8, org.onap.sdc.toscaparser.api.parameters.Input@342cafdc, org.onap.sdc.toscaparser.api.parameters.Input@7327827, org.onap.sdc.toscaparser.api.parameters.Input@2f6a3d4e, org.onap.sdc.toscaparser.api.parameters.Input@70c63474]
2022-05-12T13:17:03.133Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:17:03.133Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:17:03.133Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-05-12T13:17:03.133Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 412dfe04-5b79-4179-816c-c338c5218c09
2022-05-12T13:17:03.134Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 412dfe04-5b79-4179-816c-c338c5218c09 matches Tosca VF Customization UUID: 412dfe04-5b79-4179-816c-c338c5218c09
2022-05-12T13:17:03.134Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 412dfe04-5b79-4179-816c-c338c5218c09 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-05-12T13:17:03.137Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:17:03.137Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:17:03.138Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 412dfe04-5b79-4179-816c-c338c5218c09: {\"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-05-12T13:17:03.138Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4bdc4b17
2022-05-12T13:17:03.138Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:17:03.138Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:17:03.138Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 101f24ab-b4b7-4cb5-8430-a0ca6d50ba8f
2022-05-12T13:17:03.139Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 101f24ab-b4b7-4cb5-8430-a0ca6d50ba8f
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-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is not matching search criteria
2022-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3eaac788-8b9f-4ee0-92ca-5b865ee21713
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-05-12T13:17:03.144Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-12T13:17:03.144Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:17:03.144Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:17:03.144Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery