By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-03-31T13:09:30.393Z||main|||||INFO|500||The following profiles are active: basic
2022-03-31T13:09:46.631Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-31T13:09:46.633Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-31T13:09:46.869Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-31T13:09:53.849Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-31T13:09:54.562Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-31T13:09:55.527Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-31T13:09:55.547Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-31T13:09:55.807Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-31T13:09:56.202Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-31T13:09:57.603Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-31T13:10:01.222Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-31T13:10:05.032Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-31T13:10:05.108Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-31T13:10:05.994Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-31T13:10:06.193Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-31T13:10:07.884Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-31T13:10:09.377Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-31T13:10:09.405Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$7b5c92.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-31T13:10:09.407Z||main|||||WARN|500||The sdc end point is not alive
2022-03-31T13:10:14.068Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-31T13:10:18.790Z||main|||||WARN|500||---
2022-03-31T13:10:18.790Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-31T13:10:18.791Z||main|||||WARN|500||---
2022-03-31T13:10:19.407Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-31T13:10:27.505Z||main|||||INFO|500||Started Application in 62.792 seconds (JVM running for 67.31)
2022-03-31T13:10:27.568Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-31T13:10:27.573Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-31T13:10:27.608Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-31T13:10:27.688Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-31T13:10:27.768Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d3b5d155-1bd7-4746-9900-fad85fccf454 url= /sdc/v1/artifactTypes
2022-03-31T13:10:27.769Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-31T13:10:28.161Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-31T13:10:28.245Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-31T13:10:28.272Z||scheduling-1|||||DEBUG|500||create keys
2022-03-31T13:10:28.283Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-31T13:10:28.319Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:10:28.350Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4a723ff9-a2ab-4699-b610-c6612ccb7f73 url= /sdc/v1/registerForDistribution
2022-03-31T13:10:28.545Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4a723ff9-a2ab-4699-b610-c6612ccb7f73 url= /sdc/v1/registerForDistribution
2022-03-31T13:10:28.546Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-31T13:10:28.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:10:28.562Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:10:28.571Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:10:28.571Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:10:28.571Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:10:28.572Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-31T13:10:28.573Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:10:38.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:10:38.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:11:28.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:11:28.559Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:11:28.560Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:11:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:11:28.561Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:11:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:11:38.141Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:11:38.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:12:28.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:12:28.557Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:12:28.557Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:12:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:12:28.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:12:28.571Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:12:38.110Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:12:38.110Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:13:28.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:13:28.560Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:13:28.560Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:13:28.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:13:28.561Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:13:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:13:38.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:13:38.113Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:14:28.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:14:28.562Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:14:28.563Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:14:28.564Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:14:28.567Z||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-03-31T13:14:28.567Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:14:38.127Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:14:38.128Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:15:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:15:28.557Z||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-03-31T13:15:28.557Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:15:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:15:28.562Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:15:28.562Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:15:38.123Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:15:38.125Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:16:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:16:28.558Z||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-03-31T13:16:28.558Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:16:28.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:16:28.561Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:16:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:16:38.117Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:16:38.120Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:17:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:17:28.558Z||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-03-31T13:17:28.559Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:17:28.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:17:28.561Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:17:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:17:38.109Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:17:38.109Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:18:28.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:18:28.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:18:28.562Z||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-03-31T13:18:28.562Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:18:28.562Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:18:28.562Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:18:38.117Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:18:38.119Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:19:28.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:19:28.560Z||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-03-31T13:19:28.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:19:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:19:28.561Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:19:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:19:38.125Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:19:38.135Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:20:03.017Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-31T13:20:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:20:28.559Z||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-03-31T13:20:28.559Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:20:28.562Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:20:28.563Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:20:28.564Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:20:38.116Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:20:38.116Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:21:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:21:28.557Z||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-03-31T13:21:28.558Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:21:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:21:28.561Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:21:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:21:38.113Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:21:38.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:22:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:22:28.557Z||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-03-31T13:22:28.558Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:22:28.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:22:28.561Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:22:28.562Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:22:38.130Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:22:38.130Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:23:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:23:28.557Z||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-03-31T13:23:28.558Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:23:28.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:23:28.561Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:23:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:23:38.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:23:38.112Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:24:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:24:28.558Z||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-03-31T13:24:28.558Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:24:28.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:24:28.561Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:24:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:24:38.118Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:24:38.119Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:25:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:25:28.557Z||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-03-31T13:25:28.558Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:25:28.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:25:28.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:25:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:25:38.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:25:38.107Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:26:28.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:26:28.559Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:26:28.560Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:26:28.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:26:28.561Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:26:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:26:38.124Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:26:38.124Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:27:28.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:27:28.558Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:27:28.558Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:27:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:27:28.561Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:27:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:27:38.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:27:38.107Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:28:28.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:28:28.558Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:28:28.559Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:28:28.561Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:28:28.562Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:28:28.562Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:28:38.129Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:28:38.133Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:29:28.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:29:28.557Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:29:28.557Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:29:28.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:29:28.561Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:29:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:29:38.100Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:29:38.102Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:30:28.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:30:28.558Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:30:28.558Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:30:28.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:30:28.562Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:30:28.562Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:30:38.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:30:38.109Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:31:28.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:31:28.557Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:31:28.557Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:31:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:31:28.561Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:31:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:31:38.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:31:38.123Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:32:28.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:32:28.557Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:32:28.557Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:32:28.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:32:28.561Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:32:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:32:38.107Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:32:38.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:33:28.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:33:28.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:33:28.561Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:33:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:33:28.561Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:33:28.562Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:33:38.127Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:33:38.127Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:34:28.556Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:34:28.558Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:34:28.559Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:34:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:34:28.561Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:34:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:34:38.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:34:38.116Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:35:28.556Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:35:28.557Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:35:28.557Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:35:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:35:28.561Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:35:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:35:38.116Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:35:38.117Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:36:28.556Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:36:28.558Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:36:28.558Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:36:28.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:36:28.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:36:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:36:38.116Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:36:38.117Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:37:28.556Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:37:28.557Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:37:28.558Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:37:28.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:37:28.560Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:37:28.560Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:37:38.109Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:37:38.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:38:28.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:38:28.559Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:38:28.559Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:38:28.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:38:28.563Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:38:28.564Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:38:38.129Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:38:38.131Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:39:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:39:28.558Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:39:28.558Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:39:28.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:39:28.561Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:39:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:39:38.111Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:39:38.113Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:40:28.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:40:28.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:40:28.560Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:40:28.561Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:40:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:40:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:40:38.113Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:40:38.113Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:41:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:41:28.558Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:41:28.558Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:41:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:41:28.560Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:41:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:41:38.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:41:38.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:42:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:42:28.557Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:42:28.558Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:42:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:42:28.561Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:42:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:42:38.110Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:42:38.110Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:43:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:43:28.558Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:43:28.558Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:43:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:43:28.561Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:43:28.562Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:43:38.117Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:43:38.129Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:44:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:44:28.557Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:44:28.557Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:44:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:44:28.562Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:44:28.562Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:44:38.125Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:44:38.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:45:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:45:28.558Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:45:28.558Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:45:28.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:45:28.561Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:45:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:45:38.136Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:45:38.148Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:46:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:46:28.557Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:46:28.557Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:46:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:46:28.560Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:46:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:46:38.111Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:46:38.111Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:47:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:47:28.559Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:47:28.559Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:47:28.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:47:28.561Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:47:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:47:38.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:47:38.115Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:48:28.557Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:48:28.558Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:48:28.561Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:48:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:29.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:29.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e395ab6-8b4a-4924-933d-b2b78e8ead46","serviceName":"basic_onboard_dVEntT","serviceVersion":"1.0","serviceUUID":"1b3bff11-def4-491a-919d-fc086a5a4d2b","serviceDescription":"service","serviceInvariantUUID":"80ac845c-3674-4705-8931-cb594309b66a","resources":[{"resourceInstanceName":"basic_onboard_dVEntT 0","resourceName":"basic_onboard_dVEntT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0055d879-48b3-4b0d-b521-aaf46ffacb12","resourceInvariantUUID":"55d03d1c-7fe9-490e-99df-be1025279760","resourceCustomizationUUID":"b0644daf-8a2a-4fde-a32d-0cc1c625ee33","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml","artifactChecksum":"MDAzMjEzZDU4ZDQyNDVlZjZlZWIzNmRlNzJkYzA2MGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4e5e1bb0-660d-4d25-a44c-3c2edcd98834","artifactVersion":"1"},{"artifactName":"basic_onboard_dventt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json","artifactChecksum":"MGFiZmI2NWMxYzM4ZWU2MGQ3ZDBiYTUyMjEzOWJkMWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"302972f8-8eaa-4f6c-bd5b-ad6e277bdcc1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3e05d173-b165-48ab-98a5-b00554e9a145","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f31809b-0d06-49b2-9d0c-faed61742887","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e8404618-2be0-4d88-b12b-a7fc3c4db550","artifactVersion":"2","generatedFromUUID":"3e05d173-b165-48ab-98a5-b00554e9a145"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDventt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml","artifactChecksum":"Mzg4ZjA4YWYzMzlhMjQyM2QxYzZjYmQ2ZTA4OGM1YWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a835951-282b-4504-886c-600435909c43","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDventt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar","artifactChecksum":"Nzg3Mjc4NjdlN2JhMDI1MTA2MDIwM2ExNjY4NjcxMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f06f55a7-536a-44c0-81fa-fdd5258d8bb9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T13:48:29.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:29.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "aai-ml",
"timestamp": 1648734478427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.217Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:48:29.229Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:48:29.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734474139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "cds",
"timestamp": 1648734478674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "policy-id",
"timestamp": 1648734478120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "aai-ml",
"timestamp": 1648734478427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734474139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T13:48:29.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "policy-id",
"timestamp": 1648734478120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "cds",
"timestamp": 1648734478674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "aai-ml",
"timestamp": 1648734478427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734474139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-31T13:48:29.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "policy-id",
"timestamp": 1648734478120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-31T13:48:29.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "cds",
"timestamp": 1648734478674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "aai-ml",
"timestamp": 1648734478427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "policy-id",
"timestamp": 1648734478120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "cds",
"timestamp": 1648734478674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734474139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.259Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:48:29.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "aai-ml",
"timestamp": 1648734478427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.260Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734508556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "cds",
"timestamp": 1648734478674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "policy-id",
"timestamp": 1648734478120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734474139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-31T13:48:29.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "aai-ml",
"timestamp": 1648734478427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "policy-id",
"timestamp": 1648734478120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "cds",
"timestamp": 1648734478674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734474139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "aai-ml",
"timestamp": 1648734478427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:48:29.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "policy-id",
"timestamp": 1648734478120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:48:29.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "cds",
"timestamp": 1648734478674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:48:29.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734474139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:48:29.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "ves-openapi-manager",
"timestamp": 1648734487260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "ves-openapi-manager",
"timestamp": 1648734487260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734489152,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:48:29.272Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:48:29.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "cds",
"timestamp": 1648734489521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:48:29.273Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:48:29.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "clamp",
"timestamp": 1648734488539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "aai-ml",
"timestamp": 1648734489582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:48:29.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:48:29.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "policy-id",
"timestamp": 1648734488957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:48:29.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:48:29.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "ves-openapi-manager",
"timestamp": 1648734487260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "cds",
"timestamp": 1648734490538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:48:29.361Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-03-31T13:48:29.366Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:48:29.366Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:29.386Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:29.388Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:48:29.532Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e395ab6-8b4a-4924-933d-b2b78e8ead46
2022-03-31T13:48:29.558Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e395ab6-8b4a-4924-933d-b2b78e8ead46 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:48:29.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "clamp",
"timestamp": 1648734488539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T13:48:29.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "policy-id",
"timestamp": 1648734489965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:48:29.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:48:29.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734490703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:48:29.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:48:29.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "ves-openapi-manager",
"timestamp": 1648734487260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "clamp",
"timestamp": 1648734488539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "policy-id",
"timestamp": 1648734490970,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:48:29.606Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e395ab6-8b4a-4924-933d-b2b78e8ead46
2022-03-31T13:48:29.607Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e395ab6-8b4a-4924-933d-b2b78e8ead46 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:48:29.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734491227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "ves-openapi-manager",
"timestamp": 1648734487260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734492097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:48:29.619Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:48:29.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "clamp",
"timestamp": 1648734488539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734491227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "ves-openapi-manager",
"timestamp": 1648734487260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734493175,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:48:29.633Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e395ab6-8b4a-4924-933d-b2b78e8ead46
2022-03-31T13:48:29.633Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e395ab6-8b4a-4924-933d-b2b78e8ead46 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-31T13:48:29.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "clamp",
"timestamp": 1648734488539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734491227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "ves-openapi-manager",
"timestamp": 1648734487260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734494179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-31T13:48:29.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:48:29.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "clamp",
"timestamp": 1648734488539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734491227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "clamp",
"timestamp": 1648734488539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:48:29.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734491227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734491227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:29.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734491227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:48:29.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:48:29.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734499248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:48:29.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:48:29.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734504421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:48:29.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:48:29.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "clamp",
"timestamp": 1648734504629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:48:29.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:48:29.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "aai-ml",
"timestamp": 1648734505494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:48:29.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:48:29.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734505439,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:48:29.663Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e395ab6-8b4a-4924-933d-b2b78e8ead46
2022-03-31T13:48:29.663Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e395ab6-8b4a-4924-933d-b2b78e8ead46 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:48:29.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "clamp",
"timestamp": 1648734505840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:48:29.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:48:29.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "aai-ml",
"timestamp": 1648734506500,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:48:29.680Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e395ab6-8b4a-4924-933d-b2b78e8ead46
2022-03-31T13:48:29.681Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e395ab6-8b4a-4924-933d-b2b78e8ead46 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:48:29.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:48:29.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "clamp",
"timestamp": 1648734506852,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:48:29.696Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e395ab6-8b4a-4924-933d-b2b78e8ead46
2022-03-31T13:48:29.696Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e395ab6-8b4a-4924-933d-b2b78e8ead46 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:48:30.276Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:48:30.277Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:48:30.279Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:48:30.279Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734508556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T13:48:30.379Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:48:30.381Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:48:30.381Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:30.394Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:30.395Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:48:31.280Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:48:31.280Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:48:31.283Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:48:31.283Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734508556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-31T13:48:31.383Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:48:31.384Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:48:31.384Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:31.398Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:31.399Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:48:32.284Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:48:32.284Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:48:32.286Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:48:32.287Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734508556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:32.387Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:48:32.389Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:48:32.389Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:32.402Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:32.403Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:48:33.287Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:48:33.288Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:48:33.290Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:48:33.291Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734508556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-31T13:48:33.391Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:48:33.393Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:48:33.394Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:33.408Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:33.408Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:48:34.291Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:48:34.292Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:48:34.294Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:48:34.294Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734508556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:48:34.395Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:48:34.396Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:48:34.396Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:34.409Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:34.409Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:48:35.295Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:48:35.296Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:48:35.298Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:48:35.298Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734508556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:48:35.398Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:48:35.399Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:48:35.399Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:35.411Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:35.411Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:48:36.300Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"serviceName": "basic_onboard_dVEntT",
"serviceVersion": "1.0",
"serviceUUID": "1b3bff11-def4-491a-919d-fc086a5a4d2b",
"serviceDescription": "service",
"serviceInvariantUUID": "80ac845c-3674-4705-8931-cb594309b66a",
"resources": [
{
"resourceInstanceName": "basic_onboard_dVEntT 0",
"resourceCustomizationUUID": "b0644daf-8a2a-4fde-a32d-0cc1c625ee33",
"resourceName": "basic_onboard_dVEntT",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0055d879-48b3-4b0d-b521-aaf46ffacb12",
"resourceInvariantUUID": "55d03d1c-7fe9-490e-99df-be1025279760",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dventt0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json",
"artifactChecksum": "MGFiZmI2NWMxYzM4ZWU2MGQ3ZDBiYTUyMjEzOWJkMWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "302972f8-8eaa-4f6c-bd5b-ad6e277bdcc1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3e05d173-b165-48ab-98a5-b00554e9a145",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e8404618-2be0-4d88-b12b-a7fc3c4db550",
"generatedFromUUID": "3e05d173-b165-48ab-98a5-b00554e9a145"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e8404618-2be0-4d88-b12b-a7fc3c4db550",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDventt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"artifactChecksum": "Nzg3Mjc4NjdlN2JhMDI1MTA2MDIwM2ExNjY4NjcxMmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f06f55a7-536a-44c0-81fa-fdd5258d8bb9"
}
],
"workloadContext": "Production"
}
2022-03-31T13:48:36.303Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T13:48:36.303Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1b3bff11-def4-491a-919d-fc086a5a4d2b ASDC
2022-03-31T13:48:36.432Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5e395ab6-8b4a-4924-933d-b2b78e8ead46
ServiceName:basic_onboard_dVEntT
ServiceVersion:1.0
ServiceUUID:1b3bff11-def4-491a-919d-fc086a5a4d2b
ServiceInvariantUUID:80ac845c-3674-4705-8931-cb594309b66a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDventt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar
ArtifactUUID:f06f55a7-536a-44c0-81fa-fdd5258d8bb9
ArtifactChecksum:Nzg3Mjc4NjdlN2JhMDI1MTA2MDIwM2ExNjY4NjcxMmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_dVEntT 0
ResourceCustomizationUUID:b0644daf-8a2a-4fde-a32d-0cc1c625ee33
ResourceInvariantUUID:55d03d1c-7fe9-490e-99df-be1025279760
ResourceName:basic_onboard_dVEntT
ResourceType:VF
ResourceUUID:0055d879-48b3-4b0d-b521-aaf46ffacb12
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dventt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json
ArtifactUUID:302972f8-8eaa-4f6c-bd5b-ad6e277bdcc1
ArtifactChecksum:MGFiZmI2NWMxYzM4ZWU2MGQ3ZDBiYTUyMjEzOWJkMWM=
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/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3e05d173-b165-48ab-98a5-b00554e9a145
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/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env
ArtifactUUID:e8404618-2be0-4d88-b12b-a7fc3c4db550
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/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env
ArtifactUUID:e8404618-2be0-4d88-b12b-a7fc3c4db550
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-31T13:48:36.433Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b3bff11-def4-491a-919d-fc086a5a4d2b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T13:48:36.486Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:48:36.488Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-31T13:48:36.490Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-31T13:48:36.490Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f06f55a7-536a-44c0-81fa-fdd5258d8bb9 from URL: /sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar
2022-03-31T13:48:36.490Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T13:48:36.492Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar
2022-03-31T13:48:36.992Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T13:48:37.013Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar f06f55a7-536a-44c0-81fa-fdd5258d8bb9 71544
2022-03-31T13:48:37.016Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar ASDC sendASDCNotification
2022-03-31T13:48:37.016Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar
2022-03-31T13:48:37.017Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:48:37.018Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:48:37.021Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:48:37.021Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734517014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:48:37.121Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:48:37.122Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:48:37.122Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:37.134Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:37.135Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:48:38.022Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:48:38.023Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-31T13:48:38.024Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f06f55a7-536a-44c0-81fa-fdd5258d8bb9, URL: /sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar to file: /app/ASDC/1/service-BasicOnboardDventt-csar.csar
2022-03-31T13:48:38.024Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDventt-csar.csar
2022-03-31T13:48:38.105Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDventt-csar.csar
2022-03-31T13:48:38.105Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDventt-csar.csar
2022-03-31T13:48:38.798Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18136737285290650624/Definitions/service-BasicOnboardDventt-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-31T13:48:41.246Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T13:48:41.254Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-31T13:48:41.255Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDventt-csar.csar
2022-03-31T13:48:41.255Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-31T13:48:41.255Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||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-BasicOnboardDventt-csar.csar
2022-03-31T13:48:41.256Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dVEntT 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-BasicOnboardDventt-csar.csar
2022-03-31T13:48:41.256Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||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-BasicOnboardDventt-csar.csar
2022-03-31T13:48:41.256Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||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-BasicOnboardDventt-csar.csar
2022-03-31T13:48:41.257Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||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-BasicOnboardDventt-csar.csar
2022-03-31T13:48:41.257Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDventt-csar.csar
2022-03-31T13:48:41.257Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDventt-csar.csar
2022-03-31T13:48:41.258Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||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-BasicOnboardDventt-csar.csar
2022-03-31T13:48:41.258Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||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-BasicOnboardDventt-csar.csar
2022-03-31T13:48:41.259Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-31T13:48:41.269Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:41.272Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:48:41.277Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria
2022-03-31T13:48:41.277Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-31T13:48:41.280Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:48:41.282Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:41.282Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:48:41.283Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria
2022-03-31T13:48:41.283Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-31T13:48:41.283Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:48:41.284Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:41.284Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:48:41.289Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:41.289Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is not matching search criteria
2022-03-31T13:48:41.289Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-31T13:48:41.290Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-31T13:48:41.290Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-31T13:48:41.290Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T13:48:41.291Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T13:48:41.291Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:41.291Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:48:41.292Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:41.293Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria
2022-03-31T13:48:41.293Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:48:41.294Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:41.294Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria
2022-03-31T13:48:41.295Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:48:41.295Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:41.296Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria
2022-03-31T13:48:41.296Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:48:41.297Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:41.297Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is not matching search criteria
2022-03-31T13:48:41.297Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T13:48:41.298Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T13:48:41.298Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b3a7fa1f-6079-49c6-84d1-b0eab91d506a
2022-03-31T13:48:41.298Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:41.299Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:48:41.299Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:41.299Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:48:41.300Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:41.300Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:48:41.300Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:41.300Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:48:41.301Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_dVEntT
Description:service
Model UUID:1b3bff11-def4-491a-919d-fc086a5a4d2b
Model Version:NULL
Model InvariantUuid:80ac845c-3674-4705-8931-cb594309b66a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_dVEntT
Model UUID:5454766b-49de-4d8d-a7ec-dc87e0bf4c29
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:55d03d1c-7fe9-490e-99df-be1025279760
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b0644daf-8a2a-4fde-a32d-0cc1c625ee33
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1fffe9e6-385a-404d-82f6-bab06f3ee810
ModelName:BasicOnboardDventt..base_ubuntu18..module-0
ModelUuid:b38fe3ee-932a-48a0-a8c3-e55b4a9ed321
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b3a7fa1f-6079-49c6-84d1-b0eab91d506a
ModelInvariantUuid:4c99444d-5793-4736-b82e-0b465b17a464
ModelName:basic_onboard_dVEntT-nodes.ubuntu18Cvfc
ModelUuid:4944487d-ee54-4d8c-8f02-5b44871b92e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:4d6ae9d9-5e0f-4952-9300-b1ee9a288b64
ModelInvariantUuid:3be1f46a-323b-4c7f-8127-f7128c5e0390
ModelName:BasicOnboardDventt.compute.nodes.heat.ubuntu18
ModelUuid:4b0a3d90-34db-4dbf-b140-3582938746fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T13:48:41.315Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 0055d879-48b3-4b0d-b521-aaf46ffacb12
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:48:41.432Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||basic_onboard_dVEntT 0
2022-03-31T13:48:41.441Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0055d879-48b3-4b0d-b521-aaf46ffacb12
2022-03-31T13:48:41.441Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 302972f8-8eaa-4f6c-bd5b-ad6e277bdcc1 from URL: /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json
2022-03-31T13:48:41.442Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T13:48:41.442Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json
2022-03-31T13:48:41.606Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T13:48:41.607Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json 302972f8-8eaa-4f6c-bd5b-ad6e277bdcc1 798
2022-03-31T13:48:41.607Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json ASDC sendASDCNotification
2022-03-31T13:48:41.608Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json
2022-03-31T13:48:41.608Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:48:41.608Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:48:41.612Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:48:41.612Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734521607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:48:41.712Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:48:41.713Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:48:41.714Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:41.727Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:41.728Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:48:42.615Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDventt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1fffe9e6-385a-404d-82f6-bab06f3ee810",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b38fe3ee-932a-48a0-a8c3-e55b4a9ed321",
"vfModuleModelCustomizationUUID": "138bdc87-1f8a-4936-93ff-afbbed672461",
"isBase": true,
"artifacts": [
"3e05d173-b165-48ab-98a5-b00554e9a145",
"e8404618-2be0-4d88-b12b-a7fc3c4db550"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T13:48:42.630Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDventt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b38fe3ee-932a-48a0-a8c3-e55b4a9ed321
VfModuleModelInvariantUUID:1fffe9e6-385a-404d-82f6-bab06f3ee810
VfModuleModelDescription:NULL
Artifacts UUID List:{
3e05d173-b165-48ab-98a5-b00554e9a145
,
e8404618-2be0-4d88-b12b-a7fc3c4db550
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T13:48:42.634Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDventt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1fffe9e6-385a-404d-82f6-bab06f3ee810",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b38fe3ee-932a-48a0-a8c3-e55b4a9ed321",
"vfModuleModelCustomizationUUID": "138bdc87-1f8a-4936-93ff-afbbed672461",
"isBase": true,
"artifacts": [
"3e05d173-b165-48ab-98a5-b00554e9a145",
"e8404618-2be0-4d88-b12b-a7fc3c4db550"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T13:48:42.634Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDventt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b38fe3ee-932a-48a0-a8c3-e55b4a9ed321
VfModuleModelInvariantUUID:1fffe9e6-385a-404d-82f6-bab06f3ee810
VfModuleModelDescription:NULL
Artifacts UUID List:{
3e05d173-b165-48ab-98a5-b00554e9a145
,
e8404618-2be0-4d88-b12b-a7fc3c4db550
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T13:48:42.635Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3e05d173-b165-48ab-98a5-b00554e9a145 from URL: /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml
2022-03-31T13:48:42.635Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T13:48:42.636Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml
2022-03-31T13:48:43.485Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T13:48:43.486Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml 3e05d173-b165-48ab-98a5-b00554e9a145 5033
2022-03-31T13:48:43.487Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-31T13:48:43.487Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml
2022-03-31T13:48:43.487Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:48:43.488Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:48:43.489Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:48:43.490Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734523487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:48:43.590Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:48:43.591Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:48:43.592Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:43.603Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:43.603Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:48:44.491Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e8404618-2be0-4d88-b12b-a7fc3c4db550 from URL: /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env
2022-03-31T13:48:44.492Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T13:48:44.492Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env
2022-03-31T13:48:45.018Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T13:48:45.019Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env e8404618-2be0-4d88-b12b-a7fc3c4db550 909
2022-03-31T13:48:45.019Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-31T13:48:45.019Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env
2022-03-31T13:48:45.020Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:48:45.020Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:48:45.023Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:48:45.023Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734525019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:48:45.123Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:48:45.125Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:48:45.125Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:45.151Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:45.151Z||pool-13-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:48:46.024Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 1b3bff11-def4-491a-919d-fc086a5a4d2b
2022-03-31T13:48:46.025Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dVEntT 0 0055d879-48b3-4b0d-b521-aaf46ffacb12 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:48:46.056Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7835bc57, org.onap.sdc.toscaparser.api.parameters.Input@2884fdd0, org.onap.sdc.toscaparser.api.parameters.Input@3febb9b5, org.onap.sdc.toscaparser.api.parameters.Input@62f1bd19, org.onap.sdc.toscaparser.api.parameters.Input@37f37214]
2022-03-31T13:48:46.061Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:46.061Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:48:46.061Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-31T13:48:46.061Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b0644daf-8a2a-4fde-a32d-0cc1c625ee33
2022-03-31T13:48:46.061Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0644daf-8a2a-4fde-a32d-0cc1c625ee33 matches Tosca VF Customization UUID: b0644daf-8a2a-4fde-a32d-0cc1c625ee33
2022-03-31T13:48:46.062Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b0644daf-8a2a-4fde-a32d-0cc1c625ee33 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T13:48:46.071Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:46.071Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:48:46.073Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b0644daf-8a2a-4fde-a32d-0cc1c625ee33: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-31T13:48:46.073Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@30c04d69
2022-03-31T13:48:46.073Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:46.073Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:48:46.074Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 138bdc87-1f8a-4936-93ff-afbbed672461
2022-03-31T13:48:46.075Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 138bdc87-1f8a-4936-93ff-afbbed672461
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T13:48:46.083Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:46.083Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria
2022-03-31T13:48:46.084Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:48:46.085Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:46.085Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria
2022-03-31T13:48:46.085Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:48:46.085Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:46.086Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is not matching search criteria
2022-03-31T13:48:46.086Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T13:48:46.086Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T13:48:46.086Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b3a7fa1f-6079-49c6-84d1-b0eab91d506a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T13:48:46.093Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:46.093Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria
2022-03-31T13:48:46.093Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:48:46.094Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:46.094Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria
2022-03-31T13:48:46.094Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0] matching following query criteria: sdcType=VF, customizationUUID=b0644daf-8a2a-4fde-a32d-0cc1c625ee33
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:48:46.096Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:46.097Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:48:46.097Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 1b3bff11-def4-491a-919d-fc086a5a4d2b: basic_onboard_dVEntT
2022-03-31T13:48:46.097Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:46.098Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:48:46.098Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:46.098Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:48:46.099Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:46.099Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:48:46.099Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:46.100Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:48:46.100Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:48:46.100Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:48:46.101Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_dVEntT
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:48:46.300Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dVEntT 0055d879-48b3-4b0d-b521-aaf46ffacb12 1 ASDC deployResourceStructure
2022-03-31T13:48:46.301Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json ASDC sendASDCNotification
2022-03-31T13:48:46.301Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json
2022-03-31T13:48:46.302Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:48:46.302Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:48:46.307Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:48:46.308Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734526301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-31T13:48:46.405Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-31T13:48:46.407Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:48:46.407Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:46.421Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:46.422Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:48:47.309Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-31T13:48:47.310Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml
2022-03-31T13:48:47.310Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:48:47.310Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:48:47.312Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:48:47.313Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734527309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-31T13:48:47.413Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:48:47.415Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:48:47.415Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:47.430Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:47.430Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:48:48.314Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-31T13:48:48.315Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env
2022-03-31T13:48:48.315Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:48:48.316Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:48:48.319Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:48:48.319Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734528314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-31T13:48:48.419Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:48:48.421Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:48:48.421Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:48.432Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:48.433Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:48:49.320Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar ASDC sendASDCNotification
2022-03-31T13:48:49.321Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar
2022-03-31T13:48:49.322Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:48:49.323Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:48:49.327Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:48:49.328Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734529320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:48:49.427Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T13:48:49.428Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:48:49.428Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:48:49.441Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:48:49.441Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:48:50.331Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e395ab6-8b4a-4924-933d-b2b78e8ead46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:48:50.351Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e395ab6-8b4a-4924-933d-b2b78e8ead46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:48:50.357Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:48:50.358Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T13:48:50.358Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T13:48:50.358Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T13:48:50.358Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:48:50.359Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:48:50.359Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:48:50.359Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:48:50.359Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:48:50.359Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:48:50.359Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:48:50.365Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T13:49:20.366Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e395ab6-8b4a-4924-933d-b2b78e8ead46 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T13:49:20.377Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e395ab6-8b4a-4924-933d-b2b78e8ead46 and serviceModelVersionId: 1b3bff11-def4-491a-919d-fc086a5a4d2b
2022-03-31T13:49:20.377Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80ac845c-3674-4705-8931-cb594309b66a
2022-03-31T13:49:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:49:28.561Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:49:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:49:28.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:49:28.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T13:49:28.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734508556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:49:28.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T13:49:37.203Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80ac845c-3674-4705-8931-cb594309b66a/model-vers/model-ver/1b3bff11-def4-491a-919d-fc086a5a4d2b?depth=0
2022-03-31T13:49:37.336Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T13:49:37.915Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ac845c-3674-4705-8931-cb594309b66a/model-vers/model-ver/1b3bff11-def4-491a-919d-fc086a5a4d2b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-31T13:49:37.923Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ac845c-3674-4705-8931-cb594309b66a/model-vers/model-ver/1b3bff11-def4-491a-919d-fc086a5a4d2b?depth=0|INFO|500||Invoke
2022-03-31T13:49:38.072Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ac845c-3674-4705-8931-cb594309b66a/model-vers/model-ver/1b3bff11-def4-491a-919d-fc086a5a4d2b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-31T13:49:38.704Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ac845c-3674-4705-8931-cb594309b66a/model-vers/model-ver/1b3bff11-def4-491a-919d-fc086a5a4d2b?depth=0|INFO|500||InvokeReturn
2022-03-31T13:49:38.705Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ac845c-3674-4705-8931-cb594309b66a/model-vers/model-ver/1b3bff11-def4-491a-919d-fc086a5a4d2b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220331-13:49:38:314-91026], vertex-id=[241848], Content-Length=[0], Date=[Thu, 31 Mar 2022 13:49:38 GMT], Content-Type=[application/json]}
2022-03-31T13:49:38.705Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T13:49:38.709Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T13:49:38.710Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:49:38.716Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T13:49:38.718Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e395ab6-8b4a-4924-933d-b2b78e8ead46 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T13:49:38.719Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T13:49:38.719Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:49:38.723Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:49:38.723Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734578718,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:49:38.823Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T13:49:38.825Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:49:38.825Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:49:38.837Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:49:38.838Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T13:49:39.738Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:49:39.740Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:49:39.741Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|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 7XJEVVETUCkWmshP) ...
2022-03-31T13:49:49.328Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:50:28.556Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:50:28.558Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:50:28.558Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|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 7XJEVVETUCkWmshP) ...
2022-03-31T13:50:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:50:28.561Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:50:28.562Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:50:28.608Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:50:28.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:50:28.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734508556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T13:50:28.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T13:50:28.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:50:28.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734508556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-31T13:50:28.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T13:50:28.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:50:28.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734508556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:50:28.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T13:50:28.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:50:28.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734508556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-31T13:50:28.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T13:50:28.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:50:28.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734508556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:50:28.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T13:50:28.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:50:28.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734508556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:50:28.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T13:50:28.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:50:28.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734517014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:50:28.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:50:28.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:50:28.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734521607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:50:28.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:50:28.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:50:28.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734523487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:50:28.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:50:28.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:50:28.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734525019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:50:28.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:50:28.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:50:28.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734526301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-31T13:50:28.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:50:28.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:50:28.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734527309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-31T13:50:28.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:50:28.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:50:28.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734528314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-31T13:50:28.616Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:50:28.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:50:28.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734529320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:50:28.617Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:50:38.136Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:28.557Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:51:28.558Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:51:28.558Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|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 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:51:28.561Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:51:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:28.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:28.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:51:28.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734578718,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:51:28.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:51:29.189Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:29.191Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:51:29.191Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9166f5d4-03a7-49ff-adba-e0a1353b95dc","serviceName":"vFW 2022-03-31 13-47-47","serviceVersion":"1.0","serviceUUID":"550bda00-5f2c-4ff1-8d92-fbf84209c5d2","serviceDescription":"catalog service description","serviceInvariantUUID":"58c0021a-2c2f-4dfc-91e2-239abac20e21","resources":[{"resourceInstanceName":"vFW fa2384c7-0b42 0","resourceName":"vFW fa2384c7-0b42","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b88d1f93-0dae-458a-a40c-c3a7a1238e39","resourceInvariantUUID":"fd9bcb25-91a3-4a3a-9031-8f28f424be00","resourceCustomizationUUID":"21f6be4b-27ce-4a86-9571-45d702912a45","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml","artifactChecksum":"ZTllODBkYzA5ZWQ4OTI2OGM0Y2M4MGJiNDAxMzNhYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d035a211-1b75-4f45-a4ba-65c51ecf4d9c","artifactVersion":"1"},{"artifactName":"vfwfa2384c70b420_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json","artifactChecksum":"Y2QxMmQyODA1NTg0NWZhMGMwZmY4YjFmMzQxOGNmYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4235908e-4234-46b1-b164-003eec510c95","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a1ed8554-14ef-4999-8a0d-18bdedce42db","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml","artifactChecksum":"N2Q3MWFlYmQzNDMwNmY5YzAxY2U4Zjg2NGYyYzZlNzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32c05995-a3ea-4125-bfbb-d2ff760c454b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb","artifactVersion":"2","generatedFromUUID":"a1ed8554-14ef-4999-8a0d-18bdedce42db"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220331134747-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml","artifactChecksum":"MjExMWM0NWVmZjc3NjkzNzNkNTEyZmUzY2NmZDUwMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea85a323-3bf0-498f-a9a0-35fc56b08f7b","artifactVersion":"1"},{"artifactName":"service-Vfw20220331134747-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar","artifactChecksum":"MmQzOTYyOGQ2YjY5MmQ0MzY5N2FjOGU2NmQ4OTJlYmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ed2fe64-b8f2-4b3e-abc2-c01d578fa753","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T13:51:29.196Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:51:29.196Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:51:29.203Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:51:29.204Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734688556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:51:29.303Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T13:51:29.304Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:51:29.305Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:29.316Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:29.316Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:51:30.204Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:51:30.205Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:51:30.208Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:51:30.208Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734688556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json",
"status": "NOTIFIED"
}
2022-03-31T13:51:30.308Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:51:30.309Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:51:30.309Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:30.321Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:30.322Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:51:31.208Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:51:31.209Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:51:31.211Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:51:31.211Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734688556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-31T13:51:31.312Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:51:31.313Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:51:31.313Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:31.374Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:31.375Z||pool-21-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:51:32.212Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:51:32.214Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:51:32.216Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:51:32.217Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734688556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:51:32.318Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T13:51:32.320Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:51:32.320Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:32.334Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:32.335Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:51:33.217Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:51:33.218Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:51:33.220Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:51:33.220Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734688556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-31T13:51:33.321Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T13:51:33.322Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:51:33.322Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:33.333Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:33.333Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:51:34.221Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:51:34.222Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:51:34.226Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:51:34.226Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734688556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:51:34.326Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:51:34.327Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:51:34.328Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:34.339Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:34.340Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:51:35.226Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:51:35.227Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:51:35.229Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:51:35.229Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734688556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:51:35.330Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:51:35.331Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:51:35.331Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:35.342Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:35.343Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:51:36.232Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"serviceName": "vFW 2022-03-31 13-47-47",
"serviceVersion": "1.0",
"serviceUUID": "550bda00-5f2c-4ff1-8d92-fbf84209c5d2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "58c0021a-2c2f-4dfc-91e2-239abac20e21",
"resources": [
{
"resourceInstanceName": "vFW fa2384c7-0b42 0",
"resourceCustomizationUUID": "21f6be4b-27ce-4a86-9571-45d702912a45",
"resourceName": "vFW fa2384c7-0b42",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b88d1f93-0dae-458a-a40c-c3a7a1238e39",
"resourceInvariantUUID": "fd9bcb25-91a3-4a3a-9031-8f28f424be00",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwfa2384c70b420_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json",
"artifactChecksum": "Y2QxMmQyODA1NTg0NWZhMGMwZmY4YjFmMzQxOGNmYTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4235908e-4234-46b1-b164-003eec510c95",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a1ed8554-14ef-4999-8a0d-18bdedce42db",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb",
"generatedFromUUID": "a1ed8554-14ef-4999-8a0d-18bdedce42db"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220331134747-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"artifactChecksum": "MmQzOTYyOGQ2YjY5MmQ0MzY5N2FjOGU2NmQ4OTJlYmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2ed2fe64-b8f2-4b3e-abc2-c01d578fa753"
}
],
"workloadContext": "Production"
}
2022-03-31T13:51:36.232Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T13:51:36.232Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 550bda00-5f2c-4ff1-8d92-fbf84209c5d2 ASDC
2022-03-31T13:51:36.233Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9166f5d4-03a7-49ff-adba-e0a1353b95dc
ServiceName:vFW 2022-03-31 13-47-47
ServiceVersion:1.0
ServiceUUID:550bda00-5f2c-4ff1-8d92-fbf84209c5d2
ServiceInvariantUUID:58c0021a-2c2f-4dfc-91e2-239abac20e21
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220331134747-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar
ArtifactUUID:2ed2fe64-b8f2-4b3e-abc2-c01d578fa753
ArtifactChecksum:MmQzOTYyOGQ2YjY5MmQ0MzY5N2FjOGU2NmQ4OTJlYmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fa2384c7-0b42 0
ResourceCustomizationUUID:21f6be4b-27ce-4a86-9571-45d702912a45
ResourceInvariantUUID:fd9bcb25-91a3-4a3a-9031-8f28f424be00
ResourceName:vFW fa2384c7-0b42
ResourceType:VF
ResourceUUID:b88d1f93-0dae-458a-a40c-c3a7a1238e39
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfa2384c70b420_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json
ArtifactUUID:4235908e-4234-46b1-b164-003eec510c95
ArtifactChecksum:Y2QxMmQyODA1NTg0NWZhMGMwZmY4YjFmMzQxOGNmYTQ=
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/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml
ArtifactUUID:a1ed8554-14ef-4999-8a0d-18bdedce42db
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/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env
ArtifactUUID:a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb
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/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env
ArtifactUUID:a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-31T13:51:36.234Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 550bda00-5f2c-4ff1-8d92-fbf84209c5d2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:51:36.285Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:51:36.286Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-31T13:51:36.286Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-31T13:51:36.286Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2ed2fe64-b8f2-4b3e-abc2-c01d578fa753 from URL: /sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar
2022-03-31T13:51:36.286Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T13:51:36.287Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar
2022-03-31T13:51:36.492Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T13:51:36.497Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar 2ed2fe64-b8f2-4b3e-abc2-c01d578fa753 99021
2022-03-31T13:51:36.497Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar ASDC sendASDCNotification
2022-03-31T13:51:36.497Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar
2022-03-31T13:51:36.498Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:51:36.498Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:51:36.500Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:51:36.500Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734696497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:51:36.601Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T13:51:36.603Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:51:36.603Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:36.616Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:36.618Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:51:37.501Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:51:37.503Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-31T13:51:37.504Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2ed2fe64-b8f2-4b3e-abc2-c01d578fa753, URL: /sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar to file: /app/ASDC/1/service-Vfw20220331134747-csar.csar
2022-03-31T13:51:37.504Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220331134747-csar.csar
2022-03-31T13:51:37.505Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220331134747-csar.csar
2022-03-31T13:51:37.505Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220331134747-csar.csar
2022-03-31T13:51:37.731Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11609775728066477376/Definitions/service-Vfw20220331134747-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-31T13:51:40.259Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T13:51:40.260Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-31T13:51:40.260Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar
2022-03-31T13:51:40.260Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-31T13:51:40.261Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||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-Vfw20220331134747-csar.csar
2022-03-31T13:51:40.261Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||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-Vfw20220331134747-csar.csar
2022-03-31T13:51:40.261Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||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-Vfw20220331134747-csar.csar
2022-03-31T13:51:40.261Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar
2022-03-31T13:51:40.262Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar
2022-03-31T13:51:40.262Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||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-Vfw20220331134747-csar.csar
2022-03-31T13:51:40.262Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||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-Vfw20220331134747-csar.csar
2022-03-31T13:51:40.263Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||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-Vfw20220331134747-csar.csar
2022-03-31T13:51:40.263Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar
2022-03-31T13:51:40.263Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fa2384c7-0b42 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-Vfw20220331134747-csar.csar
2022-03-31T13:51:40.263Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||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-Vfw20220331134747-csar.csar
2022-03-31T13:51:40.263Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar
2022-03-31T13:51:40.264Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||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-Vfw20220331134747-csar.csar
2022-03-31T13:51:40.264Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-31T13:51:40.264Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:40.265Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:51:40.265Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria
2022-03-31T13:51:40.266Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-31T13:51:40.266Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:51:40.267Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:40.267Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:51:40.267Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria
2022-03-31T13:51:40.267Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-31T13:51:40.268Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:51:40.268Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:40.268Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:51:40.269Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:40.269Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is not matching search criteria
2022-03-31T13:51:40.269Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T13:51:40.270Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T13:51:40.270Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T13:51:40.270Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T13:51:40.271Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T13:51:40.271Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T13:51:40.271Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T13:51:40.272Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T13:51:40.272Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T13:51:40.272Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T13:51:40.273Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T13:51:40.273Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T13:51:40.273Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T13:51:40.274Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T13:51:40.274Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T13:51:40.274Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T13:51:40.275Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:40.275Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:51:40.276Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:40.276Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria
2022-03-31T13:51:40.276Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:51:40.277Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:40.277Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria
2022-03-31T13:51:40.278Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:51:40.278Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:40.278Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria
2022-03-31T13:51:40.279Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:51:40.279Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:40.279Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is not matching search criteria
2022-03-31T13:51:40.280Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T13:51:40.280Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T13:51:40.280Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-31T13:51:40.281Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T13:51:40.281Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T13:51:40.281Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T13:51:40.282Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T13:51:40.282Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T13:51:40.283Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T13:51:40.283Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T13:51:40.284Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T13:51:40.284Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dbc89f51-41b6-4df2-a907-12c60f261dba
2022-03-31T13:51:40.285Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:40.286Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is not matching search criteria
2022-03-31T13:51:40.287Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T13:51:40.287Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T13:51:40.287Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T13:51:40.288Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T13:51:40.288Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T13:51:40.288Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T13:51:40.289Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T13:51:40.289Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-31T13:51:40.289Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T13:51:40.290Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T13:51:40.290Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T13:51:40.290Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T13:51:40.290Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e8d11c9-7129-4697-be5c-ab5795c6896e
2022-03-31T13:51:40.291Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:40.291Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is not matching search criteria
2022-03-31T13:51:40.291Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T13:51:40.292Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T13:51:40.292Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T13:51:40.292Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T13:51:40.293Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T13:51:40.293Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T13:51:40.293Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T13:51:40.294Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T13:51:40.294Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T13:51:40.294Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T13:51:40.295Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T13:51:40.295Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-31T13:51:40.295Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3cdc1466-bb34-44f0-abf5-110f5e5b9c93
2022-03-31T13:51:40.296Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:40.296Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:51:40.296Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:40.297Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:51:40.297Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:40.297Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:51:40.298Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:40.298Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:51:40.298Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-31 13-47-47
Description:catalog service description
Model UUID:550bda00-5f2c-4ff1-8d92-fbf84209c5d2
Model Version:NULL
Model InvariantUuid:58c0021a-2c2f-4dfc-91e2-239abac20e21
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW fa2384c7-0b42
Model UUID:1c09e048-610e-4753-a74b-1d6a757ab53f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fd9bcb25-91a3-4a3a-9031-8f28f424be00
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:21f6be4b-27ce-4a86-9571-45d702912a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:47782eb9-f3d5-47b6-be13-0861f6bae5b5
ModelName:VfwFa2384c70b42..base_vfw..module-0
ModelUuid:9dc1c340-e64c-4b9b-b49f-50726f6c91a8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:dbc89f51-41b6-4df2-a907-12c60f261dba
ModelInvariantUuid:0ec9c2b3-bfa9-47d4-a1e3-3b8ef9b76dca
ModelName:vFW fa2384c7-0b42-nodes.vfwCvfc
ModelUuid:6ba71d6c-3b87-4d0b-854a-bab08fc9b2c9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e509178f-de27-446f-befb-e2034b18e488
ModelInvariantUuid:9de527e7-6f4c-4228-b6e1-8016d0c44969
ModelName:VfwFa2384c70b42.compute.nodes.heat.vfw
ModelUuid:f948783d-198b-47ad-b8ec-4dfaab404837
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2e8d11c9-7129-4697-be5c-ab5795c6896e
ModelInvariantUuid:c922689b-c374-4b17-8c77-ca074885faf5
ModelName:vFW fa2384c7-0b42-nodes.vsnCvfc
ModelUuid:677e4828-3b6d-4396-b277-43711ca8b880
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c7ae27ac-48e0-47c7-8fef-4e9ceb2fef27
ModelInvariantUuid:1d27adaa-b3d6-41e2-a70a-923973783b97
ModelName:VfwFa2384c70b42.compute.nodes.heat.vsn
ModelUuid:3c85f239-c75e-4038-b767-50d3189c0361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3cdc1466-bb34-44f0-abf5-110f5e5b9c93
ModelInvariantUuid:59ee28f0-db55-45e6-94ce-f15b844a580e
ModelName:vFW fa2384c7-0b42-nodes.vpgCvfc
ModelUuid:a3372267-49b7-4b0b-ba02-884c289e4724
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:77bf5dab-d844-4b43-a552-fbe6ca18c88f
ModelInvariantUuid:54da53a5-48e9-47a8-ba1b-ffb1a8c15ee6
ModelName:VfwFa2384c70b42.compute.nodes.heat.vpg
ModelUuid:050e841a-9657-4422-a597-076470d45eb5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T13:51:40.306Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: b88d1f93-0dae-458a-a40c-c3a7a1238e39
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:51:40.310Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||vFW fa2384c7-0b42 0
2022-03-31T13:51:40.310Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b88d1f93-0dae-458a-a40c-c3a7a1238e39
2022-03-31T13:51:40.311Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4235908e-4234-46b1-b164-003eec510c95 from URL: /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json
2022-03-31T13:51:40.311Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T13:51:40.311Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json
2022-03-31T13:51:40.413Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T13:51:40.413Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json 4235908e-4234-46b1-b164-003eec510c95 785
2022-03-31T13:51:40.414Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json ASDC sendASDCNotification
2022-03-31T13:51:40.414Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json
2022-03-31T13:51:40.414Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:51:40.414Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:51:40.417Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:51:40.417Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734700414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:51:40.517Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:51:40.518Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:51:40.518Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:40.534Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:40.535Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:51:41.417Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFa2384c70b42..base_vfw..module-0",
"vfModuleModelInvariantUUID": "47782eb9-f3d5-47b6-be13-0861f6bae5b5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9dc1c340-e64c-4b9b-b49f-50726f6c91a8",
"vfModuleModelCustomizationUUID": "e95bed54-7730-4c5b-81ca-339f91bfa31b",
"isBase": true,
"artifacts": [
"a1ed8554-14ef-4999-8a0d-18bdedce42db",
"a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T13:51:41.424Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFa2384c70b42..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9dc1c340-e64c-4b9b-b49f-50726f6c91a8
VfModuleModelInvariantUUID:47782eb9-f3d5-47b6-be13-0861f6bae5b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1ed8554-14ef-4999-8a0d-18bdedce42db
,
a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T13:51:41.426Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFa2384c70b42..base_vfw..module-0",
"vfModuleModelInvariantUUID": "47782eb9-f3d5-47b6-be13-0861f6bae5b5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9dc1c340-e64c-4b9b-b49f-50726f6c91a8",
"vfModuleModelCustomizationUUID": "e95bed54-7730-4c5b-81ca-339f91bfa31b",
"isBase": true,
"artifacts": [
"a1ed8554-14ef-4999-8a0d-18bdedce42db",
"a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T13:51:41.426Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFa2384c70b42..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9dc1c340-e64c-4b9b-b49f-50726f6c91a8
VfModuleModelInvariantUUID:47782eb9-f3d5-47b6-be13-0861f6bae5b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1ed8554-14ef-4999-8a0d-18bdedce42db
,
a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T13:51:41.426Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a1ed8554-14ef-4999-8a0d-18bdedce42db from URL: /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml
2022-03-31T13:51:41.427Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T13:51:41.427Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml
2022-03-31T13:51:41.674Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T13:51:41.675Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml a1ed8554-14ef-4999-8a0d-18bdedce42db 20368
2022-03-31T13:51:41.676Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-31T13:51:41.676Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml
2022-03-31T13:51:41.677Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:51:41.677Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:51:41.679Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:51:41.679Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734701676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:51:41.780Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T13:51:41.781Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:51:41.781Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:41.794Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:41.795Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:51:42.680Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb from URL: /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env
2022-03-31T13:51:42.681Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T13:51:42.682Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env
2022-03-31T13:51:43.073Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T13:51:43.074Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb 2098
2022-03-31T13:51:43.074Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-31T13:51:43.074Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env
2022-03-31T13:51:43.075Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:51:43.075Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:51:43.078Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:51:43.078Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734703074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:51:43.178Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:51:43.179Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:51:43.180Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:43.193Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:43.194Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:51:44.079Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 550bda00-5f2c-4ff1-8d92-fbf84209c5d2
2022-03-31T13:51:44.080Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fa2384c7-0b42 0 b88d1f93-0dae-458a-a40c-c3a7a1238e39 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:51:44.101Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d30eaa0, org.onap.sdc.toscaparser.api.parameters.Input@b3ac52f, org.onap.sdc.toscaparser.api.parameters.Input@6ebb3569, org.onap.sdc.toscaparser.api.parameters.Input@6c102a6b, org.onap.sdc.toscaparser.api.parameters.Input@66ffa8a3]
2022-03-31T13:51:44.103Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.103Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:51:44.104Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-31T13:51:44.104Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 21f6be4b-27ce-4a86-9571-45d702912a45
2022-03-31T13:51:44.104Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 21f6be4b-27ce-4a86-9571-45d702912a45 matches Tosca VF Customization UUID: 21f6be4b-27ce-4a86-9571-45d702912a45
2022-03-31T13:51:44.105Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 21f6be4b-27ce-4a86-9571-45d702912a45 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T13:51:44.108Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.108Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:51:44.109Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 21f6be4b-27ce-4a86-9571-45d702912a45: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-31T13:51:44.110Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61385017
2022-03-31T13:51:44.110Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.110Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:51:44.111Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e95bed54-7730-4c5b-81ca-339f91bfa31b
2022-03-31T13:51:44.111Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e95bed54-7730-4c5b-81ca-339f91bfa31b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T13:51:44.114Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.114Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria
2022-03-31T13:51:44.115Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:51:44.115Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.115Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria
2022-03-31T13:51:44.116Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:51:44.116Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.116Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is not matching search criteria
2022-03-31T13:51:44.117Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T13:51:44.117Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T13:51:44.118Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-31T13:51:44.118Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T13:51:44.118Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T13:51:44.119Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T13:51:44.119Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T13:51:44.119Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T13:51:44.119Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T13:51:44.120Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T13:51:44.120Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T13:51:44.120Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dbc89f51-41b6-4df2-a907-12c60f261dba
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T13:51:44.124Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.124Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria
2022-03-31T13:51:44.124Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:51:44.125Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.125Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is not matching search criteria
2022-03-31T13:51:44.125Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T13:51:44.126Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T13:51:44.126Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T13:51:44.127Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T13:51:44.127Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T13:51:44.127Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T13:51:44.127Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T13:51:44.128Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-31T13:51:44.128Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T13:51:44.128Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T13:51:44.128Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T13:51:44.129Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T13:51:44.129Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e8d11c9-7129-4697-be5c-ab5795c6896e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T13:51:44.132Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.132Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria
2022-03-31T13:51:44.132Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:51:44.136Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.137Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is not matching search criteria
2022-03-31T13:51:44.137Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T13:51:44.137Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T13:51:44.138Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T13:51:44.138Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T13:51:44.138Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T13:51:44.139Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T13:51:44.139Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T13:51:44.139Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T13:51:44.139Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T13:51:44.140Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T13:51:44.140Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T13:51:44.140Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-31T13:51:44.141Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3cdc1466-bb34-44f0-abf5-110f5e5b9c93
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T13:51:44.143Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.144Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria
2022-03-31T13:51:44.144Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:51:44.145Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.145Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria
2022-03-31T13:51:44.145Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=21f6be4b-27ce-4a86-9571-45d702912a45
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:51:44.148Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.148Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:51:44.149Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 550bda00-5f2c-4ff1-8d92-fbf84209c5d2: vFW fa2384c7-0b42
2022-03-31T13:51:44.149Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.149Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:51:44.150Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.150Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:51:44.150Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.151Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:51:44.151Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.151Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:51:44.152Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:51:44.152Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:51:44.152Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-31 13-47-47
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:51:44.357Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fa2384c7-0b42 b88d1f93-0dae-458a-a40c-c3a7a1238e39 1 ASDC deployResourceStructure
2022-03-31T13:51:44.358Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json ASDC sendASDCNotification
2022-03-31T13:51:44.359Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json
2022-03-31T13:51:44.359Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:51:44.359Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:51:44.362Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:51:44.362Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734704358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json",
"status": "DEPLOY_OK"
}
2022-03-31T13:51:44.463Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T13:51:44.464Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:51:44.464Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:44.493Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:44.493Z||pool-30-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:51:45.364Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-31T13:51:45.364Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml
2022-03-31T13:51:45.365Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:51:45.365Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:51:45.367Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:51:45.367Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734705364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-31T13:51:45.468Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:51:45.469Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:51:45.470Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:45.484Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:45.485Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:51:46.368Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-31T13:51:46.369Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env
2022-03-31T13:51:46.369Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:51:46.370Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:51:46.372Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:51:46.372Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734706368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-31T13:51:46.472Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:51:46.474Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:51:46.474Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:46.489Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:46.490Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:51:47.373Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar ASDC sendASDCNotification
2022-03-31T13:51:47.374Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar
2022-03-31T13:51:47.374Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:51:47.375Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:51:47.376Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:51:47.377Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734707373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:51:47.477Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:51:47.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-03-31T13:51:47.478Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:51:47.490Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:51:47.491Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:51:48.378Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9166f5d4-03a7-49ff-adba-e0a1353b95dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:51:48.398Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9166f5d4-03a7-49ff-adba-e0a1353b95dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:51:48.402Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:51:48.402Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:51:48.402Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:52:18.403Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9166f5d4-03a7-49ff-adba-e0a1353b95dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:52:18.417Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9166f5d4-03a7-49ff-adba-e0a1353b95dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:52:18.423Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:52:18.423Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:52:18.423Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:52:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:52:28.563Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:52:28.563Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:52:28.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:52:28.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "aai-ml",
"timestamp": 1648734658427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "policy-id",
"timestamp": 1648734658120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "cds",
"timestamp": 1648734658674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734654139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "aai-ml",
"timestamp": 1648734658427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "policy-id",
"timestamp": 1648734658120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "cds",
"timestamp": 1648734658674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734654139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json",
"status": "NOTIFIED"
}
2022-03-31T13:52:28.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "aai-ml",
"timestamp": 1648734658427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "policy-id",
"timestamp": 1648734658120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-31T13:52:28.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "cds",
"timestamp": 1648734658674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734654139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-31T13:52:28.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "aai-ml",
"timestamp": 1648734658427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "policy-id",
"timestamp": 1648734658120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "cds",
"timestamp": 1648734658674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734654139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "aai-ml",
"timestamp": 1648734658427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "policy-id",
"timestamp": 1648734658120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "cds",
"timestamp": 1648734658674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734654139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-31T13:52:28.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "aai-ml",
"timestamp": 1648734658427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "policy-id",
"timestamp": 1648734658120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "cds",
"timestamp": 1648734658674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734654139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "aai-ml",
"timestamp": 1648734658427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:52:28.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "policy-id",
"timestamp": 1648734658120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:52:28.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "cds",
"timestamp": 1648734658674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:52:28.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734654139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:52:28.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "aai-ml",
"timestamp": 1648734667137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:52:28.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:52:28.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "policy-id",
"timestamp": 1648734666623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:52:28.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:52:28.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734666933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:52:28.620Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:52:28.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "cds",
"timestamp": 1648734667433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:52:28.621Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:52:28.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648734667260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "policy-id",
"timestamp": 1648734667628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:52:28.622Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:52:28.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "cds",
"timestamp": 1648734668441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:52:28.633Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9166f5d4-03a7-49ff-adba-e0a1353b95dc
2022-03-31T13:52:28.633Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9166f5d4-03a7-49ff-adba-e0a1353b95dc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:52:28.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734668288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:52:28.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:52:28.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648734667260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "policy-id",
"timestamp": 1648734668631,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:52:28.656Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9166f5d4-03a7-49ff-adba-e0a1353b95dc
2022-03-31T13:52:28.656Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9166f5d4-03a7-49ff-adba-e0a1353b95dc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:52:28.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "clamp",
"timestamp": 1648734668539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734669680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:52:28.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:52:28.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648734667260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "clamp",
"timestamp": 1648734668539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json",
"status": "NOTIFIED"
}
2022-03-31T13:52:28.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734670717,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:52:28.677Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9166f5d4-03a7-49ff-adba-e0a1353b95dc
2022-03-31T13:52:28.677Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9166f5d4-03a7-49ff-adba-e0a1353b95dc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-31T13:52:28.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648734667260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "clamp",
"timestamp": 1648734668539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734671721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json",
"status": "DEPLOY_OK"
}
2022-03-31T13:52:28.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:52:28.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734671227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648734667260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "clamp",
"timestamp": 1648734668539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734671227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648734667260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "clamp",
"timestamp": 1648734668539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734671227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648734667260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "clamp",
"timestamp": 1648734668539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734671227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "clamp",
"timestamp": 1648734668539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:52:28.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734671227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734671227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734671227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:52:28.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734679150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:52:28.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:52:28.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "aai-ml",
"timestamp": 1648734680891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:52:28.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:52:28.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "aai-ml",
"timestamp": 1648734681896,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:52:28.696Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9166f5d4-03a7-49ff-adba-e0a1353b95dc
2022-03-31T13:52:28.696Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9166f5d4-03a7-49ff-adba-e0a1353b95dc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:52:28.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "clamp",
"timestamp": 1648734681799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:52:28.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:52:28.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734682839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:52:28.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:52:28.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734674139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "clamp",
"timestamp": 1648734683812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:52:28.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:52:28.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648734683849,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:52:28.713Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9166f5d4-03a7-49ff-adba-e0a1353b95dc
2022-03-31T13:52:28.713Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9166f5d4-03a7-49ff-adba-e0a1353b95dc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:52:28.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "policy-id",
"timestamp": 1648734678120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "clamp",
"timestamp": 1648734684816,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:52:28.730Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9166f5d4-03a7-49ff-adba-e0a1353b95dc
2022-03-31T13:52:28.731Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9166f5d4-03a7-49ff-adba-e0a1353b95dc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:52:28.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734674139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T13:52:28.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "policy-id",
"timestamp": 1648734678120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734674139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-31T13:52:28.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "policy-id",
"timestamp": 1648734678120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-31T13:52:28.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734674139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "policy-id",
"timestamp": 1648734678120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648734674139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-31T13:52:28.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "policy-id",
"timestamp": 1648734678120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:28.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:52:28.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648734687260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:52:28.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:52:48.423Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9166f5d4-03a7-49ff-adba-e0a1353b95dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:52:48.442Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9166f5d4-03a7-49ff-adba-e0a1353b95dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:52:48.446Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:52:48.446Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T13:52:48.446Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T13:52:48.446Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T13:52:48.446Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:52:48.447Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:52:48.447Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:52:48.448Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:52:48.448Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:52:48.448Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:52:48.449Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:52:48.455Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T13:53:18.455Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9166f5d4-03a7-49ff-adba-e0a1353b95dc and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T13:53:18.464Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9166f5d4-03a7-49ff-adba-e0a1353b95dc and serviceModelVersionId: 550bda00-5f2c-4ff1-8d92-fbf84209c5d2
2022-03-31T13:53:18.465Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 58c0021a-2c2f-4dfc-91e2-239abac20e21
2022-03-31T13:53:18.467Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/58c0021a-2c2f-4dfc-91e2-239abac20e21/model-vers/model-ver/550bda00-5f2c-4ff1-8d92-fbf84209c5d2?depth=0
2022-03-31T13:53:18.477Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T13:53:18.535Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58c0021a-2c2f-4dfc-91e2-239abac20e21/model-vers/model-ver/550bda00-5f2c-4ff1-8d92-fbf84209c5d2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-31T13:53:18.537Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58c0021a-2c2f-4dfc-91e2-239abac20e21/model-vers/model-ver/550bda00-5f2c-4ff1-8d92-fbf84209c5d2?depth=0|INFO|500||Invoke
2022-03-31T13:53:18.571Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58c0021a-2c2f-4dfc-91e2-239abac20e21/model-vers/model-ver/550bda00-5f2c-4ff1-8d92-fbf84209c5d2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-31T13:53:19.018Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58c0021a-2c2f-4dfc-91e2-239abac20e21/model-vers/model-ver/550bda00-5f2c-4ff1-8d92-fbf84209c5d2?depth=0|INFO|500||InvokeReturn
2022-03-31T13:53:19.019Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58c0021a-2c2f-4dfc-91e2-239abac20e21/model-vers/model-ver/550bda00-5f2c-4ff1-8d92-fbf84209c5d2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-13:53:18:811-14703], vertex-id=[208936], Content-Length=[0], Date=[Thu, 31 Mar 2022 13:53:18 GMT], Content-Type=[application/json]}
2022-03-31T13:53:19.020Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T13:53:19.020Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T13:53:19.021Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:53:19.026Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T13:53:19.027Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9166f5d4-03a7-49ff-adba-e0a1353b95dc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T13:53:19.027Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T13:53:19.028Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:53:19.030Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:53:19.031Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734799027,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:53:19.131Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:53:19.132Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:53:19.132Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:53:19.147Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:53:19.147Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T13:53:20.046Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:53:20.046Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc","serviceName":"basic_onboard_IKfzoQ","serviceVersion":"1.0","serviceUUID":"f24ea1d4-f2b7-4c84-8323-47f5be258c68","serviceDescription":"service","serviceInvariantUUID":"c07482ad-ecb6-4d18-b79c-f5b8538dfeb0","resources":[{"resourceInstanceName":"basic_onboard_IKfzoQ 0","resourceName":"basic_onboard_IKfzoQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a256ecf4-083f-45f6-9b97-5ac982c4b931","resourceInvariantUUID":"20d946a6-03ee-4899-94c6-a72a298610d6","resourceCustomizationUUID":"8ac39bf9-8d3a-458d-aca3-7003fc004990","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vf-license-model.xml","artifactChecksum":"Y2E5ZDM5ZjBkYjkxM2E2NWQ0NGE3ZTJkMDczY2ZlNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a5d3e3b-fcae-4626-a8d4-af9ac931fb7a","artifactVersion":"1"},{"artifactName":"basic_onboard_ikfzoq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json","artifactChecksum":"MWJkZGVlNjYyOTA5NmI3MTA1M2Y2OGFlNzVkOGFiMzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ead3c647-c9fe-44d3-8dd2-16203cd03720","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"88f075ab-b8c8-42bf-abd4-a36e043fc690","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5fd9b342-4dee-4e97-8b0f-3139deba3bd3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a18adf21-c2fb-400a-ab92-f368649212ac","artifactVersion":"2","generatedFromUUID":"88f075ab-b8c8-42bf-abd4-a36e043fc690"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIkfzoq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-template.yml","artifactChecksum":"YzIwYzgyM2NlOTcwNjY2ZDU2ODQ4ZTJlYjExOGJiMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6bfaf873-047b-4182-a836-5fffffb1e394","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIkfzoq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar","artifactChecksum":"Y2VjMzAxOTYzZDAwNWI4MmNjM2FmZjIzNWY0ZWM4NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a62f34a-2b6e-4ca2-a111-5dad7f674f78","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T13:53:20.048Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:53:20.049Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:53:20.052Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:53:20.052Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734688556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:53:20.152Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:53:20.153Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:53:20.153Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:53:20.170Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:53:20.171Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:53:21.053Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:53:21.055Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:53:21.058Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:53:21.058Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734688556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T13:53:21.158Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:53:21.159Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:53:21.159Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:53:21.174Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:53:21.174Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:53:22.058Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:53:22.060Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:53:22.063Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:53:22.063Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734688556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-31T13:53:22.163Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:53:22.164Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:53:22.165Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:53:22.177Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:53:22.177Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:53:23.064Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:53:23.065Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:53:23.067Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:53:23.072Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734688556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:53:23.168Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-31T13:53:23.169Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:53:23.169Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:53:23.181Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:53:23.182Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:53:24.073Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:53:24.074Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:53:24.076Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:53:24.077Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734688556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-31T13:53:24.177Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:53:24.178Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:53:24.178Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:53:24.193Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:53:24.193Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:53:25.078Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:53:25.079Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:53:25.084Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:53:25.085Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734688556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:53:25.184Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T13:53:25.185Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:53:25.186Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:53:25.200Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:53:25.201Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:53:26.085Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:53:26.087Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:53:26.089Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:53:26.090Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734688556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:53:26.190Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T13:53:26.191Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:53:26.191Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:53:26.205Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:53:26.206Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:53:27.093Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"serviceName": "basic_onboard_IKfzoQ",
"serviceVersion": "1.0",
"serviceUUID": "f24ea1d4-f2b7-4c84-8323-47f5be258c68",
"serviceDescription": "service",
"serviceInvariantUUID": "c07482ad-ecb6-4d18-b79c-f5b8538dfeb0",
"resources": [
{
"resourceInstanceName": "basic_onboard_IKfzoQ 0",
"resourceCustomizationUUID": "8ac39bf9-8d3a-458d-aca3-7003fc004990",
"resourceName": "basic_onboard_IKfzoQ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a256ecf4-083f-45f6-9b97-5ac982c4b931",
"resourceInvariantUUID": "20d946a6-03ee-4899-94c6-a72a298610d6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ikfzoq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json",
"artifactChecksum": "MWJkZGVlNjYyOTA5NmI3MTA1M2Y2OGFlNzVkOGFiMzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ead3c647-c9fe-44d3-8dd2-16203cd03720",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "88f075ab-b8c8-42bf-abd4-a36e043fc690",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a18adf21-c2fb-400a-ab92-f368649212ac",
"generatedFromUUID": "88f075ab-b8c8-42bf-abd4-a36e043fc690"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a18adf21-c2fb-400a-ab92-f368649212ac",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIkfzoq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar",
"artifactChecksum": "Y2VjMzAxOTYzZDAwNWI4MmNjM2FmZjIzNWY0ZWM4NjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0a62f34a-2b6e-4ca2-a111-5dad7f674f78"
}
],
"workloadContext": "Production"
}
2022-03-31T13:53:27.094Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T13:53:27.094Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f24ea1d4-f2b7-4c84-8323-47f5be258c68 ASDC
2022-03-31T13:53:27.095Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc
ServiceName:basic_onboard_IKfzoQ
ServiceVersion:1.0
ServiceUUID:f24ea1d4-f2b7-4c84-8323-47f5be258c68
ServiceInvariantUUID:c07482ad-ecb6-4d18-b79c-f5b8538dfeb0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIkfzoq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar
ArtifactUUID:0a62f34a-2b6e-4ca2-a111-5dad7f674f78
ArtifactChecksum:Y2VjMzAxOTYzZDAwNWI4MmNjM2FmZjIzNWY0ZWM4NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_IKfzoQ 0
ResourceCustomizationUUID:8ac39bf9-8d3a-458d-aca3-7003fc004990
ResourceInvariantUUID:20d946a6-03ee-4899-94c6-a72a298610d6
ResourceName:basic_onboard_IKfzoQ
ResourceType:VF
ResourceUUID:a256ecf4-083f-45f6-9b97-5ac982c4b931
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ikfzoq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json
ArtifactUUID:ead3c647-c9fe-44d3-8dd2-16203cd03720
ArtifactChecksum:MWJkZGVlNjYyOTA5NmI3MTA1M2Y2OGFlNzVkOGFiMzg=
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/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:88f075ab-b8c8-42bf-abd4-a36e043fc690
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/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env
ArtifactUUID:a18adf21-c2fb-400a-ab92-f368649212ac
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/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env
ArtifactUUID:a18adf21-c2fb-400a-ab92-f368649212ac
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-31T13:53:27.095Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f24ea1d4-f2b7-4c84-8323-47f5be258c68 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:53:27.156Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:53:27.156Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-31T13:53:27.156Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-31T13:53:27.157Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0a62f34a-2b6e-4ca2-a111-5dad7f674f78 from URL: /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:27.157Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T13:53:27.157Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:27.447Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T13:53:27.450Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar 0a62f34a-2b6e-4ca2-a111-5dad7f674f78 71577
2022-03-31T13:53:27.450Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar ASDC sendASDCNotification
2022-03-31T13:53:27.451Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:27.451Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:53:27.451Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:53:27.453Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:53:27.453Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734807450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:53:27.554Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:53:27.555Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:53:27.555Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:53:27.568Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:53:27.569Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:53:28.454Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:53:28.456Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-31T13:53:28.456Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0a62f34a-2b6e-4ca2-a111-5dad7f674f78, URL: /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar to file: /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:28.457Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:28.457Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:28.458Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:53:28.561Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:53:28.561Z||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 7XJEVVETUCkWmshP) ...
2022-03-31T13:53:28.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:53:28.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T13:53:28.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "aai-ml",
"timestamp": 1648734688427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:53:28.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T13:53:28.645Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3013227147410690052/Definitions/service-BasicOnboardIkfzoq-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-31T13:53:30.157Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T13:53:30.159Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-31T13:53:30.159Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:30.159Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-31T13:53:30.159Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||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-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:30.159Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||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-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:30.159Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||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-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:30.160Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||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-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:30.160Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:30.160Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:30.160Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||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-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:30.160Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||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-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:30.160Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_IKfzoQ 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-BasicOnboardIkfzoq-csar.csar
2022-03-31T13:53:30.160Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-31T13:53:30.161Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:30.161Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:53:30.161Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria
2022-03-31T13:53:30.162Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-31T13:53:30.162Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:53:30.162Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:30.162Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:53:30.163Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria
2022-03-31T13:53:30.163Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-31T13:53:30.163Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:53:30.163Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:30.164Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:53:30.164Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:30.164Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is not matching search criteria
2022-03-31T13:53:30.165Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-31T13:53:30.165Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-31T13:53:30.165Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-31T13:53:30.165Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T13:53:30.165Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T13:53:30.166Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:30.166Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:53:30.167Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:30.167Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria
2022-03-31T13:53:30.167Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:53:30.168Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:30.168Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria
2022-03-31T13:53:30.168Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:53:30.168Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:30.169Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria
2022-03-31T13:53:30.169Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:53:30.169Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:30.169Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is not matching search criteria
2022-03-31T13:53:30.169Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T13:53:30.170Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T13:53:30.170Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=17f4b015-ed8c-4fd0-996d-6eaadc191089
2022-03-31T13:53:30.170Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:30.170Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:53:30.170Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:30.171Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:53:30.171Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:30.171Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:53:30.171Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:30.172Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:53:30.172Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_IKfzoQ
Description:service
Model UUID:f24ea1d4-f2b7-4c84-8323-47f5be258c68
Model Version:NULL
Model InvariantUuid:c07482ad-ecb6-4d18-b79c-f5b8538dfeb0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_IKfzoQ
Model UUID:05e23e50-0ea0-4a44-afd6-824ff377afb0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:20d946a6-03ee-4899-94c6-a72a298610d6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8ac39bf9-8d3a-458d-aca3-7003fc004990
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:19aec5ba-275b-435f-808d-284e5000f347
ModelName:BasicOnboardIkfzoq..base_ubuntu18..module-0
ModelUuid:5e60b8fc-67c1-46b6-9e8e-713d5c70e5c0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:17f4b015-ed8c-4fd0-996d-6eaadc191089
ModelInvariantUuid:b783f682-af53-422e-91b5-700f70bf55a6
ModelName:basic_onboard_IKfzoQ-nodes.ubuntu18Cvfc
ModelUuid:d8836eb1-9df6-4fa3-ab90-004b0b72d070
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:237ad9fb-c32a-40d1-964e-4b7183af7c9c
ModelInvariantUuid:c86c6e03-4b48-41b7-a4fe-cb1c41f16af1
ModelName:BasicOnboardIkfzoq.compute.nodes.heat.ubuntu18
ModelUuid:929d7aac-d5c6-4565-8fd5-57897d38210b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T13:53:30.182Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a256ecf4-083f-45f6-9b97-5ac982c4b931
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:53:30.187Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||basic_onboard_IKfzoQ 0
2022-03-31T13:53:30.187Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a256ecf4-083f-45f6-9b97-5ac982c4b931
2022-03-31T13:53:30.187Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ead3c647-c9fe-44d3-8dd2-16203cd03720 from URL: /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json
2022-03-31T13:53:30.187Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T13:53:30.188Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json
2022-03-31T13:53:30.330Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T13:53:30.331Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json ead3c647-c9fe-44d3-8dd2-16203cd03720 798
2022-03-31T13:53:30.331Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json ASDC sendASDCNotification
2022-03-31T13:53:30.331Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json
2022-03-31T13:53:30.331Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:53:30.332Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:53:30.335Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:53:30.335Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734810331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:53:30.435Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:53:30.436Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:53:30.436Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:53:30.450Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:53:30.451Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:53:31.342Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIkfzoq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "19aec5ba-275b-435f-808d-284e5000f347",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5e60b8fc-67c1-46b6-9e8e-713d5c70e5c0",
"vfModuleModelCustomizationUUID": "7dd5c191-eaec-455b-92c4-f4920f710014",
"isBase": true,
"artifacts": [
"88f075ab-b8c8-42bf-abd4-a36e043fc690",
"a18adf21-c2fb-400a-ab92-f368649212ac"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T13:53:31.348Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIkfzoq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e60b8fc-67c1-46b6-9e8e-713d5c70e5c0
VfModuleModelInvariantUUID:19aec5ba-275b-435f-808d-284e5000f347
VfModuleModelDescription:NULL
Artifacts UUID List:{
88f075ab-b8c8-42bf-abd4-a36e043fc690
,
a18adf21-c2fb-400a-ab92-f368649212ac
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T13:53:31.351Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIkfzoq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "19aec5ba-275b-435f-808d-284e5000f347",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5e60b8fc-67c1-46b6-9e8e-713d5c70e5c0",
"vfModuleModelCustomizationUUID": "7dd5c191-eaec-455b-92c4-f4920f710014",
"isBase": true,
"artifacts": [
"88f075ab-b8c8-42bf-abd4-a36e043fc690",
"a18adf21-c2fb-400a-ab92-f368649212ac"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T13:53:31.351Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIkfzoq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e60b8fc-67c1-46b6-9e8e-713d5c70e5c0
VfModuleModelInvariantUUID:19aec5ba-275b-435f-808d-284e5000f347
VfModuleModelDescription:NULL
Artifacts UUID List:{
88f075ab-b8c8-42bf-abd4-a36e043fc690
,
a18adf21-c2fb-400a-ab92-f368649212ac
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T13:53:31.351Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 88f075ab-b8c8-42bf-abd4-a36e043fc690 from URL: /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml
2022-03-31T13:53:31.351Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T13:53:31.351Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml
2022-03-31T13:53:31.843Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T13:53:31.843Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml 88f075ab-b8c8-42bf-abd4-a36e043fc690 5033
2022-03-31T13:53:31.843Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-31T13:53:31.843Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml
2022-03-31T13:53:31.844Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:53:31.844Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:53:31.851Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:53:31.851Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734811843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:53:31.947Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-31T13:53:31.948Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:53:31.948Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:53:31.959Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:53:31.960Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:53:32.852Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a18adf21-c2fb-400a-ab92-f368649212ac from URL: /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env
2022-03-31T13:53:32.852Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T13:53:32.853Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env
2022-03-31T13:53:33.172Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T13:53:33.172Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env a18adf21-c2fb-400a-ab92-f368649212ac 909
2022-03-31T13:53:33.173Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-31T13:53:33.173Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env
2022-03-31T13:53:33.173Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:53:33.173Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:53:33.194Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:53:33.194Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648734813173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:53:33.290Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-31T13:53:33.292Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:53:33.292Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ...
2022-03-31T13:53:33.306Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:53:33.308Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:53:34.195Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f24ea1d4-f2b7-4c84-8323-47f5be258c68
2022-03-31T13:53:34.196Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_IKfzoQ 0 a256ecf4-083f-45f6-9b97-5ac982c4b931 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:53:34.211Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@591e6c4b, org.onap.sdc.toscaparser.api.parameters.Input@7c3c51f7, org.onap.sdc.toscaparser.api.parameters.Input@7979c004, org.onap.sdc.toscaparser.api.parameters.Input@31d28ad5, org.onap.sdc.toscaparser.api.parameters.Input@1b84c490]
2022-03-31T13:53:34.213Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:34.213Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:53:34.213Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-31T13:53:34.213Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 8ac39bf9-8d3a-458d-aca3-7003fc004990
2022-03-31T13:53:34.213Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8ac39bf9-8d3a-458d-aca3-7003fc004990 matches Tosca VF Customization UUID: 8ac39bf9-8d3a-458d-aca3-7003fc004990
2022-03-31T13:53:34.213Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 8ac39bf9-8d3a-458d-aca3-7003fc004990 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T13:53:34.216Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:34.216Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:53:34.217Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 8ac39bf9-8d3a-458d-aca3-7003fc004990: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-31T13:53:34.217Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1746b414
2022-03-31T13:53:34.218Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:34.218Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:53:34.218Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7dd5c191-eaec-455b-92c4-f4920f710014
2022-03-31T13:53:34.218Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7dd5c191-eaec-455b-92c4-f4920f710014
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T13:53:34.221Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:34.221Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria
2022-03-31T13:53:34.221Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:53:34.222Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:34.222Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria
2022-03-31T13:53:34.222Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:53:34.222Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:34.223Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is not matching search criteria
2022-03-31T13:53:34.223Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T13:53:34.223Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T13:53:34.223Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=17f4b015-ed8c-4fd0-996d-6eaadc191089
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T13:53:34.226Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:34.226Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria
2022-03-31T13:53:34.226Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:53:34.227Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:34.227Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria
2022-03-31T13:53:34.227Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0] matching following query criteria: sdcType=VF, customizationUUID=8ac39bf9-8d3a-458d-aca3-7003fc004990
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:53:34.229Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:53:34.229Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:53:34.229Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f24ea1d4-f2b7-4c84-8323-47f5be258c68: basic_onboard_IKfzoQ
2022-03-31T13:53:34.229Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery