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-05T05:13:33.105Z||main|||||INFO|500||The following profiles are active: basic
2022-03-05T05:13:45.303Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-05T05:13:45.304Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-05T05:13:45.454Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-05T05:13:49.840Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-05T05:13:50.290Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-05T05:13:50.802Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-05T05:13:50.816Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-05T05:13:50.957Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-05T05:13:51.188Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-05T05:13:51.806Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-05T05:13:53.527Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-05T05:13:56.039Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-05T05:13:56.107Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-05T05:13:56.801Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-05T05:13:56.930Z||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-05T05:13:58.248Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-05T05:13:59.382Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-05T05:13:59.420Z||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$$36dd570f.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-05T05:13:59.421Z||main|||||WARN|500||The sdc end point is not alive
2022-03-05T05:14:02.712Z||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-05T05:14:06.278Z||main|||||WARN|500||---
2022-03-05T05:14:06.279Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-05T05:14:06.279Z||main|||||WARN|500||---
2022-03-05T05:14:06.699Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-05T05:14:12.426Z||main|||||INFO|500||Started Application in 42.863 seconds (JVM running for 45.266)
2022-03-05T05:14:12.439Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-05T05:14:12.441Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-05T05:14:12.452Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-05T05:14:12.474Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-05T05:14:12.522Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19ac8cef-f7c9-45d9-8529-7d69f7aea998 url= /sdc/v1/artifactTypes
2022-03-05T05:14:12.522Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-05T05:14:12.862Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-05T05:14:12.915Z||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-05T05:14:12.945Z||scheduling-1|||||DEBUG|500||create keys
2022-03-05T05:14:12.953Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-05T05:14:13.034Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:14:13.052Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1a3b327e-f93f-4f88-b320-7a1da9f33204 url= /sdc/v1/registerForDistribution
2022-03-05T05:14:13.285Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1a3b327e-f93f-4f88-b320-7a1da9f33204 url= /sdc/v1/registerForDistribution
2022-03-05T05:14:13.286Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-05T05:14:13.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:14:13.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:14:13.307Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-05T05:14:13.310Z||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-05T05:14:13.311Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:14:13.310Z||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-05T05:14:13.314Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:14:23.653Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:14:23.656Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:15:13.293Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:15:13.295Z||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-05T05:15:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:15:13.295Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:15:13.296Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:15:13.296Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:15:22.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:15:22.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:16:13.293Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:16:13.294Z||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-05T05:16:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:16:13.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:16:13.296Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:16:13.296Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:16:22.922Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:16:22.924Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:17:13.293Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:17:13.295Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:17:13.297Z||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-05T05:17:13.297Z||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-05T05:17:13.297Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:17:13.297Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:17:23.015Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:17:23.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:18:13.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:18:13.294Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:18:13.294Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:18:13.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:18:13.296Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:18:13.297Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:18:22.911Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:18:22.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:19:13.292Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:19:13.294Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:19:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:19:13.299Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:19:13.300Z||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-05T05:19:13.300Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:19:22.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:19:22.900Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:20:13.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:20:13.294Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:20:13.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:20:13.295Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:20:13.295Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:20:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:20:22.848Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:20:22.848Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:21:13.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:21:13.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:21:13.297Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:21:13.297Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:21:13.297Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:21:13.298Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:21:22.867Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:21:22.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:22:13.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:22:13.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:22:13.297Z||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-05T05:22:13.297Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:22:13.298Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:22:13.298Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:22:22.857Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:22:22.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:23:13.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:23:13.294Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:23:13.295Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:23:13.295Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:23:13.296Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:23:13.296Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:23:22.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:23:22.891Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:24:13.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:24:13.295Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:24:13.295Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:24:13.295Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:24:13.296Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:24:13.296Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:24:22.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:24:22.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:24:25.692Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-05T05:25:13.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:25:13.295Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:25:13.296Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:25:13.296Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:25:13.296Z||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-05T05:25:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:25:22.858Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:25:22.858Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:26:13.292Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:26:13.293Z||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-05T05:26:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:26:13.295Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:26:13.296Z||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-05T05:26:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:26:22.862Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:26:22.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:27:13.293Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:27:13.294Z||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-05T05:27:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:27:13.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:27:13.296Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:27:13.296Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:27:22.899Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:27:22.911Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:28:13.293Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:28:13.293Z||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-05T05:28:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:28:13.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:28:13.295Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:28:13.296Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:28:22.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:28:22.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:29:13.293Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:29:13.295Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:29:13.296Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:29:13.296Z||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-05T05:29:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:29:13.296Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:29:22.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:29:22.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:30:13.292Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:30:13.294Z||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-05T05:30:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:30:13.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:30:13.295Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:30:13.295Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:30:22.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:30:22.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:31:13.293Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:31:13.294Z||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-05T05:31:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:31:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:31:13.295Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:31:13.296Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:31:22.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:31:22.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:32:13.292Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:32:13.294Z||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-05T05:32:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:32:13.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:32:13.295Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:32:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:32:22.854Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:32:22.859Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:33:13.293Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:33:13.294Z||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-05T05:33:13.294Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:33:13.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:33:13.295Z||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-05T05:33:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:33:22.861Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:33:22.862Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:34:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:34:13.295Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:34:13.296Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:34:13.296Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:34:13.296Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:34:13.296Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:34:22.861Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:34:22.864Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:35:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:35:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:35:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:35:13.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:35:13.295Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:35:13.295Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:35:22.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:35:22.895Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:36:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:36:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:36:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:36:13.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:36:13.295Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:36:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:36:22.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:36:22.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:37:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:37:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:37:13.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:37:13.295Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:37:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:37:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:37:22.851Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:37:22.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:38:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:38:13.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:38:13.295Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:38:13.295Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:38:13.295Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:38:13.296Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:38:22.852Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:38:22.856Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:39:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:39:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:39:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:39:13.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:39:13.295Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:39:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:39:22.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:39:22.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:40:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:40:13.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:40:13.296Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:40:13.296Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:40:13.297Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:40:13.297Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:40:22.857Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:40:22.859Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:41:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:41:13.297Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:41:13.297Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:41:13.297Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:41:13.298Z||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-05T05:41:13.298Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:41:22.851Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:41:22.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:42:13.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:42:13.293Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:42:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:42:13.295Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:42:13.296Z||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-05T05:42:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:42:22.841Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:42:22.865Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:43:13.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:43:13.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:43:13.295Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:43:13.295Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:43:13.295Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:43:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:43:22.840Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:43:22.858Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:44:13.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:44:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:44:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:44:13.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:44:13.295Z||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-05T05:44:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:44:22.853Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:44:22.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:45:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:45:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:45:13.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:45:13.295Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:45:13.295Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:45:13.295Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:45:22.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:45:22.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:46:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:46:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:46:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:46:13.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:46:13.295Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:46:13.295Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:46:22.852Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:46:22.852Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:47:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:47:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:47:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:47:13.295Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:47:13.296Z||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-05T05:47:13.296Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:47:22.867Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:47:22.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:48:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:48:13.293Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:48:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:48:13.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:48:13.295Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:48:13.296Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:48:22.859Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:48:22.861Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:49:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:49:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:49:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:49:13.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:49:13.295Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:49:13.295Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:49:22.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:49:22.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:50:13.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:50:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:50:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:50:13.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:50:13.295Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:50:13.295Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:50:22.854Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:50:22.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:51:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:51:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:51:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:51:13.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:51:13.295Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:51:13.295Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:51:22.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:51:22.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:52:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:52:13.295Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:52:13.297Z||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-05T05:52:13.297Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:52:13.297Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:52:13.297Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:52:22.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:52:22.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:53:13.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:53:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:53:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:53:13.295Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:53:13.296Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:53:13.296Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:53:22.847Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:53:22.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:54:13.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:54:13.293Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:54:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:54:13.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:54:13.295Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:54:13.295Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:54:22.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:54:22.895Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:55:13.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:55:13.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:55:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:55:13.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:55:13.295Z||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-05T05:55:13.295Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:55:22.842Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:55:22.849Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:56:13.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:56:13.293Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:56:13.294Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:56:13.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:56:13.295Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:56:13.295Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:56:22.837Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:56:22.850Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:57:13.292Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:57:13.293Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:57:13.293Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:57:13.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:57:13.295Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:57:13.295Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:57:22.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:57:22.848Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:58:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:58:13.295Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:58:13.298Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:58:13.298Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:58:13.298Z||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 VSplJJmt93EDbI2Z) ...
2022-03-05T05:58:13.298Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:58:16.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:58:16.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T05:58:16.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"91226797-d4ab-4740-ac5e-753b60d424b7","serviceName":"vFW 2022-03-05 05-55-05","serviceVersion":"1.0","serviceUUID":"977fc9d2-bda1-4e00-b854-812a6df32ffa","serviceDescription":"catalog service description","serviceInvariantUUID":"6c34595c-3c08-4b16-bc0c-d77c34f10102","resources":[],"serviceArtifacts":[{"artifactName":"service-Vfw20220305055505-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml","artifactChecksum":"OTE4NjM3YjA4MWFlZDYzOTllOTU4NTA1OThjMDM2Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45841974-7047-49ea-ae68-c4910c40a381","artifactVersion":"1"},{"artifactName":"service-Vfw20220305055505-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar","artifactChecksum":"YWE0MWI1MzI5M2RiZWU3OGY4YWU0MmNhYTBiN2Y3ZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"67b2679c-9713-4349-b911-6c6d3eee34f6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-05T05:58:16.033Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T05:58:16.041Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T05:58:16.054Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T05:58:16.054Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646459893293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T05:58:16.155Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-05T05:58:16.160Z||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-05T05:58:16.160Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:58:16.182Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:58:16.183Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":3,"count":1}
2022-03-05T05:58:16.308Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:58:16.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T05:58:16.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "cds",
"timestamp": 1646459890714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T05:58:16.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T05:58:16.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T05:58:16.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646459893293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T05:58:16.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T05:58:17.063Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T05:58:17.064Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T05:58:17.067Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T05:58:17.067Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646459893293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T05:58:17.167Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T05:58:17.169Z||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-05T05:58:17.169Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:58:17.191Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:58:17.192Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-05T05:58:18.069Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"serviceName": "vFW 2022-03-05 05-55-05",
"serviceVersion": "1.0",
"serviceUUID": "977fc9d2-bda1-4e00-b854-812a6df32ffa",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6c34595c-3c08-4b16-bc0c-d77c34f10102",
"resources": [],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220305055505-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"artifactChecksum": "YWE0MWI1MzI5M2RiZWU3OGY4YWU0MmNhYTBiN2Y3ZjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "67b2679c-9713-4349-b911-6c6d3eee34f6"
}
],
"workloadContext": "Production"
}
2022-03-05T05:58:18.072Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 0
2022-03-05T05:58:18.072Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 977fc9d2-bda1-4e00-b854-812a6df32ffa ASDC
2022-03-05T05:58:18.147Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:91226797-d4ab-4740-ac5e-753b60d424b7
ServiceName:vFW 2022-03-05 05-55-05
ServiceVersion:1.0
ServiceUUID:977fc9d2-bda1-4e00-b854-812a6df32ffa
ServiceInvariantUUID:6c34595c-3c08-4b16-bc0c-d77c34f10102
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220305055505-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar
ArtifactUUID:67b2679c-9713-4349-b911-6c6d3eee34f6
ArtifactChecksum:YWE0MWI1MzI5M2RiZWU3OGY4YWU0MmNhYTBiN2Y3ZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
}
2022-03-05T05:58:18.147Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 977fc9d2-bda1-4e00-b854-812a6df32ffa 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-05T05:58:18.421Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T05:58:18.423Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-05T05:58:18.425Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-05T05:58:18.425Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 67b2679c-9713-4349-b911-6c6d3eee34f6 from URL: /sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar
2022-03-05T05:58:18.426Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-05T05:58:18.428Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar
2022-03-05T05:58:18.862Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-05T05:58:18.873Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar 67b2679c-9713-4349-b911-6c6d3eee34f6 50304
2022-03-05T05:58:18.874Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar ASDC sendASDCNotification
2022-03-05T05:58:18.874Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar
2022-03-05T05:58:18.875Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T05:58:18.876Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T05:58:18.878Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T05:58:18.878Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646459898873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T05:58:18.978Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T05:58:18.979Z||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-05T05:58:18.979Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:58:18.996Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:58:18.998Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-05T05:58:19.878Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T05:58:19.881Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-05T05:58:19.882Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 67b2679c-9713-4349-b911-6c6d3eee34f6, URL: /sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar to file: /app/ASDC/1/service-Vfw20220305055505-csar.csar
2022-03-05T05:58:19.883Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220305055505-csar.csar
2022-03-05T05:58:19.981Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220305055505-csar.csar
2022-03-05T05:58:19.981Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220305055505-csar.csar
2022-03-05T05:58:20.645Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17770791859069631149/Definitions/service-Vfw20220305055505-template.yml
2022-03-05T05:58:21.518Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-05T05:58:21.529Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T05:58:21.531Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-05 05-55-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T05:58:21.535Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-05T05:58:21.536Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T05:58:21.541Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T05:58:21.541Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-05 05-55-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T05:58:21.541Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-05T05:58:21.541Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T05:58:21.542Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T05:58:21.542Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-05 05-55-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T05:58:21.542Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T05:58:21.542Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-05 05-55-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T05:58:21.542Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T05:58:21.543Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-05 05-55-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T05:58:21.543Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T05:58:21.543Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-05 05-55-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T05:58:21.543Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T05:58:21.543Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-05 05-55-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T05:58:21.544Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-05 05-55-05
Description:catalog service description
Model UUID:977fc9d2-bda1-4e00-b854-812a6df32ffa
Model Version:NULL
Model InvariantUuid:6c34595c-3c08-4b16-bc0c-d77c34f10102
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
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-05T05:58:21.578Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||ERROR|500||Service Model contains no resources.
2022-03-05T05:58:21.579Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T05:58:21.721Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T05:58:21.724Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T05:58:21.724Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T05:58:51.724Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T05:58:51.756Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T05:58:51.760Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T05:58:51.761Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T05:59:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T05:59:13.296Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T05:59:13.296Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T05:59:13.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T05:59:13.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T05:59:13.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "policy-id",
"timestamp": 1646459890254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T05:59:13.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T05:59:21.761Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T05:59:21.771Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T05:59:21.775Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T05:59:21.775Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T05:59:51.775Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T05:59:51.787Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T05:59:51.790Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T05:59:51.790Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:00:13.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:00:13.296Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:00:13.296Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:00:13.334Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:00:13.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-05T06:00:13.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1646459889370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:00:13.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-05T06:00:21.790Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T06:00:21.801Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T06:00:21.803Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:00:21.803Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:00:51.804Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T06:00:51.823Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T06:00:51.826Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:00:51.826Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:01:13.295Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:01:13.296Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:01:13.296Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:01:13.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:01:13.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "cds",
"timestamp": 1646459890714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:01:13.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646459893293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:01:13.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1646459889370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "policy-id",
"timestamp": 1646459890254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:01:13.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "policy-id",
"timestamp": 1646459898801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:01:13.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646459898873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:01:13.843Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "cds",
"timestamp": 1646459898873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:01:13.843Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "policy-id",
"timestamp": 1646459899809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-05T06:01:13.844Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "cds",
"timestamp": 1646459899905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-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-05T06:01:13.856Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91226797-d4ab-4740-ac5e-753b60d424b7
2022-03-05T06:01:13.857Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91226797-d4ab-4740-ac5e-753b60d424b7 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-05T06:01:13.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "clamp",
"timestamp": 1646459899269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "policy-id",
"timestamp": 1646459900814,
"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-05T06:01:13.887Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91226797-d4ab-4740-ac5e-753b60d424b7
2022-03-05T06:01:13.888Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91226797-d4ab-4740-ac5e-753b60d424b7 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-05T06:01:13.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "clamp",
"timestamp": 1646459899269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:01:13.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "aai-ml",
"timestamp": 1646459900658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "aai-ml",
"timestamp": 1646459900658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:01:13.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646459902924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646459902924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:01:13.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "aai-ml",
"timestamp": 1646459903861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:01:13.903Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "clamp",
"timestamp": 1646459905277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:01:13.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "clamp",
"timestamp": 1646459907293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-05T06:01:13.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "clamp",
"timestamp": 1646459908300,
"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-05T06:01:13.915Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91226797-d4ab-4740-ac5e-753b60d424b7
2022-03-05T06:01:13.916Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91226797-d4ab-4740-ac5e-753b60d424b7 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-05T06:01:13.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646459908904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646459908904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:01:13.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646459912192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:01:13.933Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "aai-ml",
"timestamp": 1646459912447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-05T06:01:13.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "aai-ml",
"timestamp": 1646459913454,
"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-05T06:01:13.943Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91226797-d4ab-4740-ac5e-753b60d424b7
2022-03-05T06:01:13.943Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91226797-d4ab-4740-ac5e-753b60d424b7 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-05T06:01:13.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "cds",
"timestamp": 1646459905714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "ves-openapi-manager",
"timestamp": 1646459909370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "policy-id",
"timestamp": 1646459910254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646459915395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305055505/1.0/artifacts/service-Vfw20220305055505-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-05T06:01:13.958Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:13.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "cds",
"timestamp": 1646459905714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "ves-openapi-manager",
"timestamp": 1646459909370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "policy-id",
"timestamp": 1646459910254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646459916400,
"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-05T06:01:13.977Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91226797-d4ab-4740-ac5e-753b60d424b7
2022-03-05T06:01:13.978Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91226797-d4ab-4740-ac5e-753b60d424b7 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-05T06:01:13.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "cds",
"timestamp": 1646459905714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "ves-openapi-manager",
"timestamp": 1646459909370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "policy-id",
"timestamp": 1646459910254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-05T06:01:13.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "cds",
"timestamp": 1646459905714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "ves-openapi-manager",
"timestamp": 1646459909370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "policy-id",
"timestamp": 1646459910254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:13.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "cds",
"timestamp": 1646459905714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:13.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:13.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "ves-openapi-manager",
"timestamp": 1646459909370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "policy-id",
"timestamp": 1646459910254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "cds",
"timestamp": 1646459905714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "ves-openapi-manager",
"timestamp": 1646459909370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "policy-id",
"timestamp": 1646459910254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "cds",
"timestamp": 1646459905714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:01:14.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "ves-openapi-manager",
"timestamp": 1646459909370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "policy-id",
"timestamp": 1646459910254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:01:14.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "cds",
"timestamp": 1646459922363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:01:14.008Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "policy-id",
"timestamp": 1646459922463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:01:14.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "cds",
"timestamp": 1646459923401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-05T06:01:14.033Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e8caa5e8-592d-408b-b30b-73019054fb63
2022-03-05T06:01:14.034Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8caa5e8-592d-408b-b30b-73019054fb63 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-05T06:01:14.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "policy-id",
"timestamp": 1646459923469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-05T06:01:14.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646459922924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "policy-id",
"timestamp": 1646459924473,
"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-05T06:01:14.056Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8caa5e8-592d-408b-b30b-73019054fb63
2022-03-05T06:01:14.056Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8caa5e8-592d-408b-b30b-73019054fb63 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-05T06:01:14.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646459922924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
"status": "NOTIFIED"
}
2022-03-05T06:01:14.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646459922924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-05T06:01:14.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646459922924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646459922924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-05T06:01:14.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646459922924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646459922924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:01:14.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "clamp",
"timestamp": 1646459929269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646459930860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:01:14.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "clamp",
"timestamp": 1646459929269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
"status": "NOTIFIED"
}
2022-03-05T06:01:14.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "clamp",
"timestamp": 1646459929269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646459932166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:01:14.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "aai-ml",
"timestamp": 1646459930658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "clamp",
"timestamp": 1646459929269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "aai-ml",
"timestamp": 1646459930658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646459933559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:01:14.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "clamp",
"timestamp": 1646459929269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "aai-ml",
"timestamp": 1646459930658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646459934638,
"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-05T06:01:14.088Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8caa5e8-592d-408b-b30b-73019054fb63
2022-03-05T06:01:14.088Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8caa5e8-592d-408b-b30b-73019054fb63 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-05T06:01:14.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "clamp",
"timestamp": 1646459929269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "aai-ml",
"timestamp": 1646459930658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646459935643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-05T06:01:14.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "clamp",
"timestamp": 1646459929269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:01:14.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "aai-ml",
"timestamp": 1646459930658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "aai-ml",
"timestamp": 1646459930658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "aai-ml",
"timestamp": 1646459930658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:01:14.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "aai-ml",
"timestamp": 1646459938546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:01:14.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646459938904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646459938904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646459938904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646459938904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646459938904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646459938904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:01:14.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646459938904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:01:14.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-05T06:01:14.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646459946730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:01:14.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "clamp",
"timestamp": 1646459947279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:01:14.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "aai-ml",
"timestamp": 1646459946575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-05T06:01:14.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "aai-ml",
"timestamp": 1646459947580,
"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-05T06:01:14.126Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8caa5e8-592d-408b-b30b-73019054fb63
2022-03-05T06:01:14.126Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8caa5e8-592d-408b-b30b-73019054fb63 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-05T06:01:14.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "clamp",
"timestamp": 1646459949293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-05T06:01:14.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646459949513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-05T06:01:14.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:01:14.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "clamp",
"timestamp": 1646459950297,
"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-05T06:01:14.155Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e8caa5e8-592d-408b-b30b-73019054fb63
2022-03-05T06:01:14.155Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8caa5e8-592d-408b-b30b-73019054fb63 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-05T06:01:14.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-05T06:01:14.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646459950518,
"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-05T06:01:14.197Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8caa5e8-592d-408b-b30b-73019054fb63
2022-03-05T06:01:14.198Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8caa5e8-592d-408b-b30b-73019054fb63 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-05T06:01:21.827Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T06:01:21.841Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T06:01:21.845Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:01:21.845Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:01:51.845Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T06:01:51.858Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T06:01:51.862Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:01:51.862Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:02:13.295Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:02:13.296Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:02:13.296Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:02:21.863Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T06:02:21.876Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T06:02:21.880Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:02:21.880Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:02:22.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:02:51.881Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T06:02:51.893Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7
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-05T06:02:51.899Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:02:51.900Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:03:13.295Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:03:13.296Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:03:13.296Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:21.900Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-05T06:03:21.900Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91226797-d4ab-4740-ac5e-753b60d424b7 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-05T06:03:21.921Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91226797-d4ab-4740-ac5e-753b60d424b7 and serviceModelVersionId: 977fc9d2-bda1-4e00-b854-812a6df32ffa
2022-03-05T06:03:21.921Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c34595c-3c08-4b16-bc0c-d77c34f10102
2022-03-05T06:03:22.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:03:37.061Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c34595c-3c08-4b16-bc0c-d77c34f10102/model-vers/model-ver/977fc9d2-bda1-4e00-b854-812a6df32ffa?depth=0
2022-03-05T06:03:37.193Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-05T06:03:37.747Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c34595c-3c08-4b16-bc0c-d77c34f10102/model-vers/model-ver/977fc9d2-bda1-4e00-b854-812a6df32ffa?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-05T06:03:37.752Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c34595c-3c08-4b16-bc0c-d77c34f10102/model-vers/model-ver/977fc9d2-bda1-4e00-b854-812a6df32ffa?depth=0|INFO|500||Invoke
2022-03-05T06:03:37.882Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c34595c-3c08-4b16-bc0c-d77c34f10102/model-vers/model-ver/977fc9d2-bda1-4e00-b854-812a6df32ffa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-03-05T06:03:38.172Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c34595c-3c08-4b16-bc0c-d77c34f10102/model-vers/model-ver/977fc9d2-bda1-4e00-b854-812a6df32ffa?depth=0|INFO|500||InvokeReturn
2022-03-05T06:03:38.173Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c34595c-3c08-4b16-bc0c-d77c34f10102/model-vers/model-ver/977fc9d2-bda1-4e00-b854-812a6df32ffa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220305-06:03:37:721-28862], vertex-id=[221256], Content-Length=[0], Date=[Sat, 05 Mar 2022 06:03:37 GMT], Content-Type=[application/json]}
2022-03-05T06:03:38.173Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-03-05T06:03:38.177Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-05T06:03:38.177Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||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-05T06:03:38.198Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||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-05T06:03:38.200Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91226797-d4ab-4740-ac5e-753b60d424b7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-05T06:03:38.201Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-05T06:03:38.201Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:38.204Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:38.204Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460218200,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-05T06:03:38.304Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:38.309Z||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-05T06:03:38.309Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:38.326Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:03:38.327Z||pool-6-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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-05T06:03:39.231Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:03:39.232Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:03:39.232Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:43.611Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:03:43.613Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-05T06:03:43.613Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8caa5e8-592d-408b-b30b-73019054fb63","serviceName":"basic_onboard_yyIBMk","serviceVersion":"1.0","serviceUUID":"18680a1b-5c6d-47ef-9110-5a0f8aba077d","serviceDescription":"service","serviceInvariantUUID":"109f67c5-733c-45ee-8fca-35083bb7a0de","resources":[{"resourceInstanceName":"basic_onboard_yyIBMk 0","resourceName":"basic_onboard_yyIBMk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e6cdae66-6de0-4fb6-b945-1be171545e31","resourceInvariantUUID":"b5b5fafc-b60d-4c86-843a-25fd2175f7b8","resourceCustomizationUUID":"0fb8094b-3f64-4469-bae0-c2f962d82d02","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml","artifactChecksum":"ZWE3NjExNjFlYjg5YmVkZWFhOTRhZGNkZTI3OWUyMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05e1f4c7-99dd-4326-993f-5000f371839d","artifactVersion":"1"},{"artifactName":"basic_onboard_yyibmk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json","artifactChecksum":"NGYzM2E5MTI0YjE0OTM5N2U4NGVjYmUzNTg4NTQ0OWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91467e18-93ca-432a-afc2-950296b41e17","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eaa9de85-f5d8-4083-b60e-a4e6d07416ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"780013be-5fab-4014-aa10-bda5c41df9aa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"47e39b0b-70f4-488d-a98a-24f8212168ed","artifactVersion":"2","generatedFromUUID":"eaa9de85-f5d8-4083-b60e-a4e6d07416ac"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYyibmk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml","artifactChecksum":"MjIzZWRlNjk0MDI4NDAxNzliZTI1OWY0ODE2ODcyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f3e7df24-d09a-408c-ad09-d947e98a4809","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYyibmk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar","artifactChecksum":"MWYyODIwODA1MWE4OWZlYzM2M2M2YjdlNmUxNDNiODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51aae51e-9a30-4952-a21f-a5e16f6cc7bc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-05T06:03:43.620Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:03:43.621Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:43.624Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:43.625Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460219231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:03:43.726Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-05T06:03:43.728Z||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-05T06:03:43.728Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:43.755Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:03:43.756Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:44.626Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:03:44.627Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:44.630Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:44.631Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460219231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
"status": "NOTIFIED"
}
2022-03-05T06:03:44.731Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:44.732Z||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-05T06:03:44.732Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:44.748Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:03:44.749Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:45.632Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:03:45.633Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:45.636Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:45.637Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460219231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-05T06:03:45.737Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:03:45.738Z||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-05T06:03:45.738Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:45.754Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:03:45.755Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:46.638Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:03:46.640Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:46.642Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:46.642Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460219231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:03:46.742Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:03:46.743Z||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-05T06:03:46.744Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:46.757Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:03:46.758Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:03:47.643Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:03:47.644Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:47.648Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:47.648Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460219231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-05T06:03:47.748Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:47.750Z||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-05T06:03:47.750Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:47.765Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:03:47.766Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:48.649Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:03:48.650Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:48.653Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:48.653Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460219231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:03:48.753Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:48.754Z||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-05T06:03:48.755Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:48.769Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:03:48.771Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:49.653Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:03:49.654Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:49.657Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:49.657Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460219231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:03:49.757Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:49.759Z||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-05T06:03:49.759Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:49.770Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:03:49.770Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:50.659Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"serviceName": "basic_onboard_yyIBMk",
"serviceVersion": "1.0",
"serviceUUID": "18680a1b-5c6d-47ef-9110-5a0f8aba077d",
"serviceDescription": "service",
"serviceInvariantUUID": "109f67c5-733c-45ee-8fca-35083bb7a0de",
"resources": [
{
"resourceInstanceName": "basic_onboard_yyIBMk 0",
"resourceCustomizationUUID": "0fb8094b-3f64-4469-bae0-c2f962d82d02",
"resourceName": "basic_onboard_yyIBMk",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e6cdae66-6de0-4fb6-b945-1be171545e31",
"resourceInvariantUUID": "b5b5fafc-b60d-4c86-843a-25fd2175f7b8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yyibmk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
"artifactChecksum": "NGYzM2E5MTI0YjE0OTM5N2U4NGVjYmUzNTg4NTQ0OWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "91467e18-93ca-432a-afc2-950296b41e17",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "eaa9de85-f5d8-4083-b60e-a4e6d07416ac",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "47e39b0b-70f4-488d-a98a-24f8212168ed",
"generatedFromUUID": "eaa9de85-f5d8-4083-b60e-a4e6d07416ac"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "47e39b0b-70f4-488d-a98a-24f8212168ed",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYyibmk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"artifactChecksum": "MWYyODIwODA1MWE4OWZlYzM2M2M2YjdlNmUxNDNiODI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "51aae51e-9a30-4952-a21f-a5e16f6cc7bc"
}
],
"workloadContext": "Production"
}
2022-03-05T06:03:50.660Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-05T06:03:50.660Z|91226797-d4ab-4740-ac5e-753b60d424b7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 18680a1b-5c6d-47ef-9110-5a0f8aba077d ASDC
2022-03-05T06:03:50.713Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e8caa5e8-592d-408b-b30b-73019054fb63
ServiceName:basic_onboard_yyIBMk
ServiceVersion:1.0
ServiceUUID:18680a1b-5c6d-47ef-9110-5a0f8aba077d
ServiceInvariantUUID:109f67c5-733c-45ee-8fca-35083bb7a0de
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYyibmk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar
ArtifactUUID:51aae51e-9a30-4952-a21f-a5e16f6cc7bc
ArtifactChecksum:MWYyODIwODA1MWE4OWZlYzM2M2M2YjdlNmUxNDNiODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_yyIBMk 0
ResourceCustomizationUUID:0fb8094b-3f64-4469-bae0-c2f962d82d02
ResourceInvariantUUID:b5b5fafc-b60d-4c86-843a-25fd2175f7b8
ResourceName:basic_onboard_yyIBMk
ResourceType:VF
ResourceUUID:e6cdae66-6de0-4fb6-b945-1be171545e31
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yyibmk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json
ArtifactUUID:91467e18-93ca-432a-afc2-950296b41e17
ArtifactChecksum:NGYzM2E5MTI0YjE0OTM5N2U4NGVjYmUzNTg4NTQ0OWQ=
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/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:eaa9de85-f5d8-4083-b60e-a4e6d07416ac
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/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env
ArtifactUUID:47e39b0b-70f4-488d-a98a-24f8212168ed
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/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env
ArtifactUUID:47e39b0b-70f4-488d-a98a-24f8212168ed
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-05T06:03:50.713Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18680a1b-5c6d-47ef-9110-5a0f8aba077d 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-05T06:03:50.786Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:03:50.787Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-05T06:03:50.788Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-05T06:03:50.788Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 51aae51e-9a30-4952-a21f-a5e16f6cc7bc from URL: /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:50.788Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-05T06:03:50.788Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:51.589Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-05T06:03:51.594Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar 51aae51e-9a30-4952-a21f-a5e16f6cc7bc 71593
2022-03-05T06:03:51.594Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar ASDC sendASDCNotification
2022-03-05T06:03:51.594Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:51.594Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:03:51.595Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:51.597Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:51.597Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460231594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:03:51.697Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:51.698Z||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-05T06:03:51.698Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:51.712Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:03:51.713Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:52.597Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:03:52.599Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-05T06:03:52.599Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 51aae51e-9a30-4952-a21f-a5e16f6cc7bc, URL: /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar to file: /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:52.600Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:52.600Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:52.600Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:52.870Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP277181772989156679/Definitions/service-BasicOnboardYyibmk-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-05T06:03:54.362Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-05T06:03:54.367Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-05T06:03:54.367Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.367Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-05T06:03:54.367Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||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-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.367Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||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-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.368Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||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-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.368Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||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-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.368Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.368Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.368Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||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-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.368Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yyIBMk 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-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.368Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||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-BasicOnboardYyibmk-csar.csar
2022-03-05T06:03:54.369Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-05T06:03:54.369Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:54.369Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:54.370Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:54.370Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-05T06:03:54.371Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:03:54.372Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:54.372Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:54.372Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:54.372Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-05T06:03:54.372Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:03:54.373Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:54.373Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:54.376Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:54.377Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is not matching search criteria
2022-03-05T06:03:54.377Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-05T06:03:54.377Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-05T06:03:54.377Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-05T06:03:54.378Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-05T06:03:54.378Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-05T06:03:54.378Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:54.378Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-05T06:03:54.379Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:54.380Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:54.380Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:03:54.380Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:54.381Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:54.381Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:03:54.381Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:54.381Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:54.381Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:03:54.381Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:54.382Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is not matching search criteria
2022-03-05T06:03:54.382Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-05T06:03:54.382Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-05T06:03:54.382Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=33604df9-9a22-43f7-8a29-ef48aa9dfd14
2022-03-05T06:03:54.382Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:54.383Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:54.383Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:54.383Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:54.383Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:54.383Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:54.383Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:54.384Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:54.384Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_yyIBMk
Description:service
Model UUID:18680a1b-5c6d-47ef-9110-5a0f8aba077d
Model Version:NULL
Model InvariantUuid:109f67c5-733c-45ee-8fca-35083bb7a0de
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_yyIBMk
Model UUID:007ea824-0a50-48c7-9c14-57e774ff3875
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b5b5fafc-b60d-4c86-843a-25fd2175f7b8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0fb8094b-3f64-4469-bae0-c2f962d82d02
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:524fcc89-f3e5-471f-9164-91ad3b516f5b
ModelName:BasicOnboardYyibmk..base_ubuntu18..module-0
ModelUuid:4fe59f81-8f16-4967-bedb-d3ceb2c12922
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:33604df9-9a22-43f7-8a29-ef48aa9dfd14
ModelInvariantUuid:66adb6d5-1c70-4fc0-91cc-6188c2475305
ModelName:basic_onboard_yyIBMk-nodes.ubuntu18Cvfc
ModelUuid:34d8bd05-f21b-4fc7-8272-70f62730325e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:87da81ac-fb79-45a5-9c8e-1f158a2d8782
ModelInvariantUuid:86f1d555-aeca-4a07-bd18-f75b3832955c
ModelName:BasicOnboardYyibmk.compute.nodes.heat.ubuntu18
ModelUuid:669b7659-d45f-4a9b-8efb-0eda1c684aef
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-05T06:03:54.405Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e6cdae66-6de0-4fb6-b945-1be171545e31
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-05T06:03:54.416Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||basic_onboard_yyIBMk 0
2022-03-05T06:03:54.423Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e6cdae66-6de0-4fb6-b945-1be171545e31
2022-03-05T06:03:54.424Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 91467e18-93ca-432a-afc2-950296b41e17 from URL: /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json
2022-03-05T06:03:54.424Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-05T06:03:54.425Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json
2022-03-05T06:03:54.768Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-05T06:03:54.769Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json 91467e18-93ca-432a-afc2-950296b41e17 798
2022-03-05T06:03:54.769Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json ASDC sendASDCNotification
2022-03-05T06:03:54.769Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json
2022-03-05T06:03:54.769Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:03:54.770Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:54.773Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:54.774Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460234769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:03:54.873Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:03:54.875Z||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-05T06:03:54.875Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:54.890Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:03:54.891Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:55.775Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYyibmk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "524fcc89-f3e5-471f-9164-91ad3b516f5b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4fe59f81-8f16-4967-bedb-d3ceb2c12922",
"vfModuleModelCustomizationUUID": "58894806-e53a-414e-9d8b-75a688fed661",
"isBase": true,
"artifacts": [
"eaa9de85-f5d8-4083-b60e-a4e6d07416ac",
"47e39b0b-70f4-488d-a98a-24f8212168ed"
],
"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-05T06:03:55.796Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYyibmk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4fe59f81-8f16-4967-bedb-d3ceb2c12922
VfModuleModelInvariantUUID:524fcc89-f3e5-471f-9164-91ad3b516f5b
VfModuleModelDescription:NULL
Artifacts UUID List:{
eaa9de85-f5d8-4083-b60e-a4e6d07416ac
,
47e39b0b-70f4-488d-a98a-24f8212168ed
}
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-05T06:03:55.800Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYyibmk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "524fcc89-f3e5-471f-9164-91ad3b516f5b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4fe59f81-8f16-4967-bedb-d3ceb2c12922",
"vfModuleModelCustomizationUUID": "58894806-e53a-414e-9d8b-75a688fed661",
"isBase": true,
"artifacts": [
"eaa9de85-f5d8-4083-b60e-a4e6d07416ac",
"47e39b0b-70f4-488d-a98a-24f8212168ed"
],
"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-05T06:03:55.800Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYyibmk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4fe59f81-8f16-4967-bedb-d3ceb2c12922
VfModuleModelInvariantUUID:524fcc89-f3e5-471f-9164-91ad3b516f5b
VfModuleModelDescription:NULL
Artifacts UUID List:{
eaa9de85-f5d8-4083-b60e-a4e6d07416ac
,
47e39b0b-70f4-488d-a98a-24f8212168ed
}
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-05T06:03:55.800Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eaa9de85-f5d8-4083-b60e-a4e6d07416ac from URL: /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml
2022-03-05T06:03:55.801Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-05T06:03:55.801Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml
2022-03-05T06:03:56.104Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-05T06:03:56.105Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml eaa9de85-f5d8-4083-b60e-a4e6d07416ac 5033
2022-03-05T06:03:56.105Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-05T06:03:56.105Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml
2022-03-05T06:03:56.105Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:03:56.106Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:56.110Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:56.110Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460236105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:03:56.210Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:56.211Z||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-05T06:03:56.212Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:56.225Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:03:56.225Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:57.111Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 47e39b0b-70f4-488d-a98a-24f8212168ed from URL: /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env
2022-03-05T06:03:57.112Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-05T06:03:57.112Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env
2022-03-05T06:03:57.475Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-05T06:03:57.476Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env 47e39b0b-70f4-488d-a98a-24f8212168ed 909
2022-03-05T06:03:57.476Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-05T06:03:57.476Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env
2022-03-05T06:03:57.477Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:03:57.477Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:57.480Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:57.480Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460237476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:03:57.580Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:57.582Z||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-05T06:03:57.582Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:57.595Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:03:57.596Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:58.481Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 18680a1b-5c6d-47ef-9110-5a0f8aba077d
2022-03-05T06:03:58.482Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yyIBMk 0 e6cdae66-6de0-4fb6-b945-1be171545e31 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-05T06:03:58.526Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61f50acb, org.onap.sdc.toscaparser.api.parameters.Input@df4d4da, org.onap.sdc.toscaparser.api.parameters.Input@2bc12e3, org.onap.sdc.toscaparser.api.parameters.Input@44597e53, org.onap.sdc.toscaparser.api.parameters.Input@db39741]
2022-03-05T06:03:58.530Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:58.530Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:58.530Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-03-05T06:03:58.531Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0fb8094b-3f64-4469-bae0-c2f962d82d02
2022-03-05T06:03:58.531Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0fb8094b-3f64-4469-bae0-c2f962d82d02 matches Tosca VF Customization UUID: 0fb8094b-3f64-4469-bae0-c2f962d82d02
2022-03-05T06:03:58.531Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0fb8094b-3f64-4469-bae0-c2f962d82d02 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-05T06:03:58.539Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:58.540Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:58.541Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0fb8094b-3f64-4469-bae0-c2f962d82d02: {\"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-05T06:03:58.542Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27d98c0f
2022-03-05T06:03:58.542Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:58.542Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-05T06:03:58.543Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 58894806-e53a-414e-9d8b-75a688fed661
2022-03-05T06:03:58.544Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 58894806-e53a-414e-9d8b-75a688fed661
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-05T06:03:58.552Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:58.553Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:58.553Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:03:58.554Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:58.555Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:58.555Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:03:58.555Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:58.556Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is not matching search criteria
2022-03-05T06:03:58.556Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-05T06:03:58.556Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-05T06:03:58.557Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=33604df9-9a22-43f7-8a29-ef48aa9dfd14
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-05T06:03:58.572Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:58.573Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:58.573Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:03:58.574Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:58.574Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yyIBMk 0 is matching search criteria
2022-03-05T06:03:58.574Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yyIBMk 0] matching following query criteria: sdcType=VF, customizationUUID=0fb8094b-3f64-4469-bae0-c2f962d82d02
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-05T06:03:58.578Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:58.578Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:58.579Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 18680a1b-5c6d-47ef-9110-5a0f8aba077d: basic_onboard_yyIBMk
2022-03-05T06:03:58.579Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:58.580Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:58.580Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:58.580Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:58.581Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:58.581Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:58.581Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:58.581Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:58.582Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:03:58.582Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yyIBMk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:03:58.582Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_yyIBMk
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-05T06:03:58.895Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yyIBMk e6cdae66-6de0-4fb6-b945-1be171545e31 1 ASDC deployResourceStructure
2022-03-05T06:03:58.896Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json ASDC sendASDCNotification
2022-03-05T06:03:58.897Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json
2022-03-05T06:03:58.897Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:03:58.898Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:58.902Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:58.902Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460238896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-05T06:03:59.002Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:03:59.003Z||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-05T06:03:59.003Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:03:59.019Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:03:59.019Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:03:59.903Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-05T06:03:59.904Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml
2022-03-05T06:03:59.904Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:03:59.905Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:03:59.907Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:03:59.907Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460239903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-05T06:04:00.007Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:04:00.009Z||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-05T06:04:00.009Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:04:00.021Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:04:00.022Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:04:00.908Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-05T06:04:00.909Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env
2022-03-05T06:04:00.909Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:04:00.909Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:04:00.912Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:04:00.912Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460240908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-05T06:04:01.012Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:04:01.014Z||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-05T06:04:01.014Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:04:01.027Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:04:01.028Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:04:01.913Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar ASDC sendASDCNotification
2022-03-05T06:04:01.914Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar
2022-03-05T06:04:01.914Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:04:01.914Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:04:01.916Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:04:01.916Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460241913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-05T06:04:02.017Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:04:02.018Z||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-05T06:04:02.018Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:04:02.032Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:04:02.033Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:04:02.917Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8caa5e8-592d-408b-b30b-73019054fb63
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-05T06:04:02.932Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8caa5e8-592d-408b-b30b-73019054fb63
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-05T06:04:02.939Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:04:02.939Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-05T06:04:02.940Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-05T06:04:02.940Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-05T06:04:02.940Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-05T06:04:02.940Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-05T06:04:02.940Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-05T06:04:02.941Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-05T06:04:02.941Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-05T06:04:02.941Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-05T06:04:02.941Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||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-05T06:04:02.951Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-05T06:04:13.295Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:04:13.296Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:04:13.296Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:04:13.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:04:13.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91226797-d4ab-4740-ac5e-753b60d424b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460218200,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-05T06:04:13.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:13.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460219231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:04:13.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-05T06:04:13.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460219231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
"status": "NOTIFIED"
}
2022-03-05T06:04:13.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-05T06:04:13.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460219231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-05T06:04:13.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-05T06:04:13.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460219231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:04:13.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-05T06:04:13.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460219231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-05T06:04:13.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-05T06:04:13.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460219231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:04:13.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-05T06:04:13.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460219231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:04:13.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-05T06:04:13.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460231594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:04:13.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:13.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460234769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:04:13.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:13.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460236105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:04:13.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:13.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460237476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:04:13.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:13.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460238896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/basic_onboard_yyibmk0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-05T06:04:13.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:13.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460239903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-05T06:04:13.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:13.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460240908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/resourceInstances/basic_onboard_yyibmk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-05T06:04:13.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:13.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-05T06:04:13.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460241913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYyibmk/1.0/artifacts/service-BasicOnboardYyibmk-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-05T06:04:13.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:04:32.952Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8caa5e8-592d-408b-b30b-73019054fb63 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-05T06:04:32.967Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8caa5e8-592d-408b-b30b-73019054fb63 and serviceModelVersionId: 18680a1b-5c6d-47ef-9110-5a0f8aba077d
2022-03-05T06:04:32.968Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 109f67c5-733c-45ee-8fca-35083bb7a0de
2022-03-05T06:04:32.970Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0
2022-03-05T06:04:32.977Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-05T06:04:33.045Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0|INFO|500||Invoke
2022-03-05T06:04:33.046Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8caa5e8-592d-408b-b30b-73019054fb63], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8bc46f75-578e-4e72-868a-bc65c775915d], X-ECOMP-RequestID=[e8caa5e8-592d-408b-b30b-73019054fb63], X-TransactionId=[], X-ONAP-RequestID=[e8caa5e8-592d-408b-b30b-73019054fb63], Content-Type=[application/merge-patch+json]}
2022-03-05T06:04:33.084Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-05T06:04:33.364Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220305-06:04:32:923-83712], vertex-id=[192760], Content-Length=[0], Date=[Sat, 05 Mar 2022 06:04:32 GMT], Content-Type=[application/json]}
2022-03-05T06:04:33.365Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-05T06:04:33.366Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/109f67c5-733c-45ee-8fca-35083bb7a0de/model-vers/model-ver/18680a1b-5c6d-47ef-9110-5a0f8aba077d?depth=0|INFO|500||InvokeReturn
2022-03-05T06:04:33.366Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-05T06:04:33.367Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||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-05T06:04:33.376Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||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-05T06:04:33.377Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8caa5e8-592d-408b-b30b-73019054fb63 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-05T06:04:33.377Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-05T06:04:33.378Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:04:33.381Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:04:33.381Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460273377,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-05T06:04:33.483Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-05T06:04:33.488Z||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-05T06:04:33.488Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:04:33.550Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:04:33.552Z||pool-22-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-05T06:04:34.406Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:04:34.407Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:04:34.407Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:04:43.959Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:04:43.961Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:04:43.962Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:04:43.963Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:04:53.535Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:04:53.536Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:04:53.537Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:04:53.537Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:05:03.081Z|e8caa5e8-592d-408b-b30b-73019054fb63|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:05:03.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:05:03.083Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:05:03.083Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:05:12.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:05:12.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:05:12.653Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:05:12.654Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:05:13.295Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:05:13.296Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:05:13.296Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:05:13.936Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:05:13.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-05T06:05:13.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8caa5e8-592d-408b-b30b-73019054fb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460273377,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-05T06:05:13.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:05:22.190Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:05:22.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:05:22.192Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:05:22.192Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:05:31.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:06:13.292Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:06:13.294Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:06:13.294Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:06:13.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:06:13.295Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:06:13.296Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:06:22.860Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:06:22.861Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:13.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:07:13.294Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:07:13.294Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:07:13.295Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:07:13.296Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:13.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:13.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646460418904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460422924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460422924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
"status": "NOTIFIED"
}
2022-03-05T06:07:13.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646460418904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "ves-openapi-manager",
"timestamp": 1646460429370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460422924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-05T06:07:13.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646460418904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "policy-id",
"timestamp": 1646460430254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "cds",
"timestamp": 1646460430714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "ves-openapi-manager",
"timestamp": 1646460429370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646460418904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460422924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "policy-id",
"timestamp": 1646460430254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "cds",
"timestamp": 1646460430714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "ves-openapi-manager",
"timestamp": 1646460429370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646460418904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:13.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460422924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-05T06:07:13.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "policy-id",
"timestamp": 1646460430254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-05T06:07:13.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:07:13.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:13.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-05T06:07:13.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4943af5-b077-4bc2-b212-53ec56f25283","serviceName":"vFW 2022-03-05 06-04-03","serviceVersion":"1.0","serviceUUID":"c07dd941-f798-4fcc-81e9-131c4594d55a","serviceDescription":"catalog service description","serviceInvariantUUID":"5bca04e3-11f7-4853-9031-ae2e26696d67","resources":[{"resourceInstanceName":"vFW 20e5207c-ee78 0","resourceName":"vFW 20e5207c-ee78","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f53488c4-ee27-4ac0-a5fd-9532d301d7d7","resourceInvariantUUID":"c1e80817-cfac-4594-b299-618c522819c4","resourceCustomizationUUID":"47aa17a1-f382-4bde-bc7b-928d1043ce32","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml","artifactChecksum":"MWE3ZWE0Y2IxY2I1ZTE5Zjc4ZmE4MWQ0MTUxZGIyM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"832289d3-a5f7-4856-99ca-1cde4dccffee","artifactVersion":"1"},{"artifactName":"vfw20e5207cee780_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json","artifactChecksum":"YTI4MzYxOGViMWY1NWMyYzY2OWEzM2ZmZDUyMmY4ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"827612d7-ae87-48b1-9fce-5037c4358a29","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"15d16397-cd2f-448f-af40-0e4ea857cf38","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml","artifactChecksum":"MWM2YTFiZTYwNzUyM2IwYzZlMjYwNDExNzljNTEzN2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e6ac19a3-28fc-43c8-8504-d8b595276a98","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"74b62a1e-ce7b-4d01-b0f4-fcc151b25247","artifactVersion":"2","generatedFromUUID":"15d16397-cd2f-448f-af40-0e4ea857cf38"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220305060403-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml","artifactChecksum":"Zjk2NGFhOTFkODY1MzM5MDcwNTlkOTQ2Nzg4M2RkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c0dc6aa-336c-44a8-af74-9019a2a97955","artifactVersion":"1"},{"artifactName":"service-Vfw20220305060403-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar","artifactChecksum":"ZmUwNTNlZGVhZWI1YTY1NzAxOGY3ZDViNzUyMTM0ODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12be8d54-e342-468a-bc39-c2a455f57e61","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-05T06:07:13.943Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:07:13.944Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:13.948Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:13.949Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460433292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:14.049Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:14.050Z||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-05T06:07:14.050Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:14.062Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:14.063Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:14.950Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:07:14.951Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:14.954Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:14.954Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460433292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
"status": "NOTIFIED"
}
2022-03-05T06:07:15.054Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:15.056Z||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-05T06:07:15.057Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:15.087Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:15.087Z||pool-24-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:15.955Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:07:15.956Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:15.959Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:15.959Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460433292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-05T06:07:16.059Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:16.060Z||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-05T06:07:16.060Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:16.072Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:16.072Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:16.960Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:07:16.962Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:16.964Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:16.964Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460433292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:17.064Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:07:17.066Z||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-05T06:07:17.066Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:17.079Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:17.080Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:07:17.965Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:07:17.966Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:17.969Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:17.969Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460433292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-05T06:07:18.069Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:18.070Z||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-05T06:07:18.070Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:18.097Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:18.097Z||pool-27-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:18.970Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:07:18.971Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:18.973Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:18.974Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460433292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:07:19.074Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:19.075Z||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-05T06:07:19.076Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:19.093Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:19.093Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:19.974Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:07:19.976Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:19.979Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:19.979Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460433292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:07:20.079Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:20.080Z||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-05T06:07:20.080Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:20.107Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:20.107Z||pool-29-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:07:20.981Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"serviceName": "vFW 2022-03-05 06-04-03",
"serviceVersion": "1.0",
"serviceUUID": "c07dd941-f798-4fcc-81e9-131c4594d55a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5bca04e3-11f7-4853-9031-ae2e26696d67",
"resources": [
{
"resourceInstanceName": "vFW 20e5207c-ee78 0",
"resourceCustomizationUUID": "47aa17a1-f382-4bde-bc7b-928d1043ce32",
"resourceName": "vFW 20e5207c-ee78",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f53488c4-ee27-4ac0-a5fd-9532d301d7d7",
"resourceInvariantUUID": "c1e80817-cfac-4594-b299-618c522819c4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw20e5207cee780_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
"artifactChecksum": "YTI4MzYxOGViMWY1NWMyYzY2OWEzM2ZmZDUyMmY4ZDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "827612d7-ae87-48b1-9fce-5037c4358a29",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "15d16397-cd2f-448f-af40-0e4ea857cf38",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "74b62a1e-ce7b-4d01-b0f4-fcc151b25247",
"generatedFromUUID": "15d16397-cd2f-448f-af40-0e4ea857cf38"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "74b62a1e-ce7b-4d01-b0f4-fcc151b25247",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220305060403-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"artifactChecksum": "ZmUwNTNlZGVhZWI1YTY1NzAxOGY3ZDViNzUyMTM0ODU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "12be8d54-e342-468a-bc39-c2a455f57e61"
}
],
"workloadContext": "Production"
}
2022-03-05T06:07:20.982Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-05T06:07:20.982Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c07dd941-f798-4fcc-81e9-131c4594d55a ASDC
2022-03-05T06:07:20.983Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a4943af5-b077-4bc2-b212-53ec56f25283
ServiceName:vFW 2022-03-05 06-04-03
ServiceVersion:1.0
ServiceUUID:c07dd941-f798-4fcc-81e9-131c4594d55a
ServiceInvariantUUID:5bca04e3-11f7-4853-9031-ae2e26696d67
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220305060403-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar
ArtifactUUID:12be8d54-e342-468a-bc39-c2a455f57e61
ArtifactChecksum:ZmUwNTNlZGVhZWI1YTY1NzAxOGY3ZDViNzUyMTM0ODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 20e5207c-ee78 0
ResourceCustomizationUUID:47aa17a1-f382-4bde-bc7b-928d1043ce32
ResourceInvariantUUID:c1e80817-cfac-4594-b299-618c522819c4
ResourceName:vFW 20e5207c-ee78
ResourceType:VF
ResourceUUID:f53488c4-ee27-4ac0-a5fd-9532d301d7d7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw20e5207cee780_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json
ArtifactUUID:827612d7-ae87-48b1-9fce-5037c4358a29
ArtifactChecksum:YTI4MzYxOGViMWY1NWMyYzY2OWEzM2ZmZDUyMmY4ZDE=
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/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml
ArtifactUUID:15d16397-cd2f-448f-af40-0e4ea857cf38
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/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env
ArtifactUUID:74b62a1e-ce7b-4d01-b0f4-fcc151b25247
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/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env
ArtifactUUID:74b62a1e-ce7b-4d01-b0f4-fcc151b25247
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-05T06:07:20.984Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c07dd941-f798-4fcc-81e9-131c4594d55a 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-05T06:07:21.090Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:07:21.091Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-05T06:07:21.091Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-05T06:07:21.092Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 12be8d54-e342-468a-bc39-c2a455f57e61 from URL: /sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:21.092Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-05T06:07:21.093Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:21.294Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-05T06:07:21.299Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar 12be8d54-e342-468a-bc39-c2a455f57e61 98978
2022-03-05T06:07:21.300Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar ASDC sendASDCNotification
2022-03-05T06:07:21.300Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:21.300Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:07:21.301Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:21.303Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:21.303Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460441300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:07:21.403Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:07:21.406Z||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-05T06:07:21.406Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:21.431Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:21.436Z||pool-30-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:22.304Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:07:22.305Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-05T06:07:22.306Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 12be8d54-e342-468a-bc39-c2a455f57e61, URL: /sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar to file: /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:22.306Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220305060403-csar.csar
2022-03-05T06:07:22.307Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:22.307Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:22.581Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9442167651159085384/Definitions/service-Vfw20220305060403-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-05T06:07:24.894Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||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-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||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-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||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-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||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-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||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-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.895Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||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-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||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-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 20e5207c-ee78 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-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||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-Vfw20220305060403-csar.csar
2022-03-05T06:07:24.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-05T06:07:24.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:24.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:24.897Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:24.897Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-05T06:07:24.897Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:07:24.897Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:24.897Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:24.898Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:24.898Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-05T06:07:24.898Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:07:24.898Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:24.898Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:24.898Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:24.898Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is not matching search criteria
2022-03-05T06:07:24.899Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:07:24.899Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:07:24.899Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:07:24.899Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.899Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.899Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:07:24.899Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.899Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:07:24.900Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:07:24.900Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.900Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.900Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:07:24.900Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.900Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:07:24.900Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.900Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-05T06:07:24.901Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:24.901Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-05T06:07:24.901Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:24.901Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:24.901Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:07:24.901Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:24.902Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:24.902Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:07:24.902Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:24.902Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:24.902Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:07:24.902Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:24.902Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is not matching search criteria
2022-03-05T06:07:24.903Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:07:24.903Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:07:24.903Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-05T06:07:24.903Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:07:24.903Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:07:24.903Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.903Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.903Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:07:24.904Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.904Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:07:24.904Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.904Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6edef94-65ac-4112-a629-667378c739d7
2022-03-05T06:07:24.904Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:24.904Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is not matching search criteria
2022-03-05T06:07:24.904Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:07:24.905Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:07:24.905Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:07:24.905Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.905Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.905Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:07:24.905Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.905Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-05T06:07:24.905Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:07:24.906Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.906Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:07:24.906Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.906Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7777998f-5edd-4bff-9ec5-77affaf0e555
2022-03-05T06:07:24.906Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:24.907Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is not matching search criteria
2022-03-05T06:07:24.907Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:07:24.907Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:07:24.907Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:07:24.907Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.907Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.907Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:07:24.907Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.908Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:07:24.908Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:07:24.908Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:24.908Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:24.908Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-05T06:07:24.908Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cd8b8f93-efe3-44d9-a9e4-bd68e7555f8d
2022-03-05T06:07:24.908Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:24.908Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:24.909Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:24.909Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:24.909Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:24.909Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:24.909Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:24.909Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:24.909Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-05 06-04-03
Description:catalog service description
Model UUID:c07dd941-f798-4fcc-81e9-131c4594d55a
Model Version:NULL
Model InvariantUuid:5bca04e3-11f7-4853-9031-ae2e26696d67
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 20e5207c-ee78
Model UUID:02d309e8-97e1-4424-bcb5-8134a1bb17ab
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c1e80817-cfac-4594-b299-618c522819c4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:47aa17a1-f382-4bde-bc7b-928d1043ce32
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2ba922ce-0fa9-4bc2-84ec-b34f14fefeef
ModelName:Vfw20e5207cEe78..base_vfw..module-0
ModelUuid:44fbbf00-afd3-4af0-a575-a972b31978ec
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b6edef94-65ac-4112-a629-667378c739d7
ModelInvariantUuid:eb1cd3d9-c672-4632-b2a3-dbcbd818ff08
ModelName:vFW 20e5207c-ee78-nodes.vfwCvfc
ModelUuid:796ed4f4-63a4-4a81-94d9-9775a253fcfd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:83e788a1-8396-4dd1-a663-4ce1b387acc4
ModelInvariantUuid:c4a12321-1a36-4f07-9785-532ebf7c045f
ModelName:Vfw20e5207cEe78.compute.nodes.heat.vfw
ModelUuid:11af0fb8-43ae-4df3-bc77-51572e2c3b4a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7777998f-5edd-4bff-9ec5-77affaf0e555
ModelInvariantUuid:dc853f51-1acf-4a9a-a4fe-7337ad214697
ModelName:vFW 20e5207c-ee78-nodes.vsnCvfc
ModelUuid:72587626-2ef6-4b87-b219-73862d82ff35
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6d326797-e3ed-4fa4-8723-36ecf3f12841
ModelInvariantUuid:40b03790-6a0b-44e4-a612-e35769a2b757
ModelName:Vfw20e5207cEe78.compute.nodes.heat.vsn
ModelUuid:f815fbb7-b99e-4e27-8100-8898e52276c3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cd8b8f93-efe3-44d9-a9e4-bd68e7555f8d
ModelInvariantUuid:55cf1c32-8989-4fe2-bfa7-d7130c3279f1
ModelName:vFW 20e5207c-ee78-nodes.vpgCvfc
ModelUuid:3fdc595a-3829-4105-8092-8f9f3508746c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:39c64335-e49d-44cb-ae64-9ed324760312
ModelInvariantUuid:2c4e3acf-52ff-4075-8111-9cf6656a170b
ModelName:Vfw20e5207cEe78.compute.nodes.heat.vpg
ModelUuid:2648f93d-4a22-46b8-8ce8-ca97c3c57e43
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-05T06:07:24.917Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f53488c4-ee27-4ac0-a5fd-9532d301d7d7
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-05T06:07:24.922Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||vFW 20e5207c-ee78 0
2022-03-05T06:07:24.922Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f53488c4-ee27-4ac0-a5fd-9532d301d7d7
2022-03-05T06:07:24.922Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 827612d7-ae87-48b1-9fce-5037c4358a29 from URL: /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json
2022-03-05T06:07:24.922Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-05T06:07:24.922Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json
2022-03-05T06:07:25.377Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-05T06:07:25.378Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json 827612d7-ae87-48b1-9fce-5037c4358a29 785
2022-03-05T06:07:25.378Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json ASDC sendASDCNotification
2022-03-05T06:07:25.379Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json
2022-03-05T06:07:25.379Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:07:25.379Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:25.382Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:25.382Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460445378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:07:25.482Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:25.483Z||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-05T06:07:25.483Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:25.511Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:25.512Z||pool-31-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:26.383Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw20e5207cEe78..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2ba922ce-0fa9-4bc2-84ec-b34f14fefeef",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "44fbbf00-afd3-4af0-a575-a972b31978ec",
"vfModuleModelCustomizationUUID": "7fe6e6b7-a53d-4eb9-8968-0e7c56c75978",
"isBase": true,
"artifacts": [
"15d16397-cd2f-448f-af40-0e4ea857cf38",
"74b62a1e-ce7b-4d01-b0f4-fcc151b25247"
],
"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-05T06:07:26.389Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw20e5207cEe78..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44fbbf00-afd3-4af0-a575-a972b31978ec
VfModuleModelInvariantUUID:2ba922ce-0fa9-4bc2-84ec-b34f14fefeef
VfModuleModelDescription:NULL
Artifacts UUID List:{
15d16397-cd2f-448f-af40-0e4ea857cf38
,
74b62a1e-ce7b-4d01-b0f4-fcc151b25247
}
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-05T06:07:26.391Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw20e5207cEe78..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2ba922ce-0fa9-4bc2-84ec-b34f14fefeef",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "44fbbf00-afd3-4af0-a575-a972b31978ec",
"vfModuleModelCustomizationUUID": "7fe6e6b7-a53d-4eb9-8968-0e7c56c75978",
"isBase": true,
"artifacts": [
"15d16397-cd2f-448f-af40-0e4ea857cf38",
"74b62a1e-ce7b-4d01-b0f4-fcc151b25247"
],
"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-05T06:07:26.391Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw20e5207cEe78..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44fbbf00-afd3-4af0-a575-a972b31978ec
VfModuleModelInvariantUUID:2ba922ce-0fa9-4bc2-84ec-b34f14fefeef
VfModuleModelDescription:NULL
Artifacts UUID List:{
15d16397-cd2f-448f-af40-0e4ea857cf38
,
74b62a1e-ce7b-4d01-b0f4-fcc151b25247
}
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-05T06:07:26.391Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 15d16397-cd2f-448f-af40-0e4ea857cf38 from URL: /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml
2022-03-05T06:07:26.392Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-05T06:07:26.392Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml
2022-03-05T06:07:26.863Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-05T06:07:26.864Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml 15d16397-cd2f-448f-af40-0e4ea857cf38 20368
2022-03-05T06:07:26.865Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-05T06:07:26.865Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml
2022-03-05T06:07:26.865Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:07:26.866Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:26.868Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:26.868Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460446865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:07:26.968Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:26.969Z||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-05T06:07:26.969Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:26.995Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:26.996Z||pool-32-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:27.869Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 74b62a1e-ce7b-4d01-b0f4-fcc151b25247 from URL: /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env
2022-03-05T06:07:27.870Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-05T06:07:27.870Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env
2022-03-05T06:07:28.377Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-05T06:07:28.378Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env 74b62a1e-ce7b-4d01-b0f4-fcc151b25247 2098
2022-03-05T06:07:28.378Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-05T06:07:28.378Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env
2022-03-05T06:07:28.378Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:07:28.378Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:28.380Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:28.380Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460448378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:07:28.481Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-05T06:07:28.483Z||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-05T06:07:28.483Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:28.503Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:28.504Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:29.381Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c07dd941-f798-4fcc-81e9-131c4594d55a
2022-03-05T06:07:29.382Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 20e5207c-ee78 0 f53488c4-ee27-4ac0-a5fd-9532d301d7d7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-05T06:07:29.410Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a2534ae, org.onap.sdc.toscaparser.api.parameters.Input@1f7d9f62, org.onap.sdc.toscaparser.api.parameters.Input@7dc0ccfe, org.onap.sdc.toscaparser.api.parameters.Input@3e955b86, org.onap.sdc.toscaparser.api.parameters.Input@5d7698be]
2022-03-05T06:07:29.412Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.412Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:29.412Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-03-05T06:07:29.412Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 47aa17a1-f382-4bde-bc7b-928d1043ce32
2022-03-05T06:07:29.413Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 47aa17a1-f382-4bde-bc7b-928d1043ce32 matches Tosca VF Customization UUID: 47aa17a1-f382-4bde-bc7b-928d1043ce32
2022-03-05T06:07:29.413Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 47aa17a1-f382-4bde-bc7b-928d1043ce32 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-05T06:07:29.416Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.416Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:29.417Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 47aa17a1-f382-4bde-bc7b-928d1043ce32: {\"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-05T06:07:29.417Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41022ca9
2022-03-05T06:07:29.417Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.418Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-05T06:07:29.418Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7fe6e6b7-a53d-4eb9-8968-0e7c56c75978
2022-03-05T06:07:29.418Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7fe6e6b7-a53d-4eb9-8968-0e7c56c75978
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-05T06:07:29.421Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.421Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:29.421Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:07:29.422Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.422Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:29.422Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:07:29.422Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.423Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is not matching search criteria
2022-03-05T06:07:29.423Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:07:29.423Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:07:29.423Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-05T06:07:29.423Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:07:29.424Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:07:29.424Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:29.424Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:29.424Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:07:29.424Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:29.425Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:07:29.425Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:29.425Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6edef94-65ac-4112-a629-667378c739d7
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-05T06:07:29.429Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.429Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:29.429Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:07:29.430Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.430Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is not matching search criteria
2022-03-05T06:07:29.430Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:07:29.431Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:07:29.431Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:07:29.431Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:29.431Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:29.431Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:07:29.432Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:29.432Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-05T06:07:29.432Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:07:29.432Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:29.432Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:07:29.433Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:29.433Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7777998f-5edd-4bff-9ec5-77affaf0e555
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-05T06:07:29.437Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.437Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:29.437Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:07:29.441Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.441Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is not matching search criteria
2022-03-05T06:07:29.441Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:07:29.442Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:07:29.442Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:07:29.442Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:29.442Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:29.442Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:07:29.442Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:07:29.443Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:07:29.443Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:07:29.443Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:07:29.443Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:07:29.443Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-05T06:07:29.443Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cd8b8f93-efe3-44d9-a9e4-bd68e7555f8d
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-05T06:07:29.447Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.447Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:29.448Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:07:29.448Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.448Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Node template vFW 20e5207c-ee78 0 is matching search criteria
2022-03-05T06:07:29.448Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 20e5207c-ee78 0] matching following query criteria: sdcType=VF, customizationUUID=47aa17a1-f382-4bde-bc7b-928d1043ce32
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-05T06:07:29.451Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.451Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:29.451Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c07dd941-f798-4fcc-81e9-131c4594d55a: vFW 20e5207c-ee78
2022-03-05T06:07:29.451Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.452Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:29.452Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.452Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:29.455Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.456Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:29.456Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.456Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:29.457Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:07:29.457Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:07:29.462Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-05 06-04-03
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-05T06:07:29.801Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 20e5207c-ee78 f53488c4-ee27-4ac0-a5fd-9532d301d7d7 1 ASDC deployResourceStructure
2022-03-05T06:07:29.801Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json ASDC sendASDCNotification
2022-03-05T06:07:29.801Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json
2022-03-05T06:07:29.801Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:07:29.802Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:29.804Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:29.804Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460449801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
"status": "DEPLOY_OK"
}
2022-03-05T06:07:29.904Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:29.905Z||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-05T06:07:29.905Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:29.931Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:29.932Z||pool-34-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:30.805Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-05T06:07:30.805Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml
2022-03-05T06:07:30.805Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:07:30.806Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:30.807Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:30.807Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460450805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-05T06:07:30.908Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:30.909Z||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-05T06:07:30.909Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:30.921Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:30.922Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:31.809Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-05T06:07:31.809Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env
2022-03-05T06:07:31.809Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:07:31.809Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:31.812Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:31.812Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460451808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-05T06:07:31.912Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:31.914Z||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-05T06:07:31.914Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:31.947Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:31.948Z||pool-36-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:32.813Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar ASDC sendASDCNotification
2022-03-05T06:07:32.814Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar
2022-03-05T06:07:32.814Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-05T06:07:32.814Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:07:32.817Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:07:32.817Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460452813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-05T06:07:32.917Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:07:32.919Z||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-05T06:07:32.919Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:07:32.942Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:07:32.943Z||pool-37-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:07:33.818Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
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-05T06:07:33.829Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
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-05T06:07:33.832Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:07:33.833Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:07:33.833Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:08:03.834Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
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-05T06:08:03.849Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
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-05T06:08:03.857Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:08:03.857Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:08:03.857Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:08:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:08:13.296Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:08:13.296Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:08:13.335Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:08:13.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:08:13.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "cds",
"timestamp": 1646460430714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:08:13.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:08:33.858Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
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-05T06:08:33.894Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
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-05T06:08:33.896Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:08:33.897Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:08:33.897Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:09:03.897Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
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-05T06:09:03.911Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
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-05T06:09:03.913Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:09:03.913Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:09:03.913Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:09:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:09:13.296Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:09:13.296Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:09:13.328Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:09:13.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:09:13.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "ves-openapi-manager",
"timestamp": 1646460429370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:09:13.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:09:33.913Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
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-05T06:09:33.924Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
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-05T06:09:33.926Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:09:33.926Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:09:33.926Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:10:03.927Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
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-05T06:10:03.948Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
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-05T06:10:03.950Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:10:03.950Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-05T06:10:03.950Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-05T06:10:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:10:13.296Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:10:13.296Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:10:13.341Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:10:13.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646460418904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460422924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "policy-id",
"timestamp": 1646460430254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460433292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "cds",
"timestamp": 1646460430714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "ves-openapi-manager",
"timestamp": 1646460429370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460422924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:10:13.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646460418904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:10:13.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "policy-id",
"timestamp": 1646460430254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460433292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
"status": "NOTIFIED"
}
2022-03-05T06:10:13.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "cds",
"timestamp": 1646460430714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "ves-openapi-manager",
"timestamp": 1646460429370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "policy-id",
"timestamp": 1646460430254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460433292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-05T06:10:13.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646460436144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.352Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "cds",
"timestamp": 1646460430714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460436295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.353Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "ves-openapi-manager",
"timestamp": 1646460429370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "policy-id",
"timestamp": 1646460430254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:10:13.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460433292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "cds",
"timestamp": 1646460430714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:10:13.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460433292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-05T06:10:13.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460437935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "policy-id",
"timestamp": 1646460438307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "cds",
"timestamp": 1646460438696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460433292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460439101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "policy-id",
"timestamp": 1646460439313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-05T06:10:13.358Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "cds",
"timestamp": 1646460439703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-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-05T06:10:13.367Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4943af5-b077-4bc2-b212-53ec56f25283
2022-03-05T06:10:13.367Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4943af5-b077-4bc2-b212-53ec56f25283 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-05T06:10:13.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646460439801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-05T06:10:13.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460433292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:10:13.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "clamp",
"timestamp": 1646460439270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460440127,
"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-05T06:10:13.394Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4943af5-b077-4bc2-b212-53ec56f25283
2022-03-05T06:10:13.395Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4943af5-b077-4bc2-b212-53ec56f25283 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-05T06:10:13.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "policy-id",
"timestamp": 1646460440316,
"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-05T06:10:13.423Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4943af5-b077-4bc2-b212-53ec56f25283
2022-03-05T06:10:13.423Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4943af5-b077-4bc2-b212-53ec56f25283 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-05T06:10:13.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646460440809,
"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-05T06:10:13.447Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4943af5-b077-4bc2-b212-53ec56f25283
2022-03-05T06:10:13.447Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4943af5-b077-4bc2-b212-53ec56f25283 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-05T06:10:13.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "clamp",
"timestamp": 1646460439270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
"status": "NOTIFIED"
}
2022-03-05T06:10:13.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460441132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
"status": "DEPLOY_OK"
}
2022-03-05T06:10:13.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460441300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "clamp",
"timestamp": 1646460439270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "aai-ml",
"timestamp": 1646460440658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "clamp",
"timestamp": 1646460439270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "aai-ml",
"timestamp": 1646460440658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "clamp",
"timestamp": 1646460439270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "aai-ml",
"timestamp": 1646460440658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "clamp",
"timestamp": 1646460439270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "aai-ml",
"timestamp": 1646460440658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460445378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "clamp",
"timestamp": 1646460439270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "aai-ml",
"timestamp": 1646460440658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460446865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "aai-ml",
"timestamp": 1646460440658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "aai-ml",
"timestamp": 1646460440658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460448378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460449801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/vfw20e5207cee780_modules.json",
"status": "DEPLOY_OK"
}
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "aai-ml",
"timestamp": 1646460448836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460450805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460451808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/resourceInstances/vfw20e5207cee780/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460452813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-05T06:10:13.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "clamp",
"timestamp": 1646460454497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:10:13.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "clamp",
"timestamp": 1646460456419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-05T06:10:13.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "clamp",
"timestamp": 1646460457423,
"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-05T06:10:13.477Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4943af5-b077-4bc2-b212-53ec56f25283
2022-03-05T06:10:13.477Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4943af5-b077-4bc2-b212-53ec56f25283 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-05T06:10:13.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "aai-ml",
"timestamp": 1646460461669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060403/1.0/artifacts/service-Vfw20220305060403-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-05T06:10:13.490Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-05T06:10:13.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:10:13.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "aai-ml",
"timestamp": 1646460462674,
"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-05T06:10:13.497Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4943af5-b077-4bc2-b212-53ec56f25283
2022-03-05T06:10:13.497Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4943af5-b077-4bc2-b212-53ec56f25283 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-05T06:10:33.951Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
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-05T06:10:33.971Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283
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-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-05T06:10:33.977Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-05T06:10:33.978Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-05T06:10:33.978Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||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-05T06:10:33.986Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-05T06:11:03.987Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4943af5-b077-4bc2-b212-53ec56f25283 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-05T06:11:04.000Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4943af5-b077-4bc2-b212-53ec56f25283 and serviceModelVersionId: c07dd941-f798-4fcc-81e9-131c4594d55a
2022-03-05T06:11:04.000Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5bca04e3-11f7-4853-9031-ae2e26696d67
2022-03-05T06:11:04.002Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0
2022-03-05T06:11:04.010Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-05T06:11:04.083Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0|INFO|500||Invoke
2022-03-05T06:11:04.084Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4943af5-b077-4bc2-b212-53ec56f25283], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73137aaa-003c-4bcc-924f-7d95abbcdd95], X-ECOMP-RequestID=[a4943af5-b077-4bc2-b212-53ec56f25283], X-TransactionId=[], X-ONAP-RequestID=[a4943af5-b077-4bc2-b212-53ec56f25283], Content-Type=[application/merge-patch+json]}
2022-03-05T06:11:04.112Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-05T06:11:04.251Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220305-06:11:03:989-20166], vertex-id=[204920], Content-Length=[0], Date=[Sat, 05 Mar 2022 06:11:03 GMT], Content-Type=[application/json]}
2022-03-05T06:11:04.252Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-05T06:11:04.253Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca04e3-11f7-4853-9031-ae2e26696d67/model-vers/model-ver/c07dd941-f798-4fcc-81e9-131c4594d55a?depth=0|INFO|500||InvokeReturn
2022-03-05T06:11:04.253Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-05T06:11:04.254Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||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-05T06:11:04.261Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||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-05T06:11:04.261Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4943af5-b077-4bc2-b212-53ec56f25283 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-05T06:11:04.262Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-05T06:11:04.262Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:04.266Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:04.266Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4943af5-b077-4bc2-b212-53ec56f25283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460664261,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-05T06:11:04.366Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:11:04.368Z||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-05T06:11:04.368Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:04.389Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:11:04.390Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-05T06:11:05.281Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:11:05.281Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:11:05.282Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:09.684Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:11:09.686Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-05T06:11:09.686Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"872be3f6-1a0c-4489-bddd-56665120a751","serviceName":"vFW 2022-03-05 06-07-12","serviceVersion":"1.0","serviceUUID":"3a1fa2d5-964d-443f-bb8d-9660cdac000e","serviceDescription":"catalog service description","serviceInvariantUUID":"b16cc2df-4bc7-4ab7-b9fb-aa8758a32641","resources":[{"resourceInstanceName":"vFW c9ac4f80-7daf 0","resourceName":"vFW c9ac4f80-7daf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c070d85-047e-4b6a-ae8e-5b35eeb016ba","resourceInvariantUUID":"a2c0c09e-26b7-405f-a9a9-77f9ccf650b7","resourceCustomizationUUID":"7e4392dd-d76a-486d-a7ce-b212728792d4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5OTMwNzQxZTNlZWRlMTE4YmU2NTQ4NGQ1MzU5MmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d790f3b4-75dc-4cf1-86a2-4570c5dd5066","artifactVersion":"1"},{"artifactName":"vfwc9ac4f807daf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json","artifactChecksum":"M2QzMDFhZThjOGJmZjQ2OGRkNDVkNDdiMmU3NGRlYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3e1cca97-a095-4260-ae3b-626748c91e51","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"09bc87c9-f606-4940-b5d5-182fc74168c3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vendor-license-model.xml","artifactChecksum":"OTI3OTUxZThkN2U0M2ViNmVhY2UxYmQ2ZmRiYWYxMTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f080a72-59f9-4e68-b62f-07df447b14c9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a47ffc65-9b86-4546-9687-16125a40a15a","artifactVersion":"2","generatedFromUUID":"09bc87c9-f606-4940-b5d5-182fc74168c3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220305060712-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-template.yml","artifactChecksum":"ZmQxNDI4ZGRmMGQ0MGExYWI4NTM3YjdmNjE2OThhMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33a1d52e-92b0-4d18-aa80-d758e666b4ff","artifactVersion":"1"},{"artifactName":"service-Vfw20220305060712-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar","artifactChecksum":"OWY4MTk3ZjNkYTVhNjBiMTRiOWViYzg5MjAyYTc3YTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0175fa25-f3e7-464c-aebe-5334b73394c7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-05T06:11:09.689Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:11:09.690Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:09.692Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:09.692Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460665281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:09.792Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:09.793Z||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-05T06:11:09.793Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:09.813Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:11:09.814Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:11:10.693Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:11:10.695Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:10.698Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:10.698Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460665281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
"status": "NOTIFIED"
}
2022-03-05T06:11:10.798Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:10.799Z||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-05T06:11:10.799Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:10.843Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:11:10.843Z||pool-40-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:11:11.698Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:11:11.699Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:11.701Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:11.702Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460665281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-05T06:11:11.802Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:11.803Z||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-05T06:11:11.803Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:11.817Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:11:11.818Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:11:12.702Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:11:12.703Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:12.705Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:12.705Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460665281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:12.807Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-05T06:11:12.808Z||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-05T06:11:12.808Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:12.822Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:11:12.823Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:11:13.295Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-05T06:11:13.296Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-05T06:11:13.296Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:13.322Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:11:13.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460602924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646460598907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460602924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
"status": "NOTIFIED"
}
2022-03-05T06:11:13.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646460598907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460602924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-05T06:11:13.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646460598907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "ves-openapi-manager",
"timestamp": 1646460609370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "policy-id",
"timestamp": 1646460610254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460602924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646460598907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "cds",
"timestamp": 1646460610714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "ves-openapi-manager",
"timestamp": 1646460609370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "policy-id",
"timestamp": 1646460610254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646460602924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-05T06:11:13.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646460598907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "cds",
"timestamp": 1646460610714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "ves-openapi-manager",
"timestamp": 1646460609370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:13.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-05T06:11:13.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "policy-id",
"timestamp": 1646460610254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-05T06:11:13.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-05T06:11:13.706Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:11:13.707Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:13.709Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:13.710Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460665281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-05T06:11:13.810Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:13.811Z||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-05T06:11:13.811Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:13.826Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:11:13.826Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:11:14.710Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:11:14.711Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:14.713Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:14.713Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460665281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-05T06:11:14.814Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:14.815Z||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-05T06:11:14.815Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:14.828Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:11:14.829Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:11:15.714Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-05T06:11:15.715Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:15.719Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:15.719Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460665281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
"status": "NOTIFIED"
}
2022-03-05T06:11:15.819Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-05T06:11:15.821Z||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-05T06:11:15.821Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:15.834Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:11:15.835Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:11:16.721Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"serviceName": "vFW 2022-03-05 06-07-12",
"serviceVersion": "1.0",
"serviceUUID": "3a1fa2d5-964d-443f-bb8d-9660cdac000e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b16cc2df-4bc7-4ab7-b9fb-aa8758a32641",
"resources": [
{
"resourceInstanceName": "vFW c9ac4f80-7daf 0",
"resourceCustomizationUUID": "7e4392dd-d76a-486d-a7ce-b212728792d4",
"resourceName": "vFW c9ac4f80-7daf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8c070d85-047e-4b6a-ae8e-5b35eeb016ba",
"resourceInvariantUUID": "a2c0c09e-26b7-405f-a9a9-77f9ccf650b7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc9ac4f807daf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
"artifactChecksum": "M2QzMDFhZThjOGJmZjQ2OGRkNDVkNDdiMmU3NGRlYTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3e1cca97-a095-4260-ae3b-626748c91e51",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "09bc87c9-f606-4940-b5d5-182fc74168c3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a47ffc65-9b86-4546-9687-16125a40a15a",
"generatedFromUUID": "09bc87c9-f606-4940-b5d5-182fc74168c3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a47ffc65-9b86-4546-9687-16125a40a15a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220305060712-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
"artifactChecksum": "OWY4MTk3ZjNkYTVhNjBiMTRiOWViYzg5MjAyYTc3YTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0175fa25-f3e7-464c-aebe-5334b73394c7"
}
],
"workloadContext": "Production"
}
2022-03-05T06:11:16.722Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-05T06:11:16.722Z|a4943af5-b077-4bc2-b212-53ec56f25283|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a1fa2d5-964d-443f-bb8d-9660cdac000e ASDC
2022-03-05T06:11:16.722Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:872be3f6-1a0c-4489-bddd-56665120a751
ServiceName:vFW 2022-03-05 06-07-12
ServiceVersion:1.0
ServiceUUID:3a1fa2d5-964d-443f-bb8d-9660cdac000e
ServiceInvariantUUID:b16cc2df-4bc7-4ab7-b9fb-aa8758a32641
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220305060712-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar
ArtifactUUID:0175fa25-f3e7-464c-aebe-5334b73394c7
ArtifactChecksum:OWY4MTk3ZjNkYTVhNjBiMTRiOWViYzg5MjAyYTc3YTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c9ac4f80-7daf 0
ResourceCustomizationUUID:7e4392dd-d76a-486d-a7ce-b212728792d4
ResourceInvariantUUID:a2c0c09e-26b7-405f-a9a9-77f9ccf650b7
ResourceName:vFW c9ac4f80-7daf
ResourceType:VF
ResourceUUID:8c070d85-047e-4b6a-ae8e-5b35eeb016ba
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc9ac4f807daf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json
ArtifactUUID:3e1cca97-a095-4260-ae3b-626748c91e51
ArtifactChecksum:M2QzMDFhZThjOGJmZjQ2OGRkNDVkNDdiMmU3NGRlYTM=
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/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml
ArtifactUUID:09bc87c9-f606-4940-b5d5-182fc74168c3
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/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env
ArtifactUUID:a47ffc65-9b86-4546-9687-16125a40a15a
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/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env
ArtifactUUID:a47ffc65-9b86-4546-9687-16125a40a15a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-05T06:11:16.723Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a1fa2d5-964d-443f-bb8d-9660cdac000e 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-05T06:11:16.773Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:11:16.773Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-05T06:11:16.773Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-05T06:11:16.774Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0175fa25-f3e7-464c-aebe-5334b73394c7 from URL: /sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:16.774Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-05T06:11:16.774Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:17.159Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-05T06:11:17.164Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar 0175fa25-f3e7-464c-aebe-5334b73394c7 98965
2022-03-05T06:11:17.164Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar ASDC sendASDCNotification
2022-03-05T06:11:17.164Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:17.164Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:11:17.165Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:17.167Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:17.167Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460677164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:11:17.270Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-05T06:11:17.272Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-05T06:11:17.273Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:17.290Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:11:17.291Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:11:18.168Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-05T06:11:18.169Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-05T06:11:18.169Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0175fa25-f3e7-464c-aebe-5334b73394c7, URL: /sdc/v1/catalog/services/Vfw20220305060712/1.0/artifacts/service-Vfw20220305060712-csar.csar to file: /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:18.169Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220305060712-csar.csar
2022-03-05T06:11:18.170Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:18.170Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:18.372Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8714796472843074622/Definitions/service-Vfw20220305060712-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-05T06:11:20.446Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||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-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||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-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||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-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.447Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||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-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||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-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||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-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||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-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c9ac4f80-7daf 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-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||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-Vfw20220305060712-csar.csar
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-05T06:11:20.448Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:11:20.449Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:20.449Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is matching search criteria
2022-03-05T06:11:20.449Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-05T06:11:20.449Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c9ac4f80-7daf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:11:20.450Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:11:20.450Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:20.450Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is matching search criteria
2022-03-05T06:11:20.450Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-05T06:11:20.450Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c9ac4f80-7daf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-05T06:11:20.450Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:11:20.451Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:20.451Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:11:20.451Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is not matching search criteria
2022-03-05T06:11:20.451Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:11:20.451Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:11:20.451Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:11:20.452Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.452Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.452Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.452Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:11:20.452Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:11:20.452Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:11:20.452Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.453Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.453Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:11:20.453Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.453Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:11:20.453Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.453Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-05T06:11:20.453Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:11:20.453Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-05T06:11:20.454Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:11:20.454Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is matching search criteria
2022-03-05T06:11:20.454Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c9ac4f80-7daf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:11:20.454Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:11:20.454Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is matching search criteria
2022-03-05T06:11:20.454Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c9ac4f80-7daf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:11:20.455Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:11:20.455Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is matching search criteria
2022-03-05T06:11:20.455Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c9ac4f80-7daf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-05T06:11:20.456Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:11:20.456Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is not matching search criteria
2022-03-05T06:11:20.456Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:11:20.456Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:11:20.456Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-05T06:11:20.456Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:11:20.456Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:11:20.456Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.457Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.457Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:11:20.457Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.457Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:11:20.457Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.457Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54c25df6-b278-4cfa-96a4-7e4da8e2437c
2022-03-05T06:11:20.457Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:11:20.458Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is not matching search criteria
2022-03-05T06:11:20.458Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:11:20.458Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:11:20.458Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:11:20.458Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.458Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.458Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.458Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:11:20.459Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-05T06:11:20.459Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-05T06:11:20.459Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.459Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-05T06:11:20.459Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.459Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ee7fe7c7-9a98-4def-ba98-5ebc050f5e10
2022-03-05T06:11:20.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:11:20.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vFW c9ac4f80-7daf 0 is not matching search criteria
2022-03-05T06:11:20.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-05T06:11:20.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-05T06:11:20.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-05T06:11:20.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.460Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.461Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-05T06:11:20.461Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-05T06:11:20.461Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-05T06:11:20.461Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-05T06:11:20.461Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-05T06:11:20.461Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-05T06:11:20.461Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1593a41f-9d16-4662-82d8-b2478866d377
2022-03-05T06:11:20.462Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:11:20.462Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:20.462Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:11:20.462Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:20.462Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:11:20.462Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:20.462Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-05T06:11:20.462Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-05 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-05T06:11:20.463Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-05 06-07-12
Description:catalog service description
Model UUID:3a1fa2d5-964d-443f-bb8d-9660cdac000e
Model Version:NULL
Model InvariantUuid:b16cc2df-4bc7-4ab7-b9fb-aa8758a32641
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c9ac4f80-7daf
Model UUID:5299d05b-7e4a-4f85-8b8b-cc2dd54dad8e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a2c0c09e-26b7-405f-a9a9-77f9ccf650b7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7e4392dd-d76a-486d-a7ce-b212728792d4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9983e23e-25a1-4be1-9ff2-ee3b71732f0e
ModelName:VfwC9ac4f807daf..base_vfw..module-0
ModelUuid:132dc355-61bb-4031-8040-75d309363c7d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:54c25df6-b278-4cfa-96a4-7e4da8e2437c
ModelInvariantUuid:15ab0b6b-de12-41e7-8111-55bd34074e5d
ModelName:vFW c9ac4f80-7daf-nodes.vfwCvfc
ModelUuid:b6643316-58fa-46fd-af7d-a772b5cb403d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:98c84561-84c7-4b16-91c6-19d3dc465fbf
ModelInvariantUuid:a774061f-b3ab-4076-b334-cee352217d7a
ModelName:VfwC9ac4f807daf.compute.nodes.heat.vfw
ModelUuid:5ac17d0a-ddd0-4d86-976b-7b0210f4219f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ee7fe7c7-9a98-4def-ba98-5ebc050f5e10
ModelInvariantUuid:cc319513-8077-4fcd-a95f-81f4893b2142
ModelName:vFW c9ac4f80-7daf-nodes.vsnCvfc
ModelUuid:d9e8f2cd-0b8c-4da9-a72c-c40757a73b91
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:df9e8c33-d2d3-47ef-8cb4-4654cd6780cd
ModelInvariantUuid:e5fa8d27-9ff7-4dc7-ba51-8eef3524fd6a
ModelName:VfwC9ac4f807daf.compute.nodes.heat.vsn
ModelUuid:1deab5c6-efe1-441a-8479-ba63d3bacd91
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1593a41f-9d16-4662-82d8-b2478866d377
ModelInvariantUuid:32278c3a-9f14-431f-93fc-6a93869d487f
ModelName:vFW c9ac4f80-7daf-nodes.vpgCvfc
ModelUuid:043bf936-3c12-4960-a824-a727ef555576
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5f043917-a9a8-40dd-a1be-d03e0479cfaf
ModelInvariantUuid:f8db5b46-78d1-4619-84dc-add1ebc17022
ModelName:VfwC9ac4f807daf.compute.nodes.heat.vpg
ModelUuid:c2f4fd79-439c-4de0-9fe9-99a982a674ae
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-05T06:11:20.470Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c070d85-047e-4b6a-ae8e-5b35eeb016ba
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-05T06:11:20.474Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||vFW c9ac4f80-7daf 0
2022-03-05T06:11:20.474Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c070d85-047e-4b6a-ae8e-5b35eeb016ba
2022-03-05T06:11:20.474Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3e1cca97-a095-4260-ae3b-626748c91e51 from URL: /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json
2022-03-05T06:11:20.474Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-05T06:11:20.474Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json
2022-03-05T06:11:20.681Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-05T06:11:20.681Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json 3e1cca97-a095-4260-ae3b-626748c91e51 785
2022-03-05T06:11:20.682Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json ASDC sendASDCNotification
2022-03-05T06:11:20.682Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json
2022-03-05T06:11:20.682Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:11:20.682Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:20.684Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:20.684Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460680681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/vfwc9ac4f807daf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:11:20.784Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:20.785Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-05T06:11:20.786Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:20.800Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:11:20.800Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:11:21.685Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC9ac4f807daf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9983e23e-25a1-4be1-9ff2-ee3b71732f0e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "132dc355-61bb-4031-8040-75d309363c7d",
"vfModuleModelCustomizationUUID": "7a7a2058-725b-4333-b663-ca367605108a",
"isBase": true,
"artifacts": [
"09bc87c9-f606-4940-b5d5-182fc74168c3",
"a47ffc65-9b86-4546-9687-16125a40a15a"
],
"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-05T06:11:21.689Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC9ac4f807daf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:132dc355-61bb-4031-8040-75d309363c7d
VfModuleModelInvariantUUID:9983e23e-25a1-4be1-9ff2-ee3b71732f0e
VfModuleModelDescription:NULL
Artifacts UUID List:{
09bc87c9-f606-4940-b5d5-182fc74168c3
,
a47ffc65-9b86-4546-9687-16125a40a15a
}
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-05T06:11:21.690Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC9ac4f807daf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9983e23e-25a1-4be1-9ff2-ee3b71732f0e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "132dc355-61bb-4031-8040-75d309363c7d",
"vfModuleModelCustomizationUUID": "7a7a2058-725b-4333-b663-ca367605108a",
"isBase": true,
"artifacts": [
"09bc87c9-f606-4940-b5d5-182fc74168c3",
"a47ffc65-9b86-4546-9687-16125a40a15a"
],
"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-05T06:11:21.691Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC9ac4f807daf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:132dc355-61bb-4031-8040-75d309363c7d
VfModuleModelInvariantUUID:9983e23e-25a1-4be1-9ff2-ee3b71732f0e
VfModuleModelDescription:NULL
Artifacts UUID List:{
09bc87c9-f606-4940-b5d5-182fc74168c3
,
a47ffc65-9b86-4546-9687-16125a40a15a
}
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-05T06:11:21.691Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 09bc87c9-f606-4940-b5d5-182fc74168c3 from URL: /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml
2022-03-05T06:11:21.691Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-05T06:11:21.691Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml
2022-03-05T06:11:21.792Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-05T06:11:21.793Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml 09bc87c9-f606-4940-b5d5-182fc74168c3 20368
2022-03-05T06:11:21.793Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-05T06:11:21.793Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml
2022-03-05T06:11:21.793Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:11:21.793Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:21.795Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:21.795Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460681793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:11:21.895Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:21.896Z||pool-48-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-05T06:11:21.896Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:21.909Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:11:21.910Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-05T06:11:22.796Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a47ffc65-9b86-4546-9687-16125a40a15a from URL: /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env
2022-03-05T06:11:22.797Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-05T06:11:22.797Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env
2022-03-05T06:11:23.070Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-05T06:11:23.070Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env a47ffc65-9b86-4546-9687-16125a40a15a 2098
2022-03-05T06:11:23.071Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-05T06:11:23.071Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env
2022-03-05T06:11:23.071Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-05T06:11:23.071Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-05T06:11:23.073Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-05T06:11:23.073Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "872be3f6-1a0c-4489-bddd-56665120a751",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646460683070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220305060712/1.0/resourceInstances/vfwc9ac4f807daf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-05T06:11:23.173Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-05T06:11:23.175Z||pool-49-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-05T06:11:23.175Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VSplJJmt93EDbI2Z) ...
2022-03-05T06:11:23.188Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-05T06:11:23.189Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-05T06:11:24.074Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3a1fa2d5-964d-443f-bb8d-9660cdac000e
2022-03-05T06:11:24.074Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c9ac4f80-7daf 0 8c070d85-047e-4b6a-ae8e-5b35eeb016ba ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-05T06:11:24.099Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59749ab, org.onap.sdc.toscaparser.api.parameters.Input@3421c147, org.onap.sdc.toscaparser.api.parameters.Input@35c12cad, org.onap.sdc.toscaparser.api.parameters.Input@7959b194, org.onap.sdc.toscaparser.api.parameters.Input@463c7505]
2022-03-05T06:11:24.101Z|872be3f6-1a0c-4489-bddd-56665120a751|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery