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-02-03T10:03:19.575Z||main|||||INFO|500||The following profiles are active: basic
2022-02-03T10:03:37.868Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-03T10:03:37.870Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-03T10:03:38.139Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-03T10:03:42.864Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-03T10:03:43.262Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-03T10:03:43.875Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-03T10:03:43.882Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-03T10:03:44.054Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-03T10:03:44.425Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-03T10:03:45.163Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-03T10:03:52.984Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-03T10:03:55.507Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-03T10:03:55.561Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-03T10:03:56.196Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-03T10:03:56.349Z||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-02-03T10:03:57.542Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-03T10:03:58.670Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-03T10:03:58.688Z||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-02-03T10:03:58.689Z||main|||||WARN|500||The sdc end point is not alive
2022-02-03T10:04:02.196Z||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-02-03T10:04:05.309Z||main|||||WARN|500||---
2022-02-03T10:04:05.309Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-03T10:04:05.310Z||main|||||WARN|500||---
2022-02-03T10:04:05.755Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-03T10:04:10.801Z||main|||||INFO|500||Started Application in 55.667 seconds (JVM running for 60.871)
2022-02-03T10:04:10.834Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-03T10:04:10.839Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-03T10:04:10.857Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-03T10:04:10.893Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-03T10:04:10.995Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f8129fc-ca10-41f7-8497-78fb279f3cab url= /sdc/v1/artifactTypes
2022-02-03T10:04:10.995Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-03T10:04:11.353Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-03T10:04:11.436Z||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-02-03T10:04:11.456Z||scheduling-1|||||DEBUG|500||create keys
2022-02-03T10:04:11.463Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-03T10:04:11.774Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:04:11.795Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 318156f7-89e1-4ee1-b468-788e5abb3a87 url= /sdc/v1/registerForDistribution
2022-02-03T10:04:12.741Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 318156f7-89e1-4ee1-b468-788e5abb3a87 url= /sdc/v1/registerForDistribution
2022-02-03T10:04:12.742Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-03T10:04:12.752Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:04:12.752Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:04:12.762Z||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-02-03T10:04:12.762Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-03T10:04:12.762Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:04:12.762Z||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-02-03T10:04:12.763Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:04:24.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:04:24.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:05:12.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:05:12.750Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:05:12.756Z||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-02-03T10:05:12.756Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:05:12.757Z||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-02-03T10:05:12.758Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:05:22.322Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:05:22.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:06:12.750Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:06:12.752Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:06:12.754Z||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-02-03T10:06:12.754Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:06:12.757Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-03T10:06:12.763Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LR5OexLScQndRKKJ) ...
2022-02-03T10:06:22.316Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:06:22.323Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:07:12.750Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:07:12.751Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:07:12.755Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-03T10:07:12.755Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LR5OexLScQndRKKJ) ...
2022-02-03T10:07:12.755Z||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-02-03T10:07:12.756Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:07:22.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:07:22.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:08:12.751Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:08:12.751Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:08:12.756Z||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-02-03T10:08:12.756Z||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-02-03T10:08:12.756Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:08:12.757Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:08:22.315Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:08:22.326Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:09:12.750Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:09:12.752Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:09:12.753Z||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-02-03T10:09:12.753Z||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-02-03T10:09:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:09:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:09:22.304Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:09:22.312Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:10:12.749Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:10:12.751Z||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-02-03T10:10:12.751Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:10:12.751Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:10:12.753Z||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-02-03T10:10:12.754Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:10:22.303Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:10:22.302Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:11:12.749Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:11:12.751Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:11:12.752Z||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-02-03T10:11:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:11:12.755Z||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-02-03T10:11:12.755Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:11:22.311Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:11:22.316Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:12:12.749Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:12:12.751Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:12:12.755Z||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-02-03T10:12:12.755Z||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-02-03T10:12:12.756Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:12:12.756Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:12:22.326Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:12:22.327Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:13:12.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:13:12.751Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:13:12.752Z||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-02-03T10:13:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:13:12.753Z||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-02-03T10:13:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:13:22.305Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:13:22.305Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:14:04.949Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-03T10:14:12.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:14:12.750Z||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-02-03T10:14:12.751Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:14:12.752Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:14:12.754Z||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-02-03T10:14:12.754Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:14:22.313Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:14:22.310Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:15:12.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:15:12.750Z||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-02-03T10:15:12.750Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:15:12.751Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:15:12.752Z||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-02-03T10:15:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:15:22.303Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:15:22.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:16:12.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:16:12.751Z||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-02-03T10:16:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:16:12.752Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:16:12.752Z||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-02-03T10:16:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:16:22.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:16:22.308Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:17:12.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:17:12.751Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:17:12.752Z||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-02-03T10:17:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:17:12.752Z||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-02-03T10:17:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:17:22.316Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:17:22.319Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:18:12.752Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:18:12.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:18:12.756Z||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-02-03T10:18:12.756Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:18:12.756Z||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-02-03T10:18:12.757Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:18:22.323Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:18:22.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:19:12.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:19:12.749Z||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-02-03T10:19:12.750Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:19:12.751Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:19:12.752Z||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-02-03T10:19:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:19:22.322Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:19:22.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:20:12.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:20:12.750Z||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-02-03T10:20:12.750Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:20:12.751Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:20:12.752Z||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-02-03T10:20:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:20:22.296Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:20:22.297Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:21:12.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:21:12.751Z||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-02-03T10:21:12.751Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:21:12.752Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:21:12.752Z||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-02-03T10:21:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:21:22.308Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:21:22.308Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:22:12.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:22:12.752Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:22:12.752Z||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-02-03T10:22:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:22:12.753Z||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-02-03T10:22:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:22:22.300Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:22:22.306Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:23:12.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:23:12.752Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:23:12.751Z||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-02-03T10:23:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:23:12.752Z||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-02-03T10:23:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:23:22.306Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:23:22.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:24:12.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:24:12.750Z||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-02-03T10:24:12.750Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:24:12.751Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:24:12.752Z||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-02-03T10:24:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:24:22.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:24:22.310Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:25:12.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:25:12.751Z||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-02-03T10:25:12.751Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:25:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:25:12.752Z||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-02-03T10:25:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:25:22.318Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:25:22.318Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:26:12.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:26:12.752Z||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-02-03T10:26:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:26:12.752Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:26:12.753Z||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-02-03T10:26:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:26:22.315Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:26:22.323Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:27:12.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:27:12.749Z||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-02-03T10:27:12.749Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:27:12.752Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:27:12.753Z||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-02-03T10:27:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:27:22.302Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:27:22.302Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:28:12.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:28:12.751Z||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-02-03T10:28:12.751Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:28:12.751Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:28:12.752Z||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-02-03T10:28:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:28:22.305Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:28:22.312Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:29:12.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:29:12.751Z||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-02-03T10:29:12.751Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:29:12.751Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:29:12.752Z||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-02-03T10:29:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:29:22.313Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:29:22.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:30:12.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:30:12.750Z||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-02-03T10:30:12.750Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:30:12.752Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:30:12.753Z||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-02-03T10:30:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:30:22.316Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:30:22.317Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:31:12.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:31:12.750Z||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-02-03T10:31:12.750Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:31:12.752Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:31:12.753Z||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-02-03T10:31:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:31:22.297Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:31:22.330Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:32:12.750Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:32:12.751Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:32:12.752Z||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-02-03T10:32:12.752Z||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-02-03T10:32:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:32:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:32:22.304Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:32:22.305Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:33:12.750Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:33:12.752Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:33:12.753Z||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-02-03T10:33:12.753Z||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-02-03T10:33:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:33:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:33:22.303Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:33:22.305Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:34:12.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:34:12.750Z||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-02-03T10:34:12.750Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:34:12.751Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:34:12.752Z||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-02-03T10:34:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:34:22.323Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:34:22.321Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:35:12.751Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:35:12.751Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:35:12.754Z||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-02-03T10:35:12.754Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:35:12.754Z||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-02-03T10:35:12.755Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:35:22.306Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:35:22.308Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:36:12.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:36:12.751Z||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-02-03T10:36:12.751Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:36:12.752Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:36:12.752Z||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-02-03T10:36:12.754Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:36:22.302Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:36:22.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:37:12.750Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:37:12.751Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:37:12.751Z||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-02-03T10:37:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:37:12.752Z||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-02-03T10:37:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:37:22.313Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:37:22.315Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:38:12.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:38:12.749Z||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-02-03T10:38:12.749Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:38:12.751Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:38:12.752Z||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-02-03T10:38:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:38:22.302Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:38:22.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:39:12.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:39:12.750Z||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-02-03T10:39:12.750Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:39:12.751Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:39:12.752Z||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-02-03T10:39:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:39:22.299Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:39:22.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:40:12.750Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:40:12.751Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:40:12.752Z||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-02-03T10:40:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:40:12.753Z||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-02-03T10:40:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:40:22.305Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:40:22.311Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:41:12.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:41:12.751Z||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-02-03T10:41:12.751Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:41:12.751Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:41:12.752Z||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-02-03T10:41:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:41:22.320Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:41:22.320Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:42:12.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:42:12.750Z||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-02-03T10:42:12.750Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:42:12.752Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:42:12.752Z||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-02-03T10:42:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:42:22.300Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:42:22.307Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:43:12.750Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:43:12.752Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:43:12.754Z||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-02-03T10:43:12.754Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:43:12.754Z||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-02-03T10:43:12.754Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:43:22.313Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:43:22.315Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:44:12.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:44:12.750Z||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-02-03T10:44:12.750Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:44:12.751Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:44:12.752Z||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-02-03T10:44:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:44:22.302Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:44:22.303Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:45:12.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:45:12.751Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:45:12.752Z||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-02-03T10:45:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:45:12.752Z||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-02-03T10:45:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:45:22.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:45:22.312Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:46:12.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:46:12.751Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:46:12.752Z||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-02-03T10:46:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:46:12.752Z||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-02-03T10:46:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:46:22.318Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:46:22.318Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:47:12.750Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:47:12.751Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:47:12.752Z||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-02-03T10:47:12.752Z||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-02-03T10:47:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:47:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:47:22.328Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:47:22.329Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:48:12.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:48:12.750Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-03T10:48:12.750Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LR5OexLScQndRKKJ) ...
2022-02-03T10:48:12.752Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:48:12.754Z||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-02-03T10:48:12.754Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:48:22.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:48:22.304Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:49:12.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:49:12.750Z||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-02-03T10:49:12.751Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:49:12.751Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:49:12.752Z||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-02-03T10:49:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:49:22.307Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:49:22.320Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:50:12.750Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:50:12.751Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:50:12.752Z||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-02-03T10:50:12.752Z||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-02-03T10:50:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:50:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:50:22.308Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:50:22.310Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:51:12.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:51:12.751Z||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-02-03T10:51:12.751Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:51:12.752Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:51:12.752Z||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-02-03T10:51:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:51:22.297Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:51:22.307Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:52:12.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:52:12.751Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:52:12.752Z||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-02-03T10:52:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:52:12.752Z||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-02-03T10:52:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:52:22.302Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:52:22.308Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:53:12.751Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:53:12.752Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:53:12.753Z||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-02-03T10:53:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:53:12.754Z||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-02-03T10:53:12.754Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:53:22.337Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:53:22.338Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:54:12.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:54:12.751Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:54:12.753Z||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-02-03T10:54:12.753Z||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-02-03T10:54:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:54:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:54:22.311Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:54:22.311Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:55:12.751Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:55:12.751Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:55:12.753Z||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-02-03T10:55:12.753Z||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-02-03T10:55:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:55:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:55:22.301Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:55:22.301Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:56:12.749Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:56:12.751Z||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-02-03T10:56:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:56:12.752Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:56:12.752Z||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-02-03T10:56:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:56:22.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:56:22.299Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:57:12.749Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:57:12.751Z||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-02-03T10:57:12.751Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:57:12.752Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:57:12.752Z||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-02-03T10:57:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:57:22.299Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:57:22.300Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:58:12.748Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:58:12.750Z||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-02-03T10:58:12.750Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:58:12.752Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:58:12.752Z||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-02-03T10:58:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:58:22.325Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:58:22.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:59:12.750Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:59:12.752Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T10:59:12.752Z||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-02-03T10:59:12.752Z||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-02-03T10:59:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:59:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T10:59:22.312Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T10:59:22.326Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:12.750Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:00:12.751Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:00:12.752Z||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-02-03T11:00:12.752Z||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-02-03T11:00:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:00:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:00:12.893Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:12.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:00:12.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "cds",
"timestamp": 1643886004498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:00:12.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:00:12.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:00:12.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "cds",
"timestamp": 1643886004498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:00:12.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:00:12.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:00:12.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "cds",
"timestamp": 1643886004498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:00:12.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:00:12.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:00:12.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "cds",
"timestamp": 1643886004498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:00:12.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:00:12.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:00:12.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886007998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:00:12.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:00:12.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:00:12.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "cds",
"timestamp": 1643886004498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:00:12.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:00:12.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:00:12.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886007998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:00:12.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:00:12.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:00:12.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "policy-id",
"timestamp": 1643886009183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:00:12.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:00:12.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:00:12.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "cds",
"timestamp": 1643886004498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:00:12.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:00:12.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:00:12.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886007998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:00:12.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:00:12.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:00:12.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "policy-id",
"timestamp": 1643886009183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:00:12.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:00:12.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:00:12.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "cds",
"timestamp": 1643886004498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:00:12.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:00:12.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:00:12.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886007998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:00:12.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:00:12.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:00:12.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "policy-id",
"timestamp": 1643886009183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-03T11:00:12.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:00:12.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:00:12.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886011790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:00:12.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:00:13.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:13.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:00:13.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b326516e-40a2-4678-bc05-6c78240317b4","serviceName":"vFW 2022-02-03 10-57-57","serviceVersion":"1.0","serviceUUID":"49dfe09f-0cc6-4ae1-9722-aa66929c7446","serviceDescription":"catalog service description","serviceInvariantUUID":"f18101fe-1648-4455-aea2-b84b0f060a2e","resources":[{"resourceInstanceName":"vFW 32260e6c-4da8 0","resourceName":"vFW 32260e6c-4da8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c2ce0d7-dd5a-477d-8619-a502ec61b60f","resourceInvariantUUID":"5f488f8f-b5de-4eb6-b427-82794513ec66","resourceCustomizationUUID":"057801d8-41b4-433b-b153-549643911d3f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vf-license-model.xml","artifactChecksum":"YTg1MmNhMTNjNjFkODg0NTU4NjE5NWQ3ZjMxOGM5Nzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3f93b18-84bd-4f56-b329-5d527e286e19","artifactVersion":"1"},{"artifactName":"vfw32260e6c4da80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json","artifactChecksum":"Zjc5ZjZiZTIxYzYxM2U0OTQ1YWQzMWMyMDJiODM5Y2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"496d08d6-77b4-4681-946e-789cf6c0404d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"37528ab5-7700-40b9-8bed-7fd6329b7539","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vendor-license-model.xml","artifactChecksum":"ZGZiMGEzY2MyMzg4ZDBjYWM4NjE2ZWQ1YTAxNjlmNWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d4bb30c3-1a86-4072-9fc4-edfabf49df2b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"25d099d5-7f26-4b9b-89b6-236d868b2392","artifactVersion":"2","generatedFromUUID":"37528ab5-7700-40b9-8bed-7fd6329b7539"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220203105757-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-template.yml","artifactChecksum":"YzYxYjUwYmI5MWU1NjJkNjI0OGIyMTVkZmY3MmFjNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"664ce303-2dc4-4ab0-bc41-dd9a4ba26f53","artifactVersion":"1"},{"artifactName":"service-Vfw20220203105757-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar","artifactChecksum":"NTRiZWJhYTZlODE3MjQwOGI5MWY5NDI4NDVlNGUzNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"93075efe-dd13-49c9-9ba9-bfe1984c102b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-03T11:00:13.399Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:00:13.406Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:00:13.424Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:00:13.424Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886012749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:00:13.524Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-02-03T11:00:13.528Z||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-02-03T11:00:13.528Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:00:13.540Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:13.541Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:00:14.431Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:00:14.431Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:00:14.433Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:00:14.434Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886012749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json",
"status": "NOTIFIED"
}
2022-02-03T11:00:14.534Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:00:14.536Z||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-02-03T11:00:14.536Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:00:14.547Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:14.548Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:00:15.434Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:00:15.437Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:00:15.439Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:00:15.439Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886012749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-03T11:00:15.539Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-03T11:00:15.541Z||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-02-03T11:00:15.541Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:00:15.553Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:15.554Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:00:16.440Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:00:16.442Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:00:16.445Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:00:16.445Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886012749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:00:16.545Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-03T11:00:16.547Z||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-02-03T11:00:16.547Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:00:16.559Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:16.560Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-03T11:00:17.446Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:00:17.447Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:00:17.449Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:00:17.449Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886012749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-03T11:00:17.549Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:00:17.552Z||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-02-03T11:00:17.553Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:00:17.565Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:17.565Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-03T11:00:18.450Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:00:18.450Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:00:18.455Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:00:18.455Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886012749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:00:18.553Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-03T11:00:18.554Z||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-02-03T11:00:18.554Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:00:18.568Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:18.568Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:00:19.455Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:00:19.457Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:00:19.459Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:00:19.459Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886012749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:00:19.559Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:00:19.560Z||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-02-03T11:00:19.560Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:00:19.575Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:19.576Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:00:20.461Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"serviceName": "vFW 2022-02-03 10-57-57",
"serviceVersion": "1.0",
"serviceUUID": "49dfe09f-0cc6-4ae1-9722-aa66929c7446",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f18101fe-1648-4455-aea2-b84b0f060a2e",
"resources": [
{
"resourceInstanceName": "vFW 32260e6c-4da8 0",
"resourceCustomizationUUID": "057801d8-41b4-433b-b153-549643911d3f",
"resourceName": "vFW 32260e6c-4da8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7c2ce0d7-dd5a-477d-8619-a502ec61b60f",
"resourceInvariantUUID": "5f488f8f-b5de-4eb6-b427-82794513ec66",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw32260e6c4da80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json",
"artifactChecksum": "Zjc5ZjZiZTIxYzYxM2U0OTQ1YWQzMWMyMDJiODM5Y2E\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "496d08d6-77b4-4681-946e-789cf6c0404d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "37528ab5-7700-40b9-8bed-7fd6329b7539",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "25d099d5-7f26-4b9b-89b6-236d868b2392",
"generatedFromUUID": "37528ab5-7700-40b9-8bed-7fd6329b7539"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "25d099d5-7f26-4b9b-89b6-236d868b2392",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220203105757-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"artifactChecksum": "NTRiZWJhYTZlODE3MjQwOGI5MWY5NDI4NDVlNGUzNTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "93075efe-dd13-49c9-9ba9-bfe1984c102b"
}
],
"workloadContext": "Production"
}
2022-02-03T11:00:20.462Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-03T11:00:20.463Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49dfe09f-0cc6-4ae1-9722-aa66929c7446 ASDC
2022-02-03T11:00:20.598Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b326516e-40a2-4678-bc05-6c78240317b4
ServiceName:vFW 2022-02-03 10-57-57
ServiceVersion:1.0
ServiceUUID:49dfe09f-0cc6-4ae1-9722-aa66929c7446
ServiceInvariantUUID:f18101fe-1648-4455-aea2-b84b0f060a2e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220203105757-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar
ArtifactUUID:93075efe-dd13-49c9-9ba9-bfe1984c102b
ArtifactChecksum:NTRiZWJhYTZlODE3MjQwOGI5MWY5NDI4NDVlNGUzNTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 32260e6c-4da8 0
ResourceCustomizationUUID:057801d8-41b4-433b-b153-549643911d3f
ResourceInvariantUUID:5f488f8f-b5de-4eb6-b427-82794513ec66
ResourceName:vFW 32260e6c-4da8
ResourceType:VF
ResourceUUID:7c2ce0d7-dd5a-477d-8619-a502ec61b60f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw32260e6c4da80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json
ArtifactUUID:496d08d6-77b4-4681-946e-789cf6c0404d
ArtifactChecksum:Zjc5ZjZiZTIxYzYxM2U0OTQ1YWQzMWMyMDJiODM5Y2E=
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/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml
ArtifactUUID:37528ab5-7700-40b9-8bed-7fd6329b7539
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/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env
ArtifactUUID:25d099d5-7f26-4b9b-89b6-236d868b2392
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/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env
ArtifactUUID:25d099d5-7f26-4b9b-89b6-236d868b2392
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-03T11:00:20.598Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49dfe09f-0cc6-4ae1-9722-aa66929c7446 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-02-03T11:00:20.880Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-03T11:00:20.881Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-03T11:00:20.882Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-03T11:00:20.882Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 93075efe-dd13-49c9-9ba9-bfe1984c102b from URL: /sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar
2022-02-03T11:00:20.883Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-03T11:00:20.884Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar
2022-02-03T11:00:21.219Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-03T11:00:21.241Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar 93075efe-dd13-49c9-9ba9-bfe1984c102b 98933
2022-02-03T11:00:21.243Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar ASDC sendASDCNotification
2022-02-03T11:00:21.243Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar
2022-02-03T11:00:21.244Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-03T11:00:21.245Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:00:21.248Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:00:21.248Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886021241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:00:21.348Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:00:21.350Z||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-02-03T11:00:21.350Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:00:21.366Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:21.367Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:00:22.248Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-03T11:00:22.251Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-03T11:00:22.252Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 93075efe-dd13-49c9-9ba9-bfe1984c102b, URL: /sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar to file: /app/ASDC/1/service-Vfw20220203105757-csar.csar
2022-02-03T11:00:22.253Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220203105757-csar.csar
2022-02-03T11:00:22.335Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220203105757-csar.csar
2022-02-03T11:00:22.335Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220203105757-csar.csar
2022-02-03T11:00:23.244Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14559509923679402706/Definitions/service-Vfw20220203105757-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-02-03T11:00:26.289Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-03T11:00:26.294Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-03T11:00:26.295Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220203105757-csar.csar
2022-02-03T11:00:26.295Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-03T11:00:26.295Z|b326516e-40a2-4678-bc05-6c78240317b4|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-Vfw20220203105757-csar.csar
2022-02-03T11:00:26.296Z|b326516e-40a2-4678-bc05-6c78240317b4|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-Vfw20220203105757-csar.csar
2022-02-03T11:00:26.296Z|b326516e-40a2-4678-bc05-6c78240317b4|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-Vfw20220203105757-csar.csar
2022-02-03T11:00:26.296Z|b326516e-40a2-4678-bc05-6c78240317b4|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-Vfw20220203105757-csar.csar
2022-02-03T11:00:26.296Z|b326516e-40a2-4678-bc05-6c78240317b4|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-Vfw20220203105757-csar.csar
2022-02-03T11:00:26.297Z|b326516e-40a2-4678-bc05-6c78240317b4|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-Vfw20220203105757-csar.csar
2022-02-03T11:00:26.297Z|b326516e-40a2-4678-bc05-6c78240317b4|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-Vfw20220203105757-csar.csar
2022-02-03T11:00:26.297Z|b326516e-40a2-4678-bc05-6c78240317b4|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-Vfw20220203105757-csar.csar
2022-02-03T11:00:26.298Z|b326516e-40a2-4678-bc05-6c78240317b4|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-Vfw20220203105757-csar.csar
2022-02-03T11:00:26.298Z|b326516e-40a2-4678-bc05-6c78240317b4|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-Vfw20220203105757-csar.csar
2022-02-03T11:00:26.298Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 32260e6c-4da8 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-Vfw20220203105757-csar.csar
2022-02-03T11:00:26.298Z|b326516e-40a2-4678-bc05-6c78240317b4|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-Vfw20220203105757-csar.csar
2022-02-03T11:00:26.299Z|b326516e-40a2-4678-bc05-6c78240317b4|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-Vfw20220203105757-csar.csar
2022-02-03T11:00:26.299Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-03T11:00:26.306Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:26.308Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:00:26.313Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is matching search criteria
2022-02-03T11:00:26.313Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-03T11:00:26.315Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 32260e6c-4da8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-03T11:00:26.317Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:26.317Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:00:26.318Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is matching search criteria
2022-02-03T11:00:26.318Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-03T11:00:26.318Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 32260e6c-4da8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-03T11:00:26.319Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:26.319Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:00:26.323Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:26.323Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is not matching search criteria
2022-02-03T11:00:26.324Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-03T11:00:26.324Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-03T11:00:26.324Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-03T11:00:26.325Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:00:26.325Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-03T11:00:26.325Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:00:26.326Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-03T11:00:26.326Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-03T11:00:26.326Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-03T11:00:26.326Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:00:26.327Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-03T11:00:26.327Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-03T11:00:26.327Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-03T11:00:26.328Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-03T11:00:26.328Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:00:26.328Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-03T11:00:26.329Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:26.329Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-03T11:00:26.331Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:26.331Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is matching search criteria
2022-02-03T11:00:26.331Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 32260e6c-4da8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:00:26.332Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:26.333Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is matching search criteria
2022-02-03T11:00:26.333Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 32260e6c-4da8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:00:26.334Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:26.334Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is matching search criteria
2022-02-03T11:00:26.335Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 32260e6c-4da8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:00:26.335Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:26.336Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is not matching search criteria
2022-02-03T11:00:26.336Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-03T11:00:26.337Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-03T11:00:26.337Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-03T11:00:26.338Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-03T11:00:26.338Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-03T11:00:26.339Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:00:26.339Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-03T11:00:26.340Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-03T11:00:26.340Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-03T11:00:26.341Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-03T11:00:26.341Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:00:26.342Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6689a37d-fd40-491e-b382-5c7e8f959d45
2022-02-03T11:00:26.342Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:26.343Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is not matching search criteria
2022-02-03T11:00:26.343Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-03T11:00:26.344Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-03T11:00:26.344Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-03T11:00:26.345Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:00:26.345Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-03T11:00:26.346Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:00:26.346Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-03T11:00:26.346Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-03T11:00:26.347Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-03T11:00:26.347Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-03T11:00:26.348Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-03T11:00:26.349Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:00:26.349Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a4af9f23-4ae4-4ec9-909d-8f0446567478
2022-02-03T11:00:26.350Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:26.350Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is not matching search criteria
2022-02-03T11:00:26.351Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-03T11:00:26.351Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-03T11:00:26.352Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-03T11:00:26.352Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:00:26.353Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-03T11:00:26.353Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:00:26.353Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-03T11:00:26.354Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-03T11:00:26.354Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-03T11:00:26.355Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:00:26.355Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-03T11:00:26.356Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-03T11:00:26.356Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dbec4a5e-b3b9-46c0-b5ae-18fae478a383
2022-02-03T11:00:26.357Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:26.357Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:00:26.358Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:26.358Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:00:26.359Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:26.359Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:00:26.360Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:26.360Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:00:26.360Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-03 10-57-57
Description:catalog service description
Model UUID:49dfe09f-0cc6-4ae1-9722-aa66929c7446
Model Version:NULL
Model InvariantUuid:f18101fe-1648-4455-aea2-b84b0f060a2e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 32260e6c-4da8
Model UUID:856291fb-6cdb-49d3-aea3-b461dd9d10e9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5f488f8f-b5de-4eb6-b427-82794513ec66
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:057801d8-41b4-433b-b153-549643911d3f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cb79d2cc-bee5-4bac-b252-1b9cfb687041
ModelName:Vfw32260e6c4da8..base_vfw..module-0
ModelUuid:7058de11-074c-4d83-adc4-8940bb9f2ede
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6689a37d-fd40-491e-b382-5c7e8f959d45
ModelInvariantUuid:8f8dac59-9912-4931-bb39-12b53a1ed875
ModelName:vFW 32260e6c-4da8-nodes.vfwCvfc
ModelUuid:f1a91330-baad-40b0-bf70-3e506cae7928
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:92eb4dd9-3c2d-46b2-bf1d-5aecc72869d9
ModelInvariantUuid:ff517a93-2c41-4c93-97c7-9ba45639f56a
ModelName:Vfw32260e6c4da8.compute.nodes.heat.vfw
ModelUuid:ba7f0b0b-a69c-460b-af08-54ddd59e99d1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a4af9f23-4ae4-4ec9-909d-8f0446567478
ModelInvariantUuid:b0b3bb84-d367-4257-952a-90101cc4b93c
ModelName:vFW 32260e6c-4da8-nodes.vsnCvfc
ModelUuid:06bee788-5ef2-4daa-bdee-07bf65bb5c56
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b11dd0b7-d9f7-498d-9e30-1e421ef1067e
ModelInvariantUuid:05347703-6159-4585-ab65-18e78657ab29
ModelName:Vfw32260e6c4da8.compute.nodes.heat.vsn
ModelUuid:cf3ce9fe-6b1c-4f41-98c8-f1a37d2489ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:dbec4a5e-b3b9-46c0-b5ae-18fae478a383
ModelInvariantUuid:1b26db5b-5d36-495e-b2a6-4f79c0a09dd7
ModelName:vFW 32260e6c-4da8-nodes.vpgCvfc
ModelUuid:5d4d9409-e917-4d03-8997-bab2c48c814f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:70010df9-bd2d-4727-b569-365c25fb4ae1
ModelInvariantUuid:32048288-dade-47f4-8275-0370b0d92aab
ModelName:Vfw32260e6c4da8.compute.nodes.heat.vpg
ModelUuid:cf0f7b13-c5d7-4b38-becc-74dedb1bfb5e
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-02-03T11:00:26.387Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7c2ce0d7-dd5a-477d-8619-a502ec61b60f
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-02-03T11:00:26.488Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||vFW 32260e6c-4da8 0
2022-02-03T11:00:26.494Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7c2ce0d7-dd5a-477d-8619-a502ec61b60f
2022-02-03T11:00:26.495Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 496d08d6-77b4-4681-946e-789cf6c0404d from URL: /sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json
2022-02-03T11:00:26.495Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-03T11:00:26.496Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json
2022-02-03T11:00:26.604Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-03T11:00:26.605Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json 496d08d6-77b4-4681-946e-789cf6c0404d 785
2022-02-03T11:00:26.605Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json ASDC sendASDCNotification
2022-02-03T11:00:26.605Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json
2022-02-03T11:00:26.605Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-03T11:00:26.606Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:00:26.609Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:00:26.609Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886026605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:00:26.709Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:00:26.710Z||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-02-03T11:00:26.710Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:00:26.731Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:26.749Z||pool-11-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-02-03T11:00:27.613Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw32260e6c4da8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cb79d2cc-bee5-4bac-b252-1b9cfb687041",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7058de11-074c-4d83-adc4-8940bb9f2ede",
"vfModuleModelCustomizationUUID": "ce6d667e-5e3d-48bd-b2bf-85c9de606961",
"isBase": true,
"artifacts": [
"37528ab5-7700-40b9-8bed-7fd6329b7539",
"25d099d5-7f26-4b9b-89b6-236d868b2392"
],
"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-02-03T11:00:27.630Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw32260e6c4da8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7058de11-074c-4d83-adc4-8940bb9f2ede
VfModuleModelInvariantUUID:cb79d2cc-bee5-4bac-b252-1b9cfb687041
VfModuleModelDescription:NULL
Artifacts UUID List:{
37528ab5-7700-40b9-8bed-7fd6329b7539
,
25d099d5-7f26-4b9b-89b6-236d868b2392
}
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-02-03T11:00:27.633Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw32260e6c4da8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cb79d2cc-bee5-4bac-b252-1b9cfb687041",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7058de11-074c-4d83-adc4-8940bb9f2ede",
"vfModuleModelCustomizationUUID": "ce6d667e-5e3d-48bd-b2bf-85c9de606961",
"isBase": true,
"artifacts": [
"37528ab5-7700-40b9-8bed-7fd6329b7539",
"25d099d5-7f26-4b9b-89b6-236d868b2392"
],
"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-02-03T11:00:27.633Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw32260e6c4da8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7058de11-074c-4d83-adc4-8940bb9f2ede
VfModuleModelInvariantUUID:cb79d2cc-bee5-4bac-b252-1b9cfb687041
VfModuleModelDescription:NULL
Artifacts UUID List:{
37528ab5-7700-40b9-8bed-7fd6329b7539
,
25d099d5-7f26-4b9b-89b6-236d868b2392
}
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-02-03T11:00:27.634Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 37528ab5-7700-40b9-8bed-7fd6329b7539 from URL: /sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml
2022-02-03T11:00:27.634Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-03T11:00:27.634Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml
2022-02-03T11:00:27.700Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-03T11:00:27.701Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml 37528ab5-7700-40b9-8bed-7fd6329b7539 20368
2022-02-03T11:00:27.701Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-03T11:00:27.701Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml
2022-02-03T11:00:27.701Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-03T11:00:27.702Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:00:27.704Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:00:27.704Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886027701,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:00:27.805Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:00:27.806Z||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-02-03T11:00:27.806Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:00:27.854Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:27.855Z||pool-12-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-02-03T11:00:28.705Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 25d099d5-7f26-4b9b-89b6-236d868b2392 from URL: /sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env
2022-02-03T11:00:28.705Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-03T11:00:28.706Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env
2022-02-03T11:00:28.997Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-03T11:00:28.997Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env 25d099d5-7f26-4b9b-89b6-236d868b2392 2098
2022-02-03T11:00:28.997Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-03T11:00:28.998Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env
2022-02-03T11:00:28.998Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-03T11:00:28.998Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:00:29.001Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:00:29.002Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886028997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:00:29.102Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:00:29.103Z||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-02-03T11:00:29.103Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:00:29.125Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:29.125Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-02-03T11:00:30.003Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 49dfe09f-0cc6-4ae1-9722-aa66929c7446
2022-02-03T11:00:30.003Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 32260e6c-4da8 0 7c2ce0d7-dd5a-477d-8619-a502ec61b60f 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-02-03T11:00:30.060Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7981836e, org.onap.sdc.toscaparser.api.parameters.Input@1d5fbd2f, org.onap.sdc.toscaparser.api.parameters.Input@4c932d5d, org.onap.sdc.toscaparser.api.parameters.Input@5e702313, org.onap.sdc.toscaparser.api.parameters.Input@2b1f5140]
2022-02-03T11:00:30.067Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.067Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:00:30.069Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-02-03T11:00:30.069Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 057801d8-41b4-433b-b153-549643911d3f
2022-02-03T11:00:30.070Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 057801d8-41b4-433b-b153-549643911d3f matches Tosca VF Customization UUID: 057801d8-41b4-433b-b153-549643911d3f
2022-02-03T11:00:30.070Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 057801d8-41b4-433b-b153-549643911d3f 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-02-03T11:00:30.081Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.082Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:00:30.085Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 057801d8-41b4-433b-b153-549643911d3f: {\"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-02-03T11:00:30.085Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ed8459d
2022-02-03T11:00:30.086Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.086Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-03T11:00:30.087Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ce6d667e-5e3d-48bd-b2bf-85c9de606961
2022-02-03T11:00:30.089Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ce6d667e-5e3d-48bd-b2bf-85c9de606961
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-02-03T11:00:30.110Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.111Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is matching search criteria
2022-02-03T11:00:30.111Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 32260e6c-4da8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:00:30.112Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.113Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is matching search criteria
2022-02-03T11:00:30.113Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 32260e6c-4da8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:00:30.113Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.114Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is not matching search criteria
2022-02-03T11:00:30.114Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-03T11:00:30.114Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-03T11:00:30.115Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-03T11:00:30.115Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-03T11:00:30.115Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-03T11:00:30.116Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:00:30.116Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-03T11:00:30.116Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-03T11:00:30.117Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-03T11:00:30.117Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-03T11:00:30.117Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:00:30.118Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6689a37d-fd40-491e-b382-5c7e8f959d45
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-02-03T11:00:30.132Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.133Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is matching search criteria
2022-02-03T11:00:30.133Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 32260e6c-4da8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:00:30.133Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.134Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is not matching search criteria
2022-02-03T11:00:30.134Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-03T11:00:30.134Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-03T11:00:30.134Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-03T11:00:30.134Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:00:30.134Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-03T11:00:30.135Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:00:30.135Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-03T11:00:30.135Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-03T11:00:30.135Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-03T11:00:30.135Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-03T11:00:30.135Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-03T11:00:30.136Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:00:30.136Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a4af9f23-4ae4-4ec9-909d-8f0446567478
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-02-03T11:00:30.138Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.138Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is matching search criteria
2022-02-03T11:00:30.138Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 32260e6c-4da8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:00:30.141Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.141Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is not matching search criteria
2022-02-03T11:00:30.141Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-03T11:00:30.141Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-03T11:00:30.141Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-03T11:00:30.142Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:00:30.142Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-03T11:00:30.142Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:00:30.142Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-03T11:00:30.142Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-03T11:00:30.142Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-03T11:00:30.143Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:00:30.143Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-03T11:00:30.143Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-03T11:00:30.143Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dbec4a5e-b3b9-46c0-b5ae-18fae478a383
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-02-03T11:00:30.145Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.145Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is matching search criteria
2022-02-03T11:00:30.145Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 32260e6c-4da8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:00:30.146Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.146Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Node template vFW 32260e6c-4da8 0 is matching search criteria
2022-02-03T11:00:30.146Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 32260e6c-4da8 0] matching following query criteria: sdcType=VF, customizationUUID=057801d8-41b4-433b-b153-549643911d3f
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-02-03T11:00:30.148Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.148Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:00:30.148Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 49dfe09f-0cc6-4ae1-9722-aa66929c7446: vFW 32260e6c-4da8
2022-02-03T11:00:30.149Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.149Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:00:30.149Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.149Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:00:30.149Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.150Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:00:30.150Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.150Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:00:30.150Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:00:30.150Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-03 10-57-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:00:30.150Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-02-03 10-57-57
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-02-03T11:00:30.544Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 32260e6c-4da8 7c2ce0d7-dd5a-477d-8619-a502ec61b60f 1 ASDC deployResourceStructure
2022-02-03T11:00:30.545Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json ASDC sendASDCNotification
2022-02-03T11:00:30.545Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json
2022-02-03T11:00:30.545Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-03T11:00:30.546Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:00:30.549Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:00:30.549Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886030545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json",
"status": "DEPLOY_OK"
}
2022-02-03T11:00:30.650Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-03T11:00:30.663Z||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-02-03T11:00:30.663Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:00:30.680Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:30.680Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:00:31.554Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-03T11:00:31.554Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml
2022-02-03T11:00:31.555Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-03T11:00:31.555Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:00:31.557Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:00:31.558Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886031551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-03T11:00:31.658Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:00:31.659Z||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-02-03T11:00:31.659Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:00:31.675Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:31.676Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:00:32.558Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-03T11:00:32.559Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env
2022-02-03T11:00:32.559Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-03T11:00:32.559Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:00:32.561Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:00:32.561Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886032558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-03T11:00:32.661Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:00:32.662Z||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-02-03T11:00:32.662Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:00:32.677Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:32.677Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-02-03T11:00:33.562Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar ASDC sendASDCNotification
2022-02-03T11:00:33.562Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar
2022-02-03T11:00:33.562Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-03T11:00:33.563Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:00:33.564Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:00:33.565Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886033562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-03T11:00:33.665Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:00:33.668Z||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-02-03T11:00:33.668Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:00:33.684Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:00:33.686Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:00:34.566Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b326516e-40a2-4678-bc05-6c78240317b4
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-02-03T11:00:34.589Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b326516e-40a2-4678-bc05-6c78240317b4
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-02-03T11:00:34.591Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-03T11:00:34.591Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-03T11:00:34.591Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-03T11:01:04.593Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b326516e-40a2-4678-bc05-6c78240317b4
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-02-03T11:01:04.610Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b326516e-40a2-4678-bc05-6c78240317b4
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-02-03T11:01:04.612Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-03T11:01:04.612Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-03T11:01:04.612Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-03T11:01:12.752Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:01:12.754Z||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-02-03T11:01:12.754Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:01:12.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:01:12.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:01:12.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886007998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:01:12.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:01:34.612Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b326516e-40a2-4678-bc05-6c78240317b4
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-02-03T11:01:34.625Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b326516e-40a2-4678-bc05-6c78240317b4
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-02-03T11:01:34.627Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-03T11:01:34.627Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-03T11:01:34.627Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-03T11:02:04.630Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b326516e-40a2-4678-bc05-6c78240317b4
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-02-03T11:02:04.660Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b326516e-40a2-4678-bc05-6c78240317b4
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-02-03T11:02:04.662Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-03T11:02:04.663Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-03T11:02:04.663Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-03T11:02:12.752Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:02:12.753Z||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-02-03T11:02:12.754Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:02:12.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:02:12.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:02:12.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "cds",
"timestamp": 1643886012733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:02:12.784Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:02:34.663Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b326516e-40a2-4678-bc05-6c78240317b4
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-02-03T11:02:34.677Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b326516e-40a2-4678-bc05-6c78240317b4
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-02-03T11:02:34.680Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-03T11:02:34.680Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-03T11:02:34.680Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-03T11:03:04.682Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b326516e-40a2-4678-bc05-6c78240317b4
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-02-03T11:03:04.702Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b326516e-40a2-4678-bc05-6c78240317b4
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-02-03T11:03:04.704Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-03T11:03:04.704Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-03T11:03:04.704Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-03T11:03:12.752Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:03:12.754Z||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-02-03T11:03:12.754Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:03:13.287Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:03:13.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "policy-id",
"timestamp": 1643886009183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886012311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886012749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886011790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json",
"status": "NOTIFIED"
}
2022-02-03T11:03:13.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886007998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "cds",
"timestamp": 1643886013757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-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-02-03T11:03:13.306Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b326516e-40a2-4678-bc05-6c78240317b4
2022-02-03T11:03:13.307Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b326516e-40a2-4678-bc05-6c78240317b4 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-02-03T11:03:13.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "policy-id",
"timestamp": 1643886009183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886012311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886012749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json",
"status": "NOTIFIED"
}
2022-02-03T11:03:13.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886011790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-03T11:03:13.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886007998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:03:13.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "policy-id",
"timestamp": 1643886009183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886012311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886012749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-03T11:03:13.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886011790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886015932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:03:13.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "policy-id",
"timestamp": 1643886009183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:03:13.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886012311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "aai-ml",
"timestamp": 1643886015643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886012749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886011790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-03T11:03:13.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886012311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "policy-id",
"timestamp": 1643886017100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:03:13.326Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "aai-ml",
"timestamp": 1643886015643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886012749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-03T11:03:13.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886011790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886012311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "policy-id",
"timestamp": 1643886018108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-03T11:03:13.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "aai-ml",
"timestamp": 1643886015643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886012749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886011790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:03:13.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886012311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "policy-id",
"timestamp": 1643886019114,
"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-02-03T11:03:13.335Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b326516e-40a2-4678-bc05-6c78240317b4
2022-02-03T11:03:13.336Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b326516e-40a2-4678-bc05-6c78240317b4 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-02-03T11:03:13.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "aai-ml",
"timestamp": 1643886015643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886012749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:03:13.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886020165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:03:13.347Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "aai-ml",
"timestamp": 1643886015643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886021241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:03:13.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "clamp",
"timestamp": 1643886020624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "aai-ml",
"timestamp": 1643886015643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886021424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:03:13.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886021689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-03T11:03:13.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "clamp",
"timestamp": 1643886020624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json",
"status": "NOTIFIED"
}
2022-02-03T11:03:13.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "aai-ml",
"timestamp": 1643886015643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:03:13.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886022610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:03:13.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886022695,
"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-02-03T11:03:13.357Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b326516e-40a2-4678-bc05-6c78240317b4
2022-02-03T11:03:13.357Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b326516e-40a2-4678-bc05-6c78240317b4 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-02-03T11:03:13.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "clamp",
"timestamp": 1643886020624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "aai-ml",
"timestamp": 1643886023548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:03:13.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886023709,
"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-02-03T11:03:13.373Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b326516e-40a2-4678-bc05-6c78240317b4
2022-02-03T11:03:13.373Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b326516e-40a2-4678-bc05-6c78240317b4 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-02-03T11:03:13.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "clamp",
"timestamp": 1643886020624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886024714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json",
"status": "DEPLOY_OK"
}
2022-02-03T11:03:13.380Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "clamp",
"timestamp": 1643886020624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "clamp",
"timestamp": 1643886020624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:03:13.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886026605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:03:13.381Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "clamp",
"timestamp": 1643886020624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:03:13.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-03T11:03:13.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886027701,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:03:13.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886028997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:03:13.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886030545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/vfw32260e6c4da80_modules.json",
"status": "DEPLOY_OK"
}
2022-02-03T11:03:13.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886031551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-03T11:03:13.383Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886032558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/resourceInstances/vfw32260e6c4da80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-03T11:03:13.383Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886033562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-03T11:03:13.383Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "clamp",
"timestamp": 1643886036409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:03:13.384Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "clamp",
"timestamp": 1643886038419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-03T11:03:13.384Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "clamp",
"timestamp": 1643886039425,
"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-02-03T11:03:13.388Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b326516e-40a2-4678-bc05-6c78240317b4
2022-02-03T11:03:13.388Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b326516e-40a2-4678-bc05-6c78240317b4 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-02-03T11:03:13.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "aai-ml",
"timestamp": 1643886042020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203105757/1.0/artifacts/service-Vfw20220203105757-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-03T11:03:13.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:03:13.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:03:13.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "aai-ml",
"timestamp": 1643886043026,
"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-02-03T11:03:13.402Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b326516e-40a2-4678-bc05-6c78240317b4
2022-02-03T11:03:13.402Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b326516e-40a2-4678-bc05-6c78240317b4 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-02-03T11:03:34.705Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b326516e-40a2-4678-bc05-6c78240317b4
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-02-03T11:03:34.721Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b326516e-40a2-4678-bc05-6c78240317b4
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-02-03T11:03:34.725Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-03T11:03:34.725Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-03T11:03:34.725Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-03T11:03:34.725Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-03T11:03:34.726Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-03T11:03:34.726Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-03T11:03:34.726Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-03T11:03:34.727Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-03T11:03:34.727Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-03T11:03:34.727Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-03T11:03:34.727Z|b326516e-40a2-4678-bc05-6c78240317b4|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-02-03T11:03:34.735Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-03T11:04:04.735Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b326516e-40a2-4678-bc05-6c78240317b4 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-02-03T11:04:04.747Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b326516e-40a2-4678-bc05-6c78240317b4 and serviceModelVersionId: 49dfe09f-0cc6-4ae1-9722-aa66929c7446
2022-02-03T11:04:04.748Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f18101fe-1648-4455-aea2-b84b0f060a2e
2022-02-03T11:04:12.752Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:04:12.753Z||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-02-03T11:04:12.754Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:04:19.870Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f18101fe-1648-4455-aea2-b84b0f060a2e/model-vers/model-ver/49dfe09f-0cc6-4ae1-9722-aa66929c7446?depth=0
2022-02-03T11:04:20.039Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-03T11:04:20.578Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f18101fe-1648-4455-aea2-b84b0f060a2e/model-vers/model-ver/49dfe09f-0cc6-4ae1-9722-aa66929c7446?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-02-03T11:04:20.583Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f18101fe-1648-4455-aea2-b84b0f060a2e/model-vers/model-ver/49dfe09f-0cc6-4ae1-9722-aa66929c7446?depth=0|INFO|500||Invoke
2022-02-03T11:04:20.748Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f18101fe-1648-4455-aea2-b84b0f060a2e/model-vers/model-ver/49dfe09f-0cc6-4ae1-9722-aa66929c7446?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-03T11:04:21.119Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f18101fe-1648-4455-aea2-b84b0f060a2e/model-vers/model-ver/49dfe09f-0cc6-4ae1-9722-aa66929c7446?depth=0|INFO|500||InvokeReturn
2022-02-03T11:04:21.123Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f18101fe-1648-4455-aea2-b84b0f060a2e/model-vers/model-ver/49dfe09f-0cc6-4ae1-9722-aa66929c7446?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220203-11:04:20:765-40751], vertex-id=[192696], Content-Length=[0], Date=[Thu, 03 Feb 2022 11:04:20 GMT], Content-Type=[application/json]}
2022-02-03T11:04:21.124Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-02-03T11:04:21.127Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-03T11:04:21.127Z|b326516e-40a2-4678-bc05-6c78240317b4|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-02-03T11:04:21.134Z|b326516e-40a2-4678-bc05-6c78240317b4|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-02-03T11:04:21.135Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b326516e-40a2-4678-bc05-6c78240317b4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-03T11:04:21.136Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-03T11:04:21.136Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:04:21.140Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:04:21.140Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886261135,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-03T11:04:21.239Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-03T11:04:21.241Z||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-02-03T11:04:21.241Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:04:21.255Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:04:21.256Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:04:21.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:04:21.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-03T11:04:21.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b326516e-40a2-4678-bc05-6c78240317b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886261135,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-03T11:04:21.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-02-03T11:04:22.160Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:04:22.161Z|b326516e-40a2-4678-bc05-6c78240317b4|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-02-03T11:04:22.161Z|b326516e-40a2-4678-bc05-6c78240317b4|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 LR5OexLScQndRKKJ) ...
2022-02-03T11:04:32.707Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:04:32.713Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:04:32.716Z|b326516e-40a2-4678-bc05-6c78240317b4|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-02-03T11:04:32.716Z|b326516e-40a2-4678-bc05-6c78240317b4|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 LR5OexLScQndRKKJ) ...
2022-02-03T11:04:42.261Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:04:42.261Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:04:42.262Z|b326516e-40a2-4678-bc05-6c78240317b4|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-02-03T11:04:42.262Z|b326516e-40a2-4678-bc05-6c78240317b4|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 LR5OexLScQndRKKJ) ...
2022-02-03T11:04:51.823Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:04:51.824Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:04:51.825Z|b326516e-40a2-4678-bc05-6c78240317b4|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-02-03T11:04:51.825Z|b326516e-40a2-4678-bc05-6c78240317b4|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 LR5OexLScQndRKKJ) ...
2022-02-03T11:05:01.371Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:05:12.748Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:05:12.749Z|b326516e-40a2-4678-bc05-6c78240317b4|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-02-03T11:05:12.749Z|b326516e-40a2-4678-bc05-6c78240317b4|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 LR5OexLScQndRKKJ) ...
2022-02-03T11:05:12.751Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:05:12.752Z||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-02-03T11:05:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:05:22.297Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:05:22.298Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:06:12.752Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:06:12.752Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:06:12.754Z||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-02-03T11:06:12.754Z|b326516e-40a2-4678-bc05-6c78240317b4|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-02-03T11:06:12.755Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:06:12.755Z|b326516e-40a2-4678-bc05-6c78240317b4|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 LR5OexLScQndRKKJ) ...
2022-02-03T11:06:22.316Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:06:22.316Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:07:12.749Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:07:12.751Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:07:12.754Z||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-02-03T11:07:12.754Z|b326516e-40a2-4678-bc05-6c78240317b4|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-02-03T11:07:12.754Z|b326516e-40a2-4678-bc05-6c78240317b4|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 LR5OexLScQndRKKJ) ...
2022-02-03T11:07:12.754Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:07:22.323Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:07:22.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:12.752Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:08:12.751Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:08:12.759Z||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-02-03T11:08:12.760Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:08:12.759Z|b326516e-40a2-4678-bc05-6c78240317b4|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-02-03T11:08:12.760Z|b326516e-40a2-4678-bc05-6c78240317b4|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 LR5OexLScQndRKKJ) ...
2022-02-03T11:08:13.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:13.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "cds",
"timestamp": 1643886484495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:13.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-03T11:08:13.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "cds",
"timestamp": 1643886484495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:13.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-03T11:08:13.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "cds",
"timestamp": 1643886484495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:13.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-03T11:08:13.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886487998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:13.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-03T11:08:13.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "cds",
"timestamp": 1643886484495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:13.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-03T11:08:13.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886487998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:13.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-03T11:08:13.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "policy-id",
"timestamp": 1643886489182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:13.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-03T11:08:13.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "cds",
"timestamp": 1643886484495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:13.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-03T11:08:13.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886487998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:13.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-03T11:08:13.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "policy-id",
"timestamp": 1643886489182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:13.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-03T11:08:13.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "cds",
"timestamp": 1643886484495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:13.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-03T11:08:13.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886487998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:13.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-03T11:08:13.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "policy-id",
"timestamp": 1643886489182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-03T11:08:13.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-03T11:08:13.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886491790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:13.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-03T11:08:13.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "cds",
"timestamp": 1643886484495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:08:13.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-03T11:08:13.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886487998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:13.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-03T11:08:13.394Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:13.395Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:08:13.395Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"efa5983c-b3a8-42c6-a84b-5cf43c0435bc","serviceName":"basic_onboard_RfGJRv","serviceVersion":"1.0","serviceUUID":"e495a3c1-d7a3-4386-a02c-0585bfe133fb","serviceDescription":"service","serviceInvariantUUID":"7731b4f5-165e-4c52-a5bd-50ace237ded0","resources":[{"resourceInstanceName":"basic_onboard_RfGJRv 0","resourceName":"basic_onboard_RfGJRv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0dcbcadf-949b-4a78-9a34-1b12545a4e15","resourceInvariantUUID":"29aca7a1-8f8f-411a-9d81-e6c56ba78433","resourceCustomizationUUID":"7a3d3fdf-6cd1-428b-aa9d-f5f2392ab82b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vf-license-model.xml","artifactChecksum":"OTE2OWIwZTVlMmQwMTA3ZjBmMWU4ZmFlZWFjNGZhYjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9c1d5d2b-9440-4c1e-95fa-62c258cff4d5","artifactVersion":"1"},{"artifactName":"basic_onboard_rfgjrv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json","artifactChecksum":"YmUwZGZlNzI2YTQ4ZTNmYzVkODE1OGMzNDVkNDM2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8d7d13f4-1b73-4462-ab06-ffa8e92e44d5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f06cc67c-c908-4c28-ae09-aaa3832e6896","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4588909f-06cd-407a-b3c6-7508c368e6f4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5dd171a6-1006-4d03-bafa-1454daa852ef","artifactVersion":"2","generatedFromUUID":"f06cc67c-c908-4c28-ae09-aaa3832e6896"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRfgjrv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-template.yml","artifactChecksum":"ZmIxYWFkOGYzM2UyMjRhNzkwOTZiMjZlMDQ0ZTFjOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b57c2b8-1af2-4838-aa05-0392eda51dfc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRfgjrv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar","artifactChecksum":"OGI0YzViOWYwMGE5ODljNzdlNDFkODU0ZGI1ODIwYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"501b61cd-5e16-4d18-9844-5cddc1458d2a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-03T11:08:13.400Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:08:13.401Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:08:13.407Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:08:13.407Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886492751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:13.507Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:08:13.508Z||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-02-03T11:08:13.508Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:08:13.520Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:13.520Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:08:14.408Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:08:14.409Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:08:14.411Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:08:14.411Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886492751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json",
"status": "NOTIFIED"
}
2022-02-03T11:08:14.511Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:08:14.512Z||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-02-03T11:08:14.512Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:08:14.525Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:14.526Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:08:15.411Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:08:15.412Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:08:15.414Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:08:15.414Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886492751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-03T11:08:15.515Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-03T11:08:15.515Z||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-02-03T11:08:15.516Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:08:15.527Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:15.527Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:08:16.415Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:08:16.416Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:08:16.418Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:08:16.418Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886492751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:16.519Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-03T11:08:16.520Z||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-02-03T11:08:16.520Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:08:16.532Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:16.536Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:08:17.419Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:08:17.419Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:08:17.422Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:08:17.423Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886492751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-03T11:08:17.522Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-03T11:08:17.523Z||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-02-03T11:08:17.523Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:08:17.544Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:17.544Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:08:18.423Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:08:18.424Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:08:18.427Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:08:18.428Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886492751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:08:18.527Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-03T11:08:18.528Z||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-02-03T11:08:18.528Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:08:18.539Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:18.540Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:08:19.428Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:08:19.429Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:08:19.431Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:08:19.436Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886492751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:08:19.531Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-02-03T11:08:19.532Z||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-02-03T11:08:19.532Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:08:19.550Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:19.550Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-02-03T11:08:20.438Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"serviceName": "basic_onboard_RfGJRv",
"serviceVersion": "1.0",
"serviceUUID": "e495a3c1-d7a3-4386-a02c-0585bfe133fb",
"serviceDescription": "service",
"serviceInvariantUUID": "7731b4f5-165e-4c52-a5bd-50ace237ded0",
"resources": [
{
"resourceInstanceName": "basic_onboard_RfGJRv 0",
"resourceCustomizationUUID": "7a3d3fdf-6cd1-428b-aa9d-f5f2392ab82b",
"resourceName": "basic_onboard_RfGJRv",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0dcbcadf-949b-4a78-9a34-1b12545a4e15",
"resourceInvariantUUID": "29aca7a1-8f8f-411a-9d81-e6c56ba78433",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_rfgjrv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json",
"artifactChecksum": "YmUwZGZlNzI2YTQ4ZTNmYzVkODE1OGMzNDVkNDM2MzM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8d7d13f4-1b73-4462-ab06-ffa8e92e44d5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f06cc67c-c908-4c28-ae09-aaa3832e6896",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5dd171a6-1006-4d03-bafa-1454daa852ef",
"generatedFromUUID": "f06cc67c-c908-4c28-ae09-aaa3832e6896"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5dd171a6-1006-4d03-bafa-1454daa852ef",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardRfgjrv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"artifactChecksum": "OGI0YzViOWYwMGE5ODljNzdlNDFkODU0ZGI1ODIwYWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "501b61cd-5e16-4d18-9844-5cddc1458d2a"
}
],
"workloadContext": "Production"
}
2022-02-03T11:08:20.439Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-03T11:08:20.439Z|b326516e-40a2-4678-bc05-6c78240317b4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e495a3c1-d7a3-4386-a02c-0585bfe133fb ASDC
2022-02-03T11:08:20.440Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:efa5983c-b3a8-42c6-a84b-5cf43c0435bc
ServiceName:basic_onboard_RfGJRv
ServiceVersion:1.0
ServiceUUID:e495a3c1-d7a3-4386-a02c-0585bfe133fb
ServiceInvariantUUID:7731b4f5-165e-4c52-a5bd-50ace237ded0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRfgjrv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar
ArtifactUUID:501b61cd-5e16-4d18-9844-5cddc1458d2a
ArtifactChecksum:OGI0YzViOWYwMGE5ODljNzdlNDFkODU0ZGI1ODIwYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_RfGJRv 0
ResourceCustomizationUUID:7a3d3fdf-6cd1-428b-aa9d-f5f2392ab82b
ResourceInvariantUUID:29aca7a1-8f8f-411a-9d81-e6c56ba78433
ResourceName:basic_onboard_RfGJRv
ResourceType:VF
ResourceUUID:0dcbcadf-949b-4a78-9a34-1b12545a4e15
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rfgjrv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json
ArtifactUUID:8d7d13f4-1b73-4462-ab06-ffa8e92e44d5
ArtifactChecksum:YmUwZGZlNzI2YTQ4ZTNmYzVkODE1OGMzNDVkNDM2MzM=
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/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f06cc67c-c908-4c28-ae09-aaa3832e6896
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/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env
ArtifactUUID:5dd171a6-1006-4d03-bafa-1454daa852ef
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/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env
ArtifactUUID:5dd171a6-1006-4d03-bafa-1454daa852ef
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-03T11:08:20.440Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e495a3c1-d7a3-4386-a02c-0585bfe133fb 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-02-03T11:08:20.484Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-03T11:08:20.486Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-03T11:08:20.486Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-03T11:08:20.486Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 501b61cd-5e16-4d18-9844-5cddc1458d2a from URL: /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:20.486Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-03T11:08:20.487Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:20.624Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-03T11:08:20.627Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar 501b61cd-5e16-4d18-9844-5cddc1458d2a 71569
2022-02-03T11:08:20.628Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar ASDC sendASDCNotification
2022-02-03T11:08:20.628Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:20.628Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-03T11:08:20.629Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:08:20.632Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:08:20.632Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886500628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:08:20.733Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-03T11:08:20.734Z||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-02-03T11:08:20.734Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:08:20.755Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:20.755Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:08:21.634Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-03T11:08:21.635Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-03T11:08:21.635Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 501b61cd-5e16-4d18-9844-5cddc1458d2a, URL: /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar to file: /app/ASDC/1/service-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:21.636Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:21.636Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:21.636Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:21.862Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2179231984941821058/Definitions/service-BasicOnboardRfgjrv-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-02-03T11:08:23.203Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-03T11:08:23.204Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-03T11:08:23.204Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:23.205Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-03T11:08:23.205Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||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-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:23.205Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|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-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:23.205Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RfGJRv 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-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:23.206Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|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-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:23.206Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|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-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:23.206Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:23.206Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:23.206Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|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-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:23.206Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|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-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:23.206Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-03T11:08:23.206Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:23.207Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:08:23.207Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_RfGJRv 0 is matching search criteria
2022-02-03T11:08:23.207Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-03T11:08:23.207Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_RfGJRv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-03T11:08:23.208Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:23.208Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:08:23.208Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_RfGJRv 0 is matching search criteria
2022-02-03T11:08:23.208Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-03T11:08:23.208Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_RfGJRv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-03T11:08:23.208Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:23.208Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:08:23.209Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:23.209Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_RfGJRv 0 is not matching search criteria
2022-02-03T11:08:23.209Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-03T11:08:23.209Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-03T11:08:23.209Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-03T11:08:23.209Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-03T11:08:23.210Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-03T11:08:23.210Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:23.210Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-03T11:08:23.210Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:23.210Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_RfGJRv 0 is matching search criteria
2022-02-03T11:08:23.210Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_RfGJRv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:08:23.211Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:23.211Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_RfGJRv 0 is matching search criteria
2022-02-03T11:08:23.211Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_RfGJRv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:08:23.211Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:23.211Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_RfGJRv 0 is matching search criteria
2022-02-03T11:08:23.212Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_RfGJRv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:08:23.212Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:23.212Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_RfGJRv 0 is not matching search criteria
2022-02-03T11:08:23.212Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-03T11:08:23.212Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-03T11:08:23.212Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f5a9a48b-17ca-4f26-87c4-5a6eabeef2c9
2022-02-03T11:08:23.213Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:23.213Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:08:23.213Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:23.213Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:08:23.213Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:23.213Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:08:23.214Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:23.214Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:08:23.214Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_RfGJRv
Description:service
Model UUID:e495a3c1-d7a3-4386-a02c-0585bfe133fb
Model Version:NULL
Model InvariantUuid:7731b4f5-165e-4c52-a5bd-50ace237ded0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_RfGJRv
Model UUID:fd19fcaf-053c-4861-bd9b-9df3e53dfe3b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:29aca7a1-8f8f-411a-9d81-e6c56ba78433
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7a3d3fdf-6cd1-428b-aa9d-f5f2392ab82b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cb9c68ff-2fd5-4d26-a495-53b7a5e60ddf
ModelName:BasicOnboardRfgjrv..base_ubuntu18..module-0
ModelUuid:5ad18a4f-0ddb-4fd0-9f16-f75341aea598
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f5a9a48b-17ca-4f26-87c4-5a6eabeef2c9
ModelInvariantUuid:d4fdd276-fe10-4565-931b-4448620cc508
ModelName:basic_onboard_RfGJRv-nodes.ubuntu18Cvfc
ModelUuid:5295a0b2-606f-4627-a639-d7b6b8cce9e0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:df1c8ad4-4cbc-4227-ab2d-bdf360ce40bb
ModelInvariantUuid:b79194ba-676d-4295-8127-aacb1dbffc4b
ModelName:BasicOnboardRfgjrv.compute.nodes.heat.ubuntu18
ModelUuid:5e953f6f-9351-4b88-8380-df701d3e5cc8
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-02-03T11:08:23.222Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 0dcbcadf-949b-4a78-9a34-1b12545a4e15
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-02-03T11:08:23.226Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||basic_onboard_RfGJRv 0
2022-02-03T11:08:23.226Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0dcbcadf-949b-4a78-9a34-1b12545a4e15
2022-02-03T11:08:23.226Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8d7d13f4-1b73-4462-ab06-ffa8e92e44d5 from URL: /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json
2022-02-03T11:08:23.226Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-03T11:08:23.226Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json
2022-02-03T11:08:23.278Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-03T11:08:23.279Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json 8d7d13f4-1b73-4462-ab06-ffa8e92e44d5 798
2022-02-03T11:08:23.279Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json ASDC sendASDCNotification
2022-02-03T11:08:23.279Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json
2022-02-03T11:08:23.279Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-03T11:08:23.279Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:08:23.281Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:08:23.281Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886503279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:08:23.382Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-03T11:08:23.383Z||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-02-03T11:08:23.383Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:08:23.523Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:23.524Z||pool-27-thread-1|||||INFO|500||cambria reply ok (142 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:08:24.282Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRfgjrv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "cb9c68ff-2fd5-4d26-a495-53b7a5e60ddf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5ad18a4f-0ddb-4fd0-9f16-f75341aea598",
"vfModuleModelCustomizationUUID": "c8ea9985-336d-4ef3-b7ae-8ad8f2d8e5a0",
"isBase": true,
"artifacts": [
"f06cc67c-c908-4c28-ae09-aaa3832e6896",
"5dd171a6-1006-4d03-bafa-1454daa852ef"
],
"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-02-03T11:08:24.288Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRfgjrv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ad18a4f-0ddb-4fd0-9f16-f75341aea598
VfModuleModelInvariantUUID:cb9c68ff-2fd5-4d26-a495-53b7a5e60ddf
VfModuleModelDescription:NULL
Artifacts UUID List:{
f06cc67c-c908-4c28-ae09-aaa3832e6896
,
5dd171a6-1006-4d03-bafa-1454daa852ef
}
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-02-03T11:08:24.290Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRfgjrv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "cb9c68ff-2fd5-4d26-a495-53b7a5e60ddf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5ad18a4f-0ddb-4fd0-9f16-f75341aea598",
"vfModuleModelCustomizationUUID": "c8ea9985-336d-4ef3-b7ae-8ad8f2d8e5a0",
"isBase": true,
"artifacts": [
"f06cc67c-c908-4c28-ae09-aaa3832e6896",
"5dd171a6-1006-4d03-bafa-1454daa852ef"
],
"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-02-03T11:08:24.290Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRfgjrv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ad18a4f-0ddb-4fd0-9f16-f75341aea598
VfModuleModelInvariantUUID:cb9c68ff-2fd5-4d26-a495-53b7a5e60ddf
VfModuleModelDescription:NULL
Artifacts UUID List:{
f06cc67c-c908-4c28-ae09-aaa3832e6896
,
5dd171a6-1006-4d03-bafa-1454daa852ef
}
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-02-03T11:08:24.291Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f06cc67c-c908-4c28-ae09-aaa3832e6896 from URL: /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml
2022-02-03T11:08:24.291Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-03T11:08:24.291Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml
2022-02-03T11:08:24.356Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-03T11:08:24.356Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml f06cc67c-c908-4c28-ae09-aaa3832e6896 5033
2022-02-03T11:08:24.356Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-03T11:08:24.356Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml
2022-02-03T11:08:24.357Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-03T11:08:24.357Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:08:24.359Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:08:24.359Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886504356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:08:24.459Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:08:24.460Z||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-02-03T11:08:24.460Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:08:24.472Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:24.472Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:08:25.360Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5dd171a6-1006-4d03-bafa-1454daa852ef from URL: /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env
2022-02-03T11:08:25.360Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-03T11:08:25.361Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env
2022-02-03T11:08:25.453Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-03T11:08:25.453Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env 5dd171a6-1006-4d03-bafa-1454daa852ef 909
2022-02-03T11:08:25.453Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-03T11:08:25.453Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env
2022-02-03T11:08:25.453Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-03T11:08:25.454Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:08:25.455Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:08:25.455Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886505453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:08:25.555Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:08:25.556Z||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-02-03T11:08:25.556Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:08:25.568Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:25.569Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:08:26.456Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e495a3c1-d7a3-4386-a02c-0585bfe133fb
2022-02-03T11:08:26.456Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RfGJRv 0 0dcbcadf-949b-4a78-9a34-1b12545a4e15 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-02-03T11:08:26.473Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@243d0ce5, org.onap.sdc.toscaparser.api.parameters.Input@547e28, org.onap.sdc.toscaparser.api.parameters.Input@6442b027, org.onap.sdc.toscaparser.api.parameters.Input@21fb76f, org.onap.sdc.toscaparser.api.parameters.Input@4e89d9ed]
2022-02-03T11:08:26.476Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:26.476Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:08:26.477Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-02-03T11:08:26.477Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 7a3d3fdf-6cd1-428b-aa9d-f5f2392ab82b
2022-02-03T11:08:26.477Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7a3d3fdf-6cd1-428b-aa9d-f5f2392ab82b matches Tosca VF Customization UUID: 7a3d3fdf-6cd1-428b-aa9d-f5f2392ab82b
2022-02-03T11:08:26.477Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 7a3d3fdf-6cd1-428b-aa9d-f5f2392ab82b 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-02-03T11:08:26.481Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:26.481Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:08:26.482Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 7a3d3fdf-6cd1-428b-aa9d-f5f2392ab82b: {\"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-02-03T11:08:26.482Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63e66513
2022-02-03T11:08:26.482Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:26.483Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-03T11:08:26.483Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c8ea9985-336d-4ef3-b7ae-8ad8f2d8e5a0
2022-02-03T11:08:26.483Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c8ea9985-336d-4ef3-b7ae-8ad8f2d8e5a0
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-02-03T11:08:26.486Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:26.486Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_RfGJRv 0 is matching search criteria
2022-02-03T11:08:26.486Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_RfGJRv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:08:26.487Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:26.487Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_RfGJRv 0 is matching search criteria
2022-02-03T11:08:26.487Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_RfGJRv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:08:26.488Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:26.488Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_RfGJRv 0 is not matching search criteria
2022-02-03T11:08:26.489Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-03T11:08:26.489Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-03T11:08:26.489Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f5a9a48b-17ca-4f26-87c4-5a6eabeef2c9
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-02-03T11:08:26.491Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:26.491Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_RfGJRv 0 is matching search criteria
2022-02-03T11:08:26.492Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_RfGJRv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:08:26.492Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:26.492Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_RfGJRv 0 is matching search criteria
2022-02-03T11:08:26.493Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_RfGJRv 0] matching following query criteria: sdcType=VF, customizationUUID=7a3d3fdf-6cd1-428b-aa9d-f5f2392ab82b
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-02-03T11:08:26.495Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:26.495Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:08:26.496Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e495a3c1-d7a3-4386-a02c-0585bfe133fb: basic_onboard_RfGJRv
2022-02-03T11:08:26.496Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:26.496Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:08:26.496Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:26.496Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:08:26.497Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:26.497Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:08:26.497Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:26.497Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:08:26.498Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:08:26.498Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_RfGJRv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:08:26.498Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_RfGJRv
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-02-03T11:08:26.617Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RfGJRv 0dcbcadf-949b-4a78-9a34-1b12545a4e15 1 ASDC deployResourceStructure
2022-02-03T11:08:26.618Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json ASDC sendASDCNotification
2022-02-03T11:08:26.618Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json
2022-02-03T11:08:26.632Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-03T11:08:26.637Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:08:26.642Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:08:26.642Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886506618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-03T11:08:26.741Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-03T11:08:26.742Z||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-02-03T11:08:26.742Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:08:26.758Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:26.758Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:08:27.643Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-03T11:08:27.644Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml
2022-02-03T11:08:27.644Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-03T11:08:27.644Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:08:27.646Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:08:27.646Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886507643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-03T11:08:27.747Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:08:27.748Z||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-02-03T11:08:27.748Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:08:27.763Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:27.763Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:08:28.647Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-03T11:08:28.648Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env
2022-02-03T11:08:28.648Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-03T11:08:28.649Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:08:28.653Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:08:28.653Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886508647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-03T11:08:28.753Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:08:28.754Z||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-02-03T11:08:28.754Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:08:28.766Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:28.766Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:08:29.654Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar ASDC sendASDCNotification
2022-02-03T11:08:29.654Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar
2022-02-03T11:08:29.654Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-03T11:08:29.654Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:08:29.663Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:08:29.663Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886509654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-03T11:08:29.760Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-02-03T11:08:29.761Z||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-02-03T11:08:29.761Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:08:29.774Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:08:29.774Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:08:30.666Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa5983c-b3a8-42c6-a84b-5cf43c0435bc
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-02-03T11:08:30.680Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa5983c-b3a8-42c6-a84b-5cf43c0435bc
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-02-03T11:08:30.683Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-03T11:08:30.683Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-03T11:08:30.683Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-03T11:09:00.684Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa5983c-b3a8-42c6-a84b-5cf43c0435bc
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-02-03T11:09:00.697Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa5983c-b3a8-42c6-a84b-5cf43c0435bc
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-02-03T11:09:00.700Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-03T11:09:00.700Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-03T11:09:00.701Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-03T11:09:12.751Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:09:12.752Z||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-02-03T11:09:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:09:12.782Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:09:12.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:09:12.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "policy-id",
"timestamp": 1643886489182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:09:12.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:09:30.702Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa5983c-b3a8-42c6-a84b-5cf43c0435bc
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-02-03T11:09:30.730Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa5983c-b3a8-42c6-a84b-5cf43c0435bc
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-02-03T11:09:30.734Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-03T11:09:30.734Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-03T11:09:30.734Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-03T11:10:00.735Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa5983c-b3a8-42c6-a84b-5cf43c0435bc
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-02-03T11:10:00.748Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa5983c-b3a8-42c6-a84b-5cf43c0435bc
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-02-03T11:10:00.761Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-03T11:10:00.762Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-03T11:10:00.762Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-03T11:10:12.752Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:10:12.753Z||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-02-03T11:10:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:10:12.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:10:12.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:10:12.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886492311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:10:12.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:10:30.763Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa5983c-b3a8-42c6-a84b-5cf43c0435bc
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-02-03T11:10:30.777Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa5983c-b3a8-42c6-a84b-5cf43c0435bc
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-02-03T11:10:30.791Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-03T11:10:30.791Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-03T11:10:30.791Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-03T11:11:00.793Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa5983c-b3a8-42c6-a84b-5cf43c0435bc
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-02-03T11:11:00.810Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa5983c-b3a8-42c6-a84b-5cf43c0435bc
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-02-03T11:11:00.812Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-03T11:11:00.813Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-03T11:11:00.813Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-03T11:11:12.752Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:11:12.753Z||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-02-03T11:11:12.753Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:11:13.280Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:11:13.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886492751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886491790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json",
"status": "NOTIFIED"
}
2022-02-03T11:11:13.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886487998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "cds",
"timestamp": 1643886493757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:11:13.288Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "policy-id",
"timestamp": 1643886489182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886492311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886492751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json",
"status": "NOTIFIED"
}
2022-02-03T11:11:13.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886491790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-03T11:11:13.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886487998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:11:13.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "cds",
"timestamp": 1643886494766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-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-02-03T11:11:13.297Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of efa5983c-b3a8-42c6-a84b-5cf43c0435bc
2022-02-03T11:11:13.297Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa5983c-b3a8-42c6-a84b-5cf43c0435bc 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-02-03T11:11:13.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "policy-id",
"timestamp": 1643886489182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886492311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886492751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-03T11:11:13.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886491790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886495814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:11:13.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "policy-id",
"timestamp": 1643886489182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:11:13.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886492311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "aai-ml",
"timestamp": 1643886495643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886492751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886491790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-03T11:11:13.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886492311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "policy-id",
"timestamp": 1643886497068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:11:13.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "aai-ml",
"timestamp": 1643886495643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886492751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-03T11:11:13.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886491790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886492311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "policy-id",
"timestamp": 1643886498072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-03T11:11:13.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "aai-ml",
"timestamp": 1643886495643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886492751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886498444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-03T11:11:13.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886491790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:11:13.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886492311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "policy-id",
"timestamp": 1643886499076,
"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-02-03T11:11:13.333Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efa5983c-b3a8-42c6-a84b-5cf43c0435bc
2022-02-03T11:11:13.334Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa5983c-b3a8-42c6-a84b-5cf43c0435bc 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-02-03T11:11:13.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "aai-ml",
"timestamp": 1643886495643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886492751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:11:13.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886499450,
"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-02-03T11:11:13.349Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of efa5983c-b3a8-42c6-a84b-5cf43c0435bc
2022-02-03T11:11:13.349Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa5983c-b3a8-42c6-a84b-5cf43c0435bc 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-02-03T11:11:13.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886499914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:11:13.359Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "aai-ml",
"timestamp": 1643886495643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886500628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:11:13.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886501209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:11:13.362Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "clamp",
"timestamp": 1643886500624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "aai-ml",
"timestamp": 1643886495643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "clamp",
"timestamp": 1643886500624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json",
"status": "NOTIFIED"
}
2022-02-03T11:11:13.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886502329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:11:13.364Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "aai-ml",
"timestamp": 1643886495643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:11:13.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886503279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:11:13.365Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "clamp",
"timestamp": 1643886500624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886503395,
"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-02-03T11:11:13.372Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efa5983c-b3a8-42c6-a84b-5cf43c0435bc
2022-02-03T11:11:13.373Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa5983c-b3a8-42c6-a84b-5cf43c0435bc 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-02-03T11:11:13.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "aai-ml",
"timestamp": 1643886503439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:11:13.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "clamp",
"timestamp": 1643886500624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886504356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:11:13.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886504402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-03T11:11:13.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "clamp",
"timestamp": 1643886500624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886505453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:11:13.387Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "clamp",
"timestamp": 1643886500624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:11:13.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886506618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/basic_onboard_rfgjrv0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-03T11:11:13.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "clamp",
"timestamp": 1643886500624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:11:13.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-03T11:11:13.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886507643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-03T11:11:13.390Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886508647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/resourceInstances/basic_onboard_rfgjrv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-03T11:11:13.391Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886509654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-03T11:11:13.392Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "aai-ml",
"timestamp": 1643886513774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-03T11:11:13.392Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "aai-ml",
"timestamp": 1643886514778,
"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-02-03T11:11:13.398Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of efa5983c-b3a8-42c6-a84b-5cf43c0435bc
2022-02-03T11:11:13.399Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa5983c-b3a8-42c6-a84b-5cf43c0435bc 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-02-03T11:11:13.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "clamp",
"timestamp": 1643886517469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:11:13.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "clamp",
"timestamp": 1643886519478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRfgjrv/1.0/artifacts/service-BasicOnboardRfgjrv-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-03T11:11:13.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:11:13.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:11:13.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "clamp",
"timestamp": 1643886520483,
"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-02-03T11:11:13.414Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of efa5983c-b3a8-42c6-a84b-5cf43c0435bc
2022-02-03T11:11:13.414Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa5983c-b3a8-42c6-a84b-5cf43c0435bc 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-02-03T11:11:30.813Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa5983c-b3a8-42c6-a84b-5cf43c0435bc
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-02-03T11:11:30.825Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa5983c-b3a8-42c6-a84b-5cf43c0435bc
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-02-03T11:11:30.828Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-03T11:11:30.828Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-03T11:11:30.828Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-03T11:11:30.828Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-03T11:11:30.828Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-03T11:11:30.828Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-03T11:11:30.828Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-03T11:11:30.829Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-03T11:11:30.829Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-03T11:11:30.829Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-03T11:11:30.829Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|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-02-03T11:11:30.834Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-03T11:12:00.839Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efa5983c-b3a8-42c6-a84b-5cf43c0435bc 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-02-03T11:12:00.848Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efa5983c-b3a8-42c6-a84b-5cf43c0435bc and serviceModelVersionId: e495a3c1-d7a3-4386-a02c-0585bfe133fb
2022-02-03T11:12:00.848Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7731b4f5-165e-4c52-a5bd-50ace237ded0
2022-02-03T11:12:00.850Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7731b4f5-165e-4c52-a5bd-50ace237ded0/model-vers/model-ver/e495a3c1-d7a3-4386-a02c-0585bfe133fb?depth=0
2022-02-03T11:12:00.859Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-03T11:12:00.945Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7731b4f5-165e-4c52-a5bd-50ace237ded0/model-vers/model-ver/e495a3c1-d7a3-4386-a02c-0585bfe133fb?depth=0|INFO|500||Invoke
2022-02-03T11:12:00.945Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7731b4f5-165e-4c52-a5bd-50ace237ded0/model-vers/model-ver/e495a3c1-d7a3-4386-a02c-0585bfe133fb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7731b4f5-165e-4c52-a5bd-50ace237ded0/model-vers/model-ver/e495a3c1-d7a3-4386-a02c-0585bfe133fb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[efa5983c-b3a8-42c6-a84b-5cf43c0435bc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[17f809fc-ebf2-4309-8dcd-78b5dff0673c], X-ECOMP-RequestID=[efa5983c-b3a8-42c6-a84b-5cf43c0435bc], X-TransactionId=[], X-ONAP-RequestID=[efa5983c-b3a8-42c6-a84b-5cf43c0435bc], Content-Type=[application/merge-patch+json]}
2022-02-03T11:12:00.976Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7731b4f5-165e-4c52-a5bd-50ace237ded0/model-vers/model-ver/e495a3c1-d7a3-4386-a02c-0585bfe133fb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-03T11:12:01.302Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7731b4f5-165e-4c52-a5bd-50ace237ded0/model-vers/model-ver/e495a3c1-d7a3-4386-a02c-0585bfe133fb?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/7731b4f5-165e-4c52-a5bd-50ace237ded0/model-vers/model-ver/e495a3c1-d7a3-4386-a02c-0585bfe133fb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220203-11:12:00:990-70770], vertex-id=[205032], Content-Length=[0], Date=[Thu, 03 Feb 2022 11:12:00 GMT], Content-Type=[application/json]}
2022-02-03T11:12:01.302Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7731b4f5-165e-4c52-a5bd-50ace237ded0/model-vers/model-ver/e495a3c1-d7a3-4386-a02c-0585bfe133fb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-03T11:12:01.303Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7731b4f5-165e-4c52-a5bd-50ace237ded0/model-vers/model-ver/e495a3c1-d7a3-4386-a02c-0585bfe133fb?depth=0|INFO|500||InvokeReturn
2022-02-03T11:12:01.303Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-03T11:12:01.304Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|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-02-03T11:12:01.311Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|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-02-03T11:12:01.311Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efa5983c-b3a8-42c6-a84b-5cf43c0435bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-03T11:12:01.311Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-03T11:12:01.312Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:12:01.315Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:12:01.315Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886721311,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-03T11:12:01.415Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:12:01.417Z||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-02-03T11:12:01.417Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:12:01.433Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:12:01.434Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 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-02-03T11:12:02.334Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:12:02.335Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|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-02-03T11:12:02.335Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|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 LR5OexLScQndRKKJ) ...
2022-02-03T11:12:12.752Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:12:12.754Z||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-02-03T11:12:12.754Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:12:13.295Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:12:13.296Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:12:13.297Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|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-02-03T11:12:13.297Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|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 LR5OexLScQndRKKJ) ...
2022-02-03T11:12:13.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:12:13.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:12:13.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa5983c-b3a8-42c6-a84b-5cf43c0435bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643886721311,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-03T11:12:13.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:12:22.841Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:12:22.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:12:22.850Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-03T11:12:22.851Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LR5OexLScQndRKKJ) ...
2022-02-03T11:12:32.395Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:12:32.396Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:12:32.396Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-03T11:12:32.396Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LR5OexLScQndRKKJ) ...
2022-02-03T11:12:41.969Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:13:12.748Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:13:12.749Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-03T11:13:12.749Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LR5OexLScQndRKKJ) ...
2022-02-03T11:13:12.751Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:13:12.752Z||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-02-03T11:13:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:13:22.297Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:13:22.300Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:14:12.750Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:14:12.751Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:14:12.752Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-03T11:14:12.752Z||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-02-03T11:14:12.752Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LR5OexLScQndRKKJ) ...
2022-02-03T11:14:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:14:22.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:14:22.305Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:15:12.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:15:12.751Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-03T11:15:12.751Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LR5OexLScQndRKKJ) ...
2022-02-03T11:15:12.751Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:15:12.752Z||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-02-03T11:15:12.752Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:15:22.303Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:15:22.307Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:16:12.750Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:16:12.752Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:16:12.754Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-03T11:16:12.754Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LR5OexLScQndRKKJ) ...
2022-02-03T11:16:12.754Z||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-02-03T11:16:12.754Z||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 LR5OexLScQndRKKJ) ...
2022-02-03T11:16:22.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:16:22.307Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:17:12.751Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:17:12.751Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-03T11:17:12.761Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-03T11:17:12.761Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|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-02-03T11:17:12.762Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LR5OexLScQndRKKJ) ...
2022-02-03T11:17:12.762Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|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 LR5OexLScQndRKKJ) ...
2022-02-03T11:17:13.405Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:17:13.405Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:17:13.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b09301a-5467-4b06-ae3f-df21954822cc","serviceName":"vFW 2022-02-03 11-14-45","serviceVersion":"1.0","serviceUUID":"6f1e303a-ea15-4871-8e95-711dee6ec02a","serviceDescription":"catalog service description","serviceInvariantUUID":"d243a94a-b49d-47f3-b4b5-8ecc5cd60444","resources":[{"resourceInstanceName":"vFW 879c8154-5a4e 0","resourceName":"vFW 879c8154-5a4e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"440ea1a4-497b-4b71-8bc7-0b23b7e9bb8b","resourceInvariantUUID":"c458b738-19bd-49bd-954a-63849d02c71f","resourceCustomizationUUID":"71e8e292-0b7f-49a7-a5ed-5c2802d39bcc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vf-license-model.xml","artifactChecksum":"NTE2ZTUxMTdmMzQ3NDg3ZWY1OTc1N2JiMDU0YjNkYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38b82a7d-91a0-4f1a-a497-c6c8e8e4e089","artifactVersion":"1"},{"artifactName":"vfw879c81545a4e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json","artifactChecksum":"MzAxMGZjZjkyZGY5M2FhNDc5ZjNlNzE2MjMxMTI5OTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c69ea1d8-7567-4a75-bb78-226c883fbb35","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"850bd928-8fac-4d30-b029-bcacd4611b65","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vendor-license-model.xml","artifactChecksum":"NTFhMmJhMTgzODYxYTc1N2MyZmIzNDYyNGRkNmI4YTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1732757d-ffc4-4f52-bda8-98d96b054000","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7545b588-8aff-4fcc-9f32-16898c1d6b19","artifactVersion":"2","generatedFromUUID":"850bd928-8fac-4d30-b029-bcacd4611b65"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220203111445-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-template.yml","artifactChecksum":"MmNhZGQ1MDlmNzRjODE5YTI5ZDU1YTFiNzhhYmU1OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5460a4ec-aa1a-43a7-b347-1d142c357a4c","artifactVersion":"1"},{"artifactName":"service-Vfw20220203111445-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar","artifactChecksum":"ZTJhOWY5Y2M0NTg5OTUyNDk5NDIwMTk4NDE1NjYwNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed2609e6-57e8-4932-95e5-8e425a1b89ff","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-03T11:17:13.410Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.410Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "clamp",
"timestamp": 1643886980624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.411Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.411Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.412Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "aai-ml",
"timestamp": 1643886975644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.413Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.413Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.413Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "cds",
"timestamp": 1643886979497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.413Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.414Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.414Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "clamp",
"timestamp": 1643886980624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json",
"status": "NOTIFIED"
}
2022-02-03T11:17:13.414Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.415Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.415Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "aai-ml",
"timestamp": 1643886975644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.416Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.416Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:17:13.416Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.416Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "cds",
"timestamp": 1643886979497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.417Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:17:13.417Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.417Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.417Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "clamp",
"timestamp": 1643886980624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.418Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.418Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.418Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "aai-ml",
"timestamp": 1643886975644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.418Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.419Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.419Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "cds",
"timestamp": 1643886979497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.419Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.420Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.420Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "clamp",
"timestamp": 1643886980624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.420Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.420Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.421Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "aai-ml",
"timestamp": 1643886975644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.421Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.421Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.421Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "cds",
"timestamp": 1643886979497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.422Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.422Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:17:13.422Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643887032751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.422Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.422Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "clamp",
"timestamp": 1643886980624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.423Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.423Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.423Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "aai-ml",
"timestamp": 1643886975644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.424Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.424Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.424Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "cds",
"timestamp": 1643886979497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.424Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.425Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.425Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "clamp",
"timestamp": 1643886980624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.425Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.425Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.426Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "aai-ml",
"timestamp": 1643886975644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.426Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.426Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.426Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "cds",
"timestamp": 1643886979497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.427Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.427Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.427Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "clamp",
"timestamp": 1643886980624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:17:13.428Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.428Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.428Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "cds",
"timestamp": 1643886979497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:17:13.429Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.429Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.429Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "aai-ml",
"timestamp": 1643886975644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:17:13.430Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.430Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.430Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "policy-id",
"timestamp": 1643886989187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.431Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.431Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.431Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "policy-id",
"timestamp": 1643886989187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.431Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.432Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.432Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "cds",
"timestamp": 1643886991008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:17:13.432Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:17:13.432Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.432Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "aai-ml",
"timestamp": 1643886991070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:17:13.433Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:17:13.433Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.433Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "policy-id",
"timestamp": 1643886989187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-03T11:17:13.433Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.433Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.434Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "cds",
"timestamp": 1643886992022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-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-02-03T11:17:13.456Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b09301a-5467-4b06-ae3f-df21954822cc
2022-02-03T11:17:13.456Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b09301a-5467-4b06-ae3f-df21954822cc 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-02-03T11:17:13.465Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.465Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.466Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.466Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.466Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "policy-id",
"timestamp": 1643886989187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.466Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.466Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.467Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886992311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.467Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.467Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.467Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json",
"status": "NOTIFIED"
}
2022-02-03T11:17:13.467Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.468Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.468Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "policy-id",
"timestamp": 1643886989187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.468Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.468Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.468Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886992311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.469Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.469Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.469Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-03T11:17:13.469Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.469Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.469Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "policy-id",
"timestamp": 1643886989187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.470Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.470Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.471Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886992311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.471Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.471Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.471Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.471Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.472Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.472Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "policy-id",
"timestamp": 1643886989187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:17:13.472Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.472Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.472Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886992311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.473Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.473Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.473Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-03T11:17:13.474Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.474Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.474Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886992311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.474Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.474Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.474Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "policy-id",
"timestamp": 1643886997080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:17:13.475Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:17:13.475Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.475Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.475Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.475Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.476Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886992311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.476Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.476Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.476Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "policy-id",
"timestamp": 1643886998086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-03T11:17:13.476Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:17:13.477Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.477Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643886991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:17:13.478Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.478Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.478Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886997998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.478Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.478Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.479Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1643886992311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.479Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.479Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.479Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "policy-id",
"timestamp": 1643886999089,
"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-02-03T11:17:13.485Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b09301a-5467-4b06-ae3f-df21954822cc
2022-02-03T11:17:13.485Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b09301a-5467-4b06-ae3f-df21954822cc 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-02-03T11:17:13.500Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.500Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "clamp",
"timestamp": 1643886999557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:17:13.500Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:17:13.501Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.501Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886997998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.501Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.501Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.501Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643887000125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:17:13.502Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:17:13.502Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.502Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886997998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.503Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.504Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.504Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643887001317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:17:13.504Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:17:13.504Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.505Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "clamp",
"timestamp": 1643887001567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-03T11:17:13.506Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:17:13.507Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.507Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886997998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.508Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.508Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.508Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "clamp",
"timestamp": 1643887002571,
"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-02-03T11:17:13.513Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b09301a-5467-4b06-ae3f-df21954822cc
2022-02-03T11:17:13.513Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b09301a-5467-4b06-ae3f-df21954822cc 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-02-03T11:17:13.522Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.522Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:17:13.522Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886997998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.523Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.523Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.523Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643887002717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:17:13.524Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:17:13.524Z||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-02-03T11:17:13.524Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:17:13.524Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.524Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "aai-ml",
"timestamp": 1643887003100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-03T11:17:13.525Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:17:13.525Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.525Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886997998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:13.525Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.525Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.526Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643887003749,
"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-02-03T11:17:13.531Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b09301a-5467-4b06-ae3f-df21954822cc
2022-02-03T11:17:13.532Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b09301a-5467-4b06-ae3f-df21954822cc 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-02-03T11:17:13.539Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.539Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "aai-ml",
"timestamp": 1643887004106,
"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-02-03T11:17:13.544Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b09301a-5467-4b06-ae3f-df21954822cc
2022-02-03T11:17:13.545Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b09301a-5467-4b06-ae3f-df21954822cc and ComponentName AAI
2022-02-03T11:17:13.546Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:17:13.546Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
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-02-03T11:17:13.555Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.556Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643886997998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:17:13.556Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-03T11:17:13.556Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.556Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643887004755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-03T11:17:13.557Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:17:13.557Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.557Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643887005810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:17:13.557Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:17:13.558Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.558Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643887009414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-03T11:17:13.558Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-03T11:17:13.558Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-03T11:17:13.558Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643887010419,
"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-02-03T11:17:13.563Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b09301a-5467-4b06-ae3f-df21954822cc
2022-02-03T11:17:13.563Z|efa5983c-b3a8-42c6-a84b-5cf43c0435bc|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b09301a-5467-4b06-ae3f-df21954822cc 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-02-03T11:17:14.423Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:17:14.424Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:17:14.428Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:17:14.428Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643887032751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json",
"status": "NOTIFIED"
}
2022-02-03T11:17:14.527Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-03T11:17:14.528Z||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-02-03T11:17:14.528Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:17:14.545Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:17:14.546Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:17:15.428Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:17:15.429Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:17:15.432Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:17:15.432Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643887032751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-03T11:17:15.532Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:17:15.533Z||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-02-03T11:17:15.533Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:17:15.547Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:17:15.547Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:17:16.432Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:17:16.433Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:17:16.436Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:17:16.436Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643887032751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:16.536Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:17:16.537Z||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-02-03T11:17:16.537Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:17:16.548Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:17:16.549Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:17:17.436Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:17:17.439Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:17:17.441Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:17:17.442Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643887032751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-03T11:17:17.542Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:17:17.543Z||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-02-03T11:17:17.543Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:17:17.552Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:17:17.553Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:17:18.442Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:17:18.443Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:17:18.445Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:17:18.446Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643887032751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-03T11:17:18.547Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:17:18.548Z||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-02-03T11:17:18.548Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:17:18.559Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:17:18.560Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:17:19.447Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-03T11:17:19.448Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:17:19.450Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:17:19.450Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643887032751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "NOTIFIED"
}
2022-02-03T11:17:19.550Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:17:19.551Z||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-02-03T11:17:19.552Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:17:19.569Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:17:19.570Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:17:20.452Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"serviceName": "vFW 2022-02-03 11-14-45",
"serviceVersion": "1.0",
"serviceUUID": "6f1e303a-ea15-4871-8e95-711dee6ec02a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d243a94a-b49d-47f3-b4b5-8ecc5cd60444",
"resources": [
{
"resourceInstanceName": "vFW 879c8154-5a4e 0",
"resourceCustomizationUUID": "71e8e292-0b7f-49a7-a5ed-5c2802d39bcc",
"resourceName": "vFW 879c8154-5a4e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "440ea1a4-497b-4b71-8bc7-0b23b7e9bb8b",
"resourceInvariantUUID": "c458b738-19bd-49bd-954a-63849d02c71f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw879c81545a4e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json",
"artifactChecksum": "MzAxMGZjZjkyZGY5M2FhNDc5ZjNlNzE2MjMxMTI5OTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c69ea1d8-7567-4a75-bb78-226c883fbb35",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "850bd928-8fac-4d30-b029-bcacd4611b65",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7545b588-8aff-4fcc-9f32-16898c1d6b19",
"generatedFromUUID": "850bd928-8fac-4d30-b029-bcacd4611b65"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7545b588-8aff-4fcc-9f32-16898c1d6b19",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220203111445-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"artifactChecksum": "ZTJhOWY5Y2M0NTg5OTUyNDk5NDIwMTk4NDE1NjYwNmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ed2609e6-57e8-4932-95e5-8e425a1b89ff"
}
],
"workloadContext": "Production"
}
2022-02-03T11:17:20.453Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-03T11:17:20.453Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6f1e303a-ea15-4871-8e95-711dee6ec02a ASDC
2022-02-03T11:17:20.453Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:3b09301a-5467-4b06-ae3f-df21954822cc
ServiceName:vFW 2022-02-03 11-14-45
ServiceVersion:1.0
ServiceUUID:6f1e303a-ea15-4871-8e95-711dee6ec02a
ServiceInvariantUUID:d243a94a-b49d-47f3-b4b5-8ecc5cd60444
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220203111445-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar
ArtifactUUID:ed2609e6-57e8-4932-95e5-8e425a1b89ff
ArtifactChecksum:ZTJhOWY5Y2M0NTg5OTUyNDk5NDIwMTk4NDE1NjYwNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 879c8154-5a4e 0
ResourceCustomizationUUID:71e8e292-0b7f-49a7-a5ed-5c2802d39bcc
ResourceInvariantUUID:c458b738-19bd-49bd-954a-63849d02c71f
ResourceName:vFW 879c8154-5a4e
ResourceType:VF
ResourceUUID:440ea1a4-497b-4b71-8bc7-0b23b7e9bb8b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw879c81545a4e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json
ArtifactUUID:c69ea1d8-7567-4a75-bb78-226c883fbb35
ArtifactChecksum:MzAxMGZjZjkyZGY5M2FhNDc5ZjNlNzE2MjMxMTI5OTI=
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/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml
ArtifactUUID:850bd928-8fac-4d30-b029-bcacd4611b65
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/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env
ArtifactUUID:7545b588-8aff-4fcc-9f32-16898c1d6b19
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/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env
ArtifactUUID:7545b588-8aff-4fcc-9f32-16898c1d6b19
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-03T11:17:20.454Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f1e303a-ea15-4871-8e95-711dee6ec02a 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-02-03T11:17:20.508Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-03T11:17:20.513Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-03T11:17:20.515Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-03T11:17:20.515Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ed2609e6-57e8-4932-95e5-8e425a1b89ff from URL: /sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:20.515Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-03T11:17:20.516Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:20.719Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-03T11:17:20.726Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar ed2609e6-57e8-4932-95e5-8e425a1b89ff 98898
2022-02-03T11:17:20.726Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar ASDC sendASDCNotification
2022-02-03T11:17:20.726Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:20.726Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-03T11:17:20.727Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:17:20.731Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:17:20.731Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643887040726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:17:20.832Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:17:20.832Z||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-02-03T11:17:20.833Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:17:20.844Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:17:20.844Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:17:21.732Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-03T11:17:21.733Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-03T11:17:21.737Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ed2609e6-57e8-4932-95e5-8e425a1b89ff, URL: /sdc/v1/catalog/services/Vfw20220203111445/1.0/artifacts/service-Vfw20220203111445-csar.csar to file: /app/ASDC/1/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:21.737Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220203111445-csar.csar
2022-02-03T11:17:21.738Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:21.738Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:22.203Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14181322056426618090/Definitions/service-Vfw20220203111445-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-02-03T11:17:24.117Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-03T11:17:24.118Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-03T11:17:24.118Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:24.118Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-03T11:17:24.119Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:24.119Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:24.119Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:24.119Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:24.119Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:24.119Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:24.119Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 879c8154-5a4e 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-Vfw20220203111445-csar.csar
2022-02-03T11:17:24.119Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:24.119Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:24.120Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:24.120Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:24.120Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:24.120Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220203111445-csar.csar
2022-02-03T11:17:24.120Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-03T11:17:24.120Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:24.120Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-03 11-14-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:17:24.120Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vFW 879c8154-5a4e 0 is matching search criteria
2022-02-03T11:17:24.121Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-03T11:17:24.121Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 879c8154-5a4e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-03T11:17:24.121Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:24.121Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-03 11-14-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:17:24.122Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vFW 879c8154-5a4e 0 is matching search criteria
2022-02-03T11:17:24.122Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-03T11:17:24.122Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 879c8154-5a4e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-03T11:17:24.122Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:24.122Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-03 11-14-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:17:24.123Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:24.123Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vFW 879c8154-5a4e 0 is not matching search criteria
2022-02-03T11:17:24.123Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-03T11:17:24.123Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-03T11:17:24.123Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-03T11:17:24.123Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-03T11:17:24.124Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:17:24.124Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:17:24.124Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-03T11:17:24.124Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-03T11:17:24.124Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-03T11:17:24.124Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:17:24.124Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-03T11:17:24.124Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-03T11:17:24.124Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-03T11:17:24.125Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-03T11:17:24.125Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:17:24.125Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-03T11:17:24.125Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:24.125Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-03 11-14-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-03T11:17:24.125Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:24.125Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vFW 879c8154-5a4e 0 is matching search criteria
2022-02-03T11:17:24.125Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 879c8154-5a4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:17:24.126Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:24.126Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vFW 879c8154-5a4e 0 is matching search criteria
2022-02-03T11:17:24.126Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 879c8154-5a4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:17:24.126Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:24.126Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vFW 879c8154-5a4e 0 is matching search criteria
2022-02-03T11:17:24.126Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 879c8154-5a4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:17:24.126Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:24.127Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vFW 879c8154-5a4e 0 is not matching search criteria
2022-02-03T11:17:24.127Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-03T11:17:24.127Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-03T11:17:24.127Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-03T11:17:24.127Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-03T11:17:24.127Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-03T11:17:24.127Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:17:24.127Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-03T11:17:24.128Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-03T11:17:24.128Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-03T11:17:24.128Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-03T11:17:24.128Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:17:24.128Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c17e0715-c549-492e-b482-a663b33e71f9
2022-02-03T11:17:24.128Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:24.128Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vFW 879c8154-5a4e 0 is not matching search criteria
2022-02-03T11:17:24.128Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-03T11:17:24.128Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-03T11:17:24.129Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-03T11:17:24.129Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-03T11:17:24.129Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:17:24.129Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:17:24.129Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-03T11:17:24.129Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-03T11:17:24.129Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-03T11:17:24.129Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-03T11:17:24.130Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-03T11:17:24.130Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:17:24.130Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86dc3ade-742c-4e99-9afe-004644add800
2022-02-03T11:17:24.130Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:24.130Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vFW 879c8154-5a4e 0 is not matching search criteria
2022-02-03T11:17:24.130Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-03T11:17:24.130Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-03T11:17:24.130Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-03T11:17:24.131Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-03T11:17:24.131Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:17:24.131Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:17:24.131Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-03T11:17:24.131Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-03T11:17:24.131Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-03T11:17:24.131Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:17:24.131Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-03T11:17:24.132Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-03T11:17:24.132Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a8b01068-695a-4495-a340-43c6ccb07021
2022-02-03T11:17:24.132Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:24.132Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-03 11-14-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:17:24.132Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:24.132Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-03 11-14-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:17:24.132Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:24.133Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-03 11-14-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:17:24.133Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:24.133Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-03 11-14-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:17:24.133Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-03 11-14-45
Description:catalog service description
Model UUID:6f1e303a-ea15-4871-8e95-711dee6ec02a
Model Version:NULL
Model InvariantUuid:d243a94a-b49d-47f3-b4b5-8ecc5cd60444
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 879c8154-5a4e
Model UUID:80ce5a62-ba5a-4b08-a555-bcc2f0f78011
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c458b738-19bd-49bd-954a-63849d02c71f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:71e8e292-0b7f-49a7-a5ed-5c2802d39bcc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b09b7434-c20b-4ccb-8d54-6bad834aea14
ModelName:Vfw879c81545a4e..base_vfw..module-0
ModelUuid:c94a2738-48e6-4341-963f-524e3805ee20
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c17e0715-c549-492e-b482-a663b33e71f9
ModelInvariantUuid:b23a561b-dedd-4430-860a-00f07224a74c
ModelName:vFW 879c8154-5a4e-nodes.vfwCvfc
ModelUuid:af9b7ff4-1e5d-4ac5-a4a2-f2dae9872ade
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:70deba60-3e19-4125-bd25-1fd0842bbbaf
ModelInvariantUuid:fc3dd0fc-efce-4546-9ae8-bfb5499e45e6
ModelName:Vfw879c81545a4e.compute.nodes.heat.vfw
ModelUuid:78f56dd8-d068-4e79-86ed-f5eb84a03da0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:86dc3ade-742c-4e99-9afe-004644add800
ModelInvariantUuid:b17be141-e7f8-4e5b-a857-fe3ca90d4c34
ModelName:vFW 879c8154-5a4e-nodes.vsnCvfc
ModelUuid:18800b96-a1ac-4462-851f-c5fba34ae20b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:2b8fdfd8-1571-4229-a14b-10e44f5c633f
ModelInvariantUuid:e6596f81-f1d0-4e13-bbfe-85b852341068
ModelName:Vfw879c81545a4e.compute.nodes.heat.vsn
ModelUuid:4866244b-4443-4c4f-a010-0c5bc175b696
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a8b01068-695a-4495-a340-43c6ccb07021
ModelInvariantUuid:e996af2e-c5b2-4744-b367-40d884a36df9
ModelName:vFW 879c8154-5a4e-nodes.vpgCvfc
ModelUuid:731efae5-2c2c-477c-8c94-a44fdf3dd380
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b7de6e78-dbed-4b8c-8943-86c8dcdcd3dd
ModelInvariantUuid:15a3ff00-adda-45fb-a457-55d4d246844d
ModelName:Vfw879c81545a4e.compute.nodes.heat.vpg
ModelUuid:096bb89b-3b96-4d50-96df-dc6fb1a7c45e
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-02-03T11:17:24.139Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 440ea1a4-497b-4b71-8bc7-0b23b7e9bb8b
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-02-03T11:17:24.143Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||vFW 879c8154-5a4e 0
2022-02-03T11:17:24.143Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 440ea1a4-497b-4b71-8bc7-0b23b7e9bb8b
2022-02-03T11:17:24.143Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c69ea1d8-7567-4a75-bb78-226c883fbb35 from URL: /sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json
2022-02-03T11:17:24.143Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-03T11:17:24.143Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json
2022-02-03T11:17:24.202Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-03T11:17:24.203Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json c69ea1d8-7567-4a75-bb78-226c883fbb35 785
2022-02-03T11:17:24.203Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json ASDC sendASDCNotification
2022-02-03T11:17:24.203Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json
2022-02-03T11:17:24.203Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-03T11:17:24.204Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:17:24.205Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:17:24.205Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643887044203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/vfw879c81545a4e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:17:24.306Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:17:24.307Z||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-02-03T11:17:24.307Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:17:24.326Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:17:24.326Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:17:25.206Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw879c81545a4e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b09b7434-c20b-4ccb-8d54-6bad834aea14",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c94a2738-48e6-4341-963f-524e3805ee20",
"vfModuleModelCustomizationUUID": "3fd2f187-dc29-4cf4-a03d-4fe6e89675e6",
"isBase": true,
"artifacts": [
"850bd928-8fac-4d30-b029-bcacd4611b65",
"7545b588-8aff-4fcc-9f32-16898c1d6b19"
],
"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-02-03T11:17:25.213Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw879c81545a4e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c94a2738-48e6-4341-963f-524e3805ee20
VfModuleModelInvariantUUID:b09b7434-c20b-4ccb-8d54-6bad834aea14
VfModuleModelDescription:NULL
Artifacts UUID List:{
850bd928-8fac-4d30-b029-bcacd4611b65
,
7545b588-8aff-4fcc-9f32-16898c1d6b19
}
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-02-03T11:17:25.216Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw879c81545a4e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b09b7434-c20b-4ccb-8d54-6bad834aea14",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c94a2738-48e6-4341-963f-524e3805ee20",
"vfModuleModelCustomizationUUID": "3fd2f187-dc29-4cf4-a03d-4fe6e89675e6",
"isBase": true,
"artifacts": [
"850bd928-8fac-4d30-b029-bcacd4611b65",
"7545b588-8aff-4fcc-9f32-16898c1d6b19"
],
"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-02-03T11:17:25.216Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw879c81545a4e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c94a2738-48e6-4341-963f-524e3805ee20
VfModuleModelInvariantUUID:b09b7434-c20b-4ccb-8d54-6bad834aea14
VfModuleModelDescription:NULL
Artifacts UUID List:{
850bd928-8fac-4d30-b029-bcacd4611b65
,
7545b588-8aff-4fcc-9f32-16898c1d6b19
}
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-02-03T11:17:25.216Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 850bd928-8fac-4d30-b029-bcacd4611b65 from URL: /sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml
2022-02-03T11:17:25.216Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-03T11:17:25.216Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml
2022-02-03T11:17:25.268Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-03T11:17:25.269Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml 850bd928-8fac-4d30-b029-bcacd4611b65 20368
2022-02-03T11:17:25.269Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-03T11:17:25.270Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml
2022-02-03T11:17:25.270Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-03T11:17:25.270Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:17:25.272Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:17:25.272Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643887045269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:17:25.372Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-03T11:17:25.373Z||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-02-03T11:17:25.373Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:17:25.386Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:17:25.386Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:17:26.276Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7545b588-8aff-4fcc-9f32-16898c1d6b19 from URL: /sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env
2022-02-03T11:17:26.277Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-03T11:17:26.278Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env
2022-02-03T11:17:26.326Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-03T11:17:26.326Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env 7545b588-8aff-4fcc-9f32-16898c1d6b19 2098
2022-02-03T11:17:26.327Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-03T11:17:26.327Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env
2022-02-03T11:17:26.327Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-03T11:17:26.328Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-03T11:17:26.329Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-03T11:17:26.329Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "3b09301a-5467-4b06-ae3f-df21954822cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643887046327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220203111445/1.0/resourceInstances/vfw879c81545a4e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-03T11:17:26.430Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-03T11:17:26.431Z||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-02-03T11:17:26.431Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LR5OexLScQndRKKJ) ...
2022-02-03T11:17:26.449Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-03T11:17:26.449Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-02-03T11:17:27.330Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6f1e303a-ea15-4871-8e95-711dee6ec02a
2022-02-03T11:17:27.330Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 879c8154-5a4e 0 440ea1a4-497b-4b71-8bc7-0b23b7e9bb8b 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-02-03T11:17:27.349Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a4cd60, org.onap.sdc.toscaparser.api.parameters.Input@324bb6fc, org.onap.sdc.toscaparser.api.parameters.Input@1a4e15e5, org.onap.sdc.toscaparser.api.parameters.Input@2fd9334e, org.onap.sdc.toscaparser.api.parameters.Input@8313418]
2022-02-03T11:17:27.351Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:27.351Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-03 11-14-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:17:27.352Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-02-03T11:17:27.352Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 71e8e292-0b7f-49a7-a5ed-5c2802d39bcc
2022-02-03T11:17:27.352Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 71e8e292-0b7f-49a7-a5ed-5c2802d39bcc matches Tosca VF Customization UUID: 71e8e292-0b7f-49a7-a5ed-5c2802d39bcc
2022-02-03T11:17:27.352Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 71e8e292-0b7f-49a7-a5ed-5c2802d39bcc 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-02-03T11:17:27.355Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:27.355Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-03 11-14-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-03T11:17:27.356Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 71e8e292-0b7f-49a7-a5ed-5c2802d39bcc: {\"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-02-03T11:17:27.356Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b0c4e30
2022-02-03T11:17:27.356Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:27.356Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-03 11-14-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-03T11:17:27.356Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3fd2f187-dc29-4cf4-a03d-4fe6e89675e6
2022-02-03T11:17:27.357Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3fd2f187-dc29-4cf4-a03d-4fe6e89675e6
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-02-03T11:17:27.359Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:27.360Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vFW 879c8154-5a4e 0 is matching search criteria
2022-02-03T11:17:27.360Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 879c8154-5a4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:17:27.360Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:27.361Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vFW 879c8154-5a4e 0 is matching search criteria
2022-02-03T11:17:27.361Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 879c8154-5a4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:17:27.361Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:27.361Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vFW 879c8154-5a4e 0 is not matching search criteria
2022-02-03T11:17:27.362Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-03T11:17:27.362Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-03T11:17:27.362Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-03T11:17:27.362Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-03T11:17:27.362Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-03T11:17:27.363Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-03T11:17:27.363Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-03T11:17:27.363Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-03T11:17:27.363Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-03T11:17:27.364Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-03T11:17:27.364Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-03T11:17:27.364Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c17e0715-c549-492e-b482-a663b33e71f9
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-02-03T11:17:27.370Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-03T11:17:27.370Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Node template vFW 879c8154-5a4e 0 is matching search criteria
2022-02-03T11:17:27.371Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 879c8154-5a4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-03T11:17:27.371Z|3b09301a-5467-4b06-ae3f-df21954822cc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery