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)
2021-11-04T10:40:05.053Z||main|||||INFO|500||The following profiles are active: basic
2021-11-04T10:40:21.726Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-04T10:40:21.727Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-04T10:40:21.970Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-04T10:40:27.052Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-04T10:40:27.620Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-04T10:40:28.193Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-04T10:40:28.198Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-04T10:40:28.360Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-04T10:40:28.694Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-04T10:40:30.372Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-04T10:40:35.345Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-04T10:40:37.784Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-04T10:40:37.871Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-04T10:40:38.510Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-04T10:40:38.658Z||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.
2021-11-04T10:40:40.139Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-04T10:40:41.273Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-04T10:40:41.297Z||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$$51610b81.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)
2021-11-04T10:40:41.299Z||main|||||WARN|500||The sdc end point is not alive
2021-11-04T10:40:44.832Z||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
2021-11-04T10:40:48.045Z||main|||||WARN|500||---
2021-11-04T10:40:48.045Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-04T10:40:48.045Z||main|||||WARN|500||---
2021-11-04T10:40:48.550Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-04T10:40:53.997Z||main|||||INFO|500||Started Application in 54.785 seconds (JVM running for 60.4)
2021-11-04T10:40:54.051Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-04T10:40:54.052Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-04T10:40:54.067Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-04T10:40:54.089Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-04T10:40:54.132Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 932acc52-6d46-43b9-9482-d01c3e0d4cde url= /sdc/v1/artifactTypes
2021-11-04T10:40:54.133Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-04T10:40:54.410Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-04T10:40:54.448Z||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
2021-11-04T10:40:54.479Z||scheduling-1|||||DEBUG|500||create keys
2021-11-04T10:40:54.487Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-04T10:40:54.760Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:40:54.824Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6ae34852-789a-4c84-86f5-8b3e1d731a8e url= /sdc/v1/registerForDistribution
2021-11-04T10:40:55.178Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6ae34852-789a-4c84-86f5-8b3e1d731a8e url= /sdc/v1/registerForDistribution
2021-11-04T10:40:55.179Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-04T10:40:55.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:40:55.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:40:55.197Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-04T10:40:55.206Z||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.
2021-11-04T10:40:55.206Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:40:55.206Z||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.
2021-11-04T10:40:55.206Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:41:06.159Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:41:06.235Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:41:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:41:55.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:41:55.192Z||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.
2021-11-04T10:41:55.192Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:41:55.190Z||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.
2021-11-04T10:41:55.193Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:42:04.744Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:42:04.745Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:42:55.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:42:55.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:42:55.190Z||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.
2021-11-04T10:42:55.190Z||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.
2021-11-04T10:42:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:42:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:43:04.749Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:43:04.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:43:55.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:43:55.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:43:55.196Z||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.
2021-11-04T10:43:55.196Z||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.
2021-11-04T10:43:55.196Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:43:55.196Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:44:04.749Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:44:04.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:44:55.185Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:44:55.186Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T10:44:55.186Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:44:55.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:44:55.191Z||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.
2021-11-04T10:44:55.191Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:45:04.737Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:45:04.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:45:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:45:55.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:45:55.190Z||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.
2021-11-04T10:45:55.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T10:45:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:45:55.190Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:46:04.739Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:46:04.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:46:55.186Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:46:55.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:46:55.189Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T10:46:55.189Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:46:55.189Z||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.
2021-11-04T10:46:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:47:04.738Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:47:04.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:47:55.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:47:55.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:47:55.194Z||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.
2021-11-04T10:47:55.194Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:47:55.207Z||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.
2021-11-04T10:47:55.208Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:48:04.765Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:48:04.769Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:48:55.185Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:48:55.186Z||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.
2021-11-04T10:48:55.187Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:48:55.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:48:55.188Z||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.
2021-11-04T10:48:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:49:04.743Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:49:04.743Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:49:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:49:55.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:49:55.191Z||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.
2021-11-04T10:49:55.191Z||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.
2021-11-04T10:49:55.191Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:49:55.191Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:50:04.782Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:50:04.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:50:27.783Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-04T10:50:55.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:50:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:50:55.191Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T10:50:55.191Z||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.
2021-11-04T10:50:55.191Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:50:55.191Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:51:04.740Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:51:04.742Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:51:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:51:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:51:55.192Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T10:51:55.193Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:51:55.194Z||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.
2021-11-04T10:51:55.195Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:52:04.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:52:04.755Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:52:55.185Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:52:55.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:52:55.189Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T10:52:55.189Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:52:55.190Z||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.
2021-11-04T10:52:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:53:04.747Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:53:04.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:53:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:53:55.190Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:53:55.194Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T10:53:55.195Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:53:55.195Z||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.
2021-11-04T10:53:55.196Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:54:04.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:54:04.753Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:54:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:54:55.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:54:55.193Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T10:54:55.193Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:54:55.193Z||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.
2021-11-04T10:54:55.193Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:55:04.749Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:55:04.750Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:55:55.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:55:55.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:55:55.189Z||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.
2021-11-04T10:55:55.189Z||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.
2021-11-04T10:55:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:55:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:56:04.752Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:56:04.763Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:56:55.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:56:55.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:56:55.190Z||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.
2021-11-04T10:56:55.191Z||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.
2021-11-04T10:56:55.191Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:56:55.191Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:57:04.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:57:04.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:57:55.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:57:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:57:55.191Z||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.
2021-11-04T10:57:55.191Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:57:55.191Z||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.
2021-11-04T10:57:55.192Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:58:04.752Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:58:04.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:58:55.185Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:58:55.187Z||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.
2021-11-04T10:58:55.187Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:58:55.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:58:55.188Z||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.
2021-11-04T10:58:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:59:04.738Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:59:04.738Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T10:59:55.185Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:59:55.187Z||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.
2021-11-04T10:59:55.187Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T10:59:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T10:59:55.188Z||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.
2021-11-04T10:59:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:00:04.734Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:00:04.740Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:00:55.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:00:55.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:00:55.189Z||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.
2021-11-04T11:00:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:00:55.189Z||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.
2021-11-04T11:00:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:01:04.740Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:01:04.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:01:55.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:01:55.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:01:55.191Z||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.
2021-11-04T11:01:55.191Z||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.
2021-11-04T11:01:55.191Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:01:55.191Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:02:04.751Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:02:04.752Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:02:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:02:55.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:02:55.190Z||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.
2021-11-04T11:02:55.190Z||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.
2021-11-04T11:02:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:02:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:03:04.739Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:03:04.739Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:03:55.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:03:55.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:03:55.195Z||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.
2021-11-04T11:03:55.195Z||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.
2021-11-04T11:03:55.196Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:03:55.196Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:04:04.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:04:04.770Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:04:55.185Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:04:55.187Z||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.
2021-11-04T11:04:55.187Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:04:55.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:04:55.188Z||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.
2021-11-04T11:04:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:05:04.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:05:04.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:05:55.185Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:05:55.186Z||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.
2021-11-04T11:05:55.187Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:05:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:05:55.189Z||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.
2021-11-04T11:05:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:06:04.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:06:04.753Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:06:55.185Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:06:55.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:06:55.189Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T11:06:55.189Z||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.
2021-11-04T11:06:55.189Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:06:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:07:04.748Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:07:04.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:07:55.188Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:07:55.186Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:07:55.190Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T11:07:55.190Z||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.
2021-11-04T11:07:55.190Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:07:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:08:04.749Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:08:04.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:08:55.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:08:55.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:08:55.193Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T11:08:55.193Z||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.
2021-11-04T11:08:55.193Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:08:55.193Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:09:04.746Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:09:04.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:09:55.185Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:09:55.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T11:09:55.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:09:55.187Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:09:55.188Z||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.
2021-11-04T11:09:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:10:04.737Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:10:04.737Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:10:55.185Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:10:55.186Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T11:10:55.187Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:10:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:10:55.188Z||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.
2021-11-04T11:10:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:11:04.744Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:11:04.744Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:11:55.185Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:11:55.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T11:11:55.187Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:11:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:11:55.188Z||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.
2021-11-04T11:11:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:12:04.736Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:12:04.737Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:12:55.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:12:55.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:12:55.191Z||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.
2021-11-04T11:12:55.191Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T11:12:55.191Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:12:55.192Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:13:04.766Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:13:04.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:13:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:13:55.188Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:13:55.192Z||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.
2021-11-04T11:13:55.192Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T11:13:55.193Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:13:55.193Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:14:04.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:14:04.749Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:14:55.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:14:55.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:14:55.191Z||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.
2021-11-04T11:14:55.191Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:14:55.191Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T11:14:55.195Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:15:04.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:15:04.748Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:15:55.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:15:55.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:15:55.191Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-04T11:15:55.191Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:15:55.192Z||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.
2021-11-04T11:15:55.192Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:16:04.756Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:16:04.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:16:55.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:16:55.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:16:55.190Z||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.
2021-11-04T11:16:55.191Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:16:55.191Z||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.
2021-11-04T11:16:55.191Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:17:04.736Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:17:04.737Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:17:55.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:17:55.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:17:55.192Z||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.
2021-11-04T11:17:55.192Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:17:55.192Z||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.
2021-11-04T11:17:55.192Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:18:04.747Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:18:04.748Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:18:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:18:55.187Z||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.
2021-11-04T11:18:55.187Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:18:55.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:18:55.188Z||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.
2021-11-04T11:18:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:19:04.736Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:19:04.737Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:19:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:19:55.187Z||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.
2021-11-04T11:19:55.187Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:19:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:19:55.188Z||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.
2021-11-04T11:19:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:20:04.745Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:20:04.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:20:55.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:20:55.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:20:55.188Z||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.
2021-11-04T11:20:55.188Z||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.
2021-11-04T11:20:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:20:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:21:04.743Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:21:04.744Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:21:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:21:55.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:21:55.188Z||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.
2021-11-04T11:21:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:21:55.199Z||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.
2021-11-04T11:21:55.199Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:22:04.746Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:22:04.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:22:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:22:55.187Z||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.
2021-11-04T11:22:55.187Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:22:55.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:22:55.188Z||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.
2021-11-04T11:22:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:23:04.741Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:23:04.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:23:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:23:55.188Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:23:55.188Z||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.
2021-11-04T11:23:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:23:55.188Z||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.
2021-11-04T11:23:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:24:04.764Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:24:04.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:24:55.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:24:55.191Z||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.
2021-11-04T11:24:55.191Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:24:55.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:24:55.193Z||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.
2021-11-04T11:24:55.193Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:25:04.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:25:04.752Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:25:55.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:25:55.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:25:55.190Z||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.
2021-11-04T11:25:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:25:55.191Z||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.
2021-11-04T11:25:55.191Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:26:04.743Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:26:04.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:26:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:26:55.187Z||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.
2021-11-04T11:26:55.187Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:26:55.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:26:55.189Z||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.
2021-11-04T11:26:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:27:04.738Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:27:04.738Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:27:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:27:55.186Z||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.
2021-11-04T11:27:55.186Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:27:55.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:27:55.188Z||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.
2021-11-04T11:27:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:28:04.749Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:28:04.749Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:28:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:28:55.187Z||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.
2021-11-04T11:28:55.187Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:28:55.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:28:55.188Z||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.
2021-11-04T11:28:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:29:04.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:29:04.768Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:29:55.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:29:55.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:29:55.188Z||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.
2021-11-04T11:29:55.188Z||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.
2021-11-04T11:29:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:29:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:30:04.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:30:04.734Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:30:55.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:30:55.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:30:55.190Z||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.
2021-11-04T11:30:55.190Z||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.
2021-11-04T11:30:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:30:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:31:04.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:31:04.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:31:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:31:55.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:31:55.191Z||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.
2021-11-04T11:31:55.191Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:31:55.191Z||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.
2021-11-04T11:31:55.192Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:32:04.749Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:32:04.750Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:32:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:32:55.188Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:32:55.188Z||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.
2021-11-04T11:32:55.188Z||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.
2021-11-04T11:32:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:32:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:33:04.750Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:33:04.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:33:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:33:55.187Z||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.
2021-11-04T11:33:55.187Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:33:55.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:33:55.188Z||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.
2021-11-04T11:33:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:33:55.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:33:55.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-04T11:33:55.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"297e37ec-4b06-450e-adca-ad06f91cf10c","serviceName":"vFW 2021-11-04 11-31-01","serviceVersion":"1.0","serviceUUID":"a7922797-7d93-4f7e-816c-7e1916410151","serviceDescription":"catalog service description","serviceInvariantUUID":"e35704ef-a932-49fd-84a9-bbd7f7945c97","resources":[{"resourceInstanceName":"vFW 56e28029-4f5f 0","resourceName":"vFW 56e28029-4f5f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"af24ddb2-fd3e-429a-883e-0582889f9a1f","resourceInvariantUUID":"a9860f8d-5a8d-4b56-add0-548b9a3f49c4","resourceCustomizationUUID":"a2805155-d847-4195-9d90-bc9a804a435b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml","artifactChecksum":"NWQ4NzVlZGIyYWJmZTFkMTMxOTdjMGViYzNjNjI1OWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4a4a72d-9c4f-482d-a3ac-a20f2a7a28ae","artifactVersion":"1"},{"artifactName":"vfw56e280294f5f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json","artifactChecksum":"Y2Q0NjNlODZhYmViYTZlZjcxOTQxMzI2YmFiMTI3NzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4244b1ef-ea04-4336-9217-f0a1f0b22121","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b7866fd5-c11a-4bd7-81d1-b834738304bf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml","artifactChecksum":"OTYwYTNlZmE1ZmJjMjM5NTA3NGM2OTQzZjk2ODg5Nzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ffbef334-c925-4704-a476-3ec08e6f6c68","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"12c7c064-dc27-424c-9843-224b4f19cadf","artifactVersion":"2","generatedFromUUID":"b7866fd5-c11a-4bd7-81d1-b834738304bf"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211104113101-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml","artifactChecksum":"NzA1MDMxNWMzZTk2MmMwYTVhNmNiMjdjZjBkYTMyYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c4a08e9-c7b2-47fd-bd23-88fe35b6dc61","artifactVersion":"1"},{"artifactName":"service-Vfw20211104113101-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar","artifactChecksum":"MzM3YzcxNTdiZTIxYzYzZWM5NzRjM2E0Njc2YTUwOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46b63637-206d-480e-a641-db2c379b503e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-04T11:33:55.835Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:33:55.842Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:33:55.854Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:33:55.854Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025635185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:33:55.954Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-11-04T11:33:55.958Z||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.
2021-11-04T11:33:55.958Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:33:55.981Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:33:55.982Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:33:56.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:33:56.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:33:56.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636025631792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:33:56.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:33:56.861Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:33:56.861Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:33:56.864Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:33:56.864Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025635185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"status": "NOTIFIED"
}
2021-11-04T11:33:56.964Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:33:56.964Z||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.
2021-11-04T11:33:56.965Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:33:56.975Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:33:56.976Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:33:57.865Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:33:57.866Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:33:57.868Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:33:57.868Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025635185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-04T11:33:57.968Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-04T11:33:57.970Z||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.
2021-11-04T11:33:57.971Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:33:57.984Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:33:57.984Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:33:58.870Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:33:58.871Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:33:58.874Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:33:58.874Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025635185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:33:58.974Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:33:58.975Z||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.
2021-11-04T11:33:58.976Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:33:58.986Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:33:58.987Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:33:59.875Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:33:59.876Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:33:59.879Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:33:59.879Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025635185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-04T11:33:59.979Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-04T11:33:59.981Z||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.
2021-11-04T11:33:59.981Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:34:00.004Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:34:00.004Z||pool-7-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:34:00.881Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:34:00.883Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:34:00.890Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:34:00.891Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025635185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:34:00.986Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-11-04T11:34:00.987Z||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.
2021-11-04T11:34:00.987Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:34:00.999Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:34:00.999Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:34:01.892Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:34:01.893Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:34:01.895Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:34:01.895Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025635185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:34:01.995Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:34:01.996Z||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.
2021-11-04T11:34:01.996Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:34:02.009Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:34:02.009Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:34:02.897Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"serviceName": "vFW 2021-11-04 11-31-01",
"serviceVersion": "1.0",
"serviceUUID": "a7922797-7d93-4f7e-816c-7e1916410151",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e35704ef-a932-49fd-84a9-bbd7f7945c97",
"resources": [
{
"resourceInstanceName": "vFW 56e28029-4f5f 0",
"resourceCustomizationUUID": "a2805155-d847-4195-9d90-bc9a804a435b",
"resourceName": "vFW 56e28029-4f5f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "af24ddb2-fd3e-429a-883e-0582889f9a1f",
"resourceInvariantUUID": "a9860f8d-5a8d-4b56-add0-548b9a3f49c4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw56e280294f5f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"artifactChecksum": "Y2Q0NjNlODZhYmViYTZlZjcxOTQxMzI2YmFiMTI3NzM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4244b1ef-ea04-4336-9217-f0a1f0b22121",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b7866fd5-c11a-4bd7-81d1-b834738304bf",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "12c7c064-dc27-424c-9843-224b4f19cadf",
"generatedFromUUID": "b7866fd5-c11a-4bd7-81d1-b834738304bf"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "12c7c064-dc27-424c-9843-224b4f19cadf",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211104113101-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"artifactChecksum": "MzM3YzcxNTdiZTIxYzYzZWM5NzRjM2E0Njc2YTUwOWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "46b63637-206d-480e-a641-db2c379b503e"
}
],
"workloadContext": "Production"
}
2021-11-04T11:34:02.900Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-04T11:34:02.900Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a7922797-7d93-4f7e-816c-7e1916410151 ASDC
2021-11-04T11:34:03.019Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:297e37ec-4b06-450e-adca-ad06f91cf10c
ServiceName:vFW 2021-11-04 11-31-01
ServiceVersion:1.0
ServiceUUID:a7922797-7d93-4f7e-816c-7e1916410151
ServiceInvariantUUID:e35704ef-a932-49fd-84a9-bbd7f7945c97
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211104113101-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar
ArtifactUUID:46b63637-206d-480e-a641-db2c379b503e
ArtifactChecksum:MzM3YzcxNTdiZTIxYzYzZWM5NzRjM2E0Njc2YTUwOWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 56e28029-4f5f 0
ResourceCustomizationUUID:a2805155-d847-4195-9d90-bc9a804a435b
ResourceInvariantUUID:a9860f8d-5a8d-4b56-add0-548b9a3f49c4
ResourceName:vFW 56e28029-4f5f
ResourceType:VF
ResourceUUID:af24ddb2-fd3e-429a-883e-0582889f9a1f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw56e280294f5f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json
ArtifactUUID:4244b1ef-ea04-4336-9217-f0a1f0b22121
ArtifactChecksum:Y2Q0NjNlODZhYmViYTZlZjcxOTQxMzI2YmFiMTI3NzM=
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/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml
ArtifactUUID:b7866fd5-c11a-4bd7-81d1-b834738304bf
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/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env
ArtifactUUID:12c7c064-dc27-424c-9843-224b4f19cadf
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/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env
ArtifactUUID:12c7c064-dc27-424c-9843-224b4f19cadf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-04T11:34:03.020Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7922797-7d93-4f7e-816c-7e1916410151 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 (?, ?, ?, ?, ?)
2021-11-04T11:34:03.324Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-04T11:34:03.325Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-04T11:34:03.327Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-04T11:34:03.327Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 46b63637-206d-480e-a641-db2c379b503e from URL: /sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar
2021-11-04T11:34:03.327Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-04T11:34:03.329Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar
2021-11-04T11:34:04.468Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-04T11:34:04.499Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar 46b63637-206d-480e-a641-db2c379b503e 98947
2021-11-04T11:34:04.501Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar ASDC sendASDCNotification
2021-11-04T11:34:04.502Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar
2021-11-04T11:34:04.503Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-04T11:34:04.504Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:34:04.507Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:34:04.507Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025644500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:34:04.607Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-04T11:34:04.609Z||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.
2021-11-04T11:34:04.609Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:34:04.621Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:34:04.622Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:34:05.508Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-04T11:34:05.510Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-04T11:34:05.511Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 46b63637-206d-480e-a641-db2c379b503e, URL: /sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar to file: /app/ASDC/1/service-Vfw20211104113101-csar.csar
2021-11-04T11:34:05.511Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211104113101-csar.csar
2021-11-04T11:34:05.604Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211104113101-csar.csar
2021-11-04T11:34:05.604Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211104113101-csar.csar
2021-11-04T11:34:06.625Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13883827614434963542/Definitions/service-Vfw20211104113101-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-11-04T11:34:09.933Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-04T11:34:09.951Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-04T11:34:09.952Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211104113101-csar.csar
2021-11-04T11:34:09.953Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-04T11:34:09.953Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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-Vfw20211104113101-csar.csar
2021-11-04T11:34:09.954Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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-Vfw20211104113101-csar.csar
2021-11-04T11:34:09.954Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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-Vfw20211104113101-csar.csar
2021-11-04T11:34:09.954Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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-Vfw20211104113101-csar.csar
2021-11-04T11:34:09.954Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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-Vfw20211104113101-csar.csar
2021-11-04T11:34:09.954Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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-Vfw20211104113101-csar.csar
2021-11-04T11:34:09.955Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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-Vfw20211104113101-csar.csar
2021-11-04T11:34:09.955Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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-Vfw20211104113101-csar.csar
2021-11-04T11:34:09.955Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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-Vfw20211104113101-csar.csar
2021-11-04T11:34:09.955Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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-Vfw20211104113101-csar.csar
2021-11-04T11:34:09.955Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 56e28029-4f5f 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-Vfw20211104113101-csar.csar
2021-11-04T11:34:09.955Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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-Vfw20211104113101-csar.csar
2021-11-04T11:34:09.956Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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-Vfw20211104113101-csar.csar
2021-11-04T11:34:09.956Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-04T11:34:09.966Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:09.972Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:34:09.982Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria
2021-11-04T11:34:09.983Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-04T11:34:09.986Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-04T11:34:09.989Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:09.990Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:34:09.990Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria
2021-11-04T11:34:09.990Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-04T11:34:09.991Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-04T11:34:09.991Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:09.991Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:34:09.998Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:10.000Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is not matching search criteria
2021-11-04T11:34:10.000Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-04T11:34:10.000Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-04T11:34:10.000Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-04T11:34:10.000Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-04T11:34:10.000Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:34:10.000Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-04T11:34:10.001Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:34:10.001Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-04T11:34:10.001Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-04T11:34:10.001Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:34:10.001Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-04T11:34:10.002Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-04T11:34:10.002Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-04T11:34:10.002Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-04T11:34:10.002Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:34:10.002Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-04T11:34:10.003Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:10.003Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-04T11:34:10.004Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:10.004Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria
2021-11-04T11:34:10.005Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:34:10.005Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:10.005Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria
2021-11-04T11:34:10.005Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:34:10.005Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:10.006Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria
2021-11-04T11:34:10.006Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:34:10.006Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:10.006Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is not matching search criteria
2021-11-04T11:34:10.006Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-04T11:34:10.006Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-04T11:34:10.007Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-04T11:34:10.007Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-04T11:34:10.007Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-04T11:34:10.007Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:34:10.007Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-04T11:34:10.007Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-04T11:34:10.007Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-04T11:34:10.008Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-04T11:34:10.008Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:34:10.008Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f1c38a56-3a0b-4ba0-a64a-05094265eb94
2021-11-04T11:34:10.008Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:10.008Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is not matching search criteria
2021-11-04T11:34:10.008Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-04T11:34:10.008Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-04T11:34:10.009Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-04T11:34:10.009Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-04T11:34:10.009Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:34:10.009Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-04T11:34:10.009Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:34:10.009Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-04T11:34:10.009Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-04T11:34:10.010Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-04T11:34:10.010Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-04T11:34:10.010Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:34:10.010Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=41e8bd7d-215b-42af-990c-e5e91a7b0903
2021-11-04T11:34:10.011Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:10.011Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is not matching search criteria
2021-11-04T11:34:10.011Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-04T11:34:10.011Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-04T11:34:10.012Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-04T11:34:10.012Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-04T11:34:10.012Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:34:10.012Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-04T11:34:10.013Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:34:10.013Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-04T11:34:10.013Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-04T11:34:10.013Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:34:10.014Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-04T11:34:10.014Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-04T11:34:10.014Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3e0ec143-f268-4eb1-b332-bd2cb7cc8998
2021-11-04T11:34:10.014Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:10.015Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:34:10.015Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:10.015Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:34:10.015Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:10.015Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:34:10.016Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:10.016Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:34:10.016Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-04 11-31-01
Description:catalog service description
Model UUID:a7922797-7d93-4f7e-816c-7e1916410151
Model Version:NULL
Model InvariantUuid:e35704ef-a932-49fd-84a9-bbd7f7945c97
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 56e28029-4f5f
Model UUID:7038f848-f1de-4080-855f-9330d3614fe0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a9860f8d-5a8d-4b56-add0-548b9a3f49c4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a2805155-d847-4195-9d90-bc9a804a435b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:113f560d-d2f2-4684-b6ad-ae271a0cff78
ModelName:Vfw56e280294f5f..base_vfw..module-0
ModelUuid:ee8f766a-fc62-4bc0-ae97-53847f0b6e4f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f1c38a56-3a0b-4ba0-a64a-05094265eb94
ModelInvariantUuid:f240d126-6bec-44e4-b0bd-554049a41c5d
ModelName:vFW 56e28029-4f5f-nodes.vfwCvfc
ModelUuid:710a3382-8ed9-4380-af86-ea3a4e0b6618
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:de837919-4b91-4f87-9c91-e1b337184f47
ModelInvariantUuid:83300ed8-5c20-4e83-a699-d09c6c5275d6
ModelName:Vfw56e280294f5f.compute.nodes.heat.vfw
ModelUuid:be975331-4627-4b3f-96d2-dd31b82addad
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:41e8bd7d-215b-42af-990c-e5e91a7b0903
ModelInvariantUuid:4d4a9aee-7059-431c-903f-02f354822ca9
ModelName:vFW 56e28029-4f5f-nodes.vsnCvfc
ModelUuid:72ea13c2-6893-4d65-8150-ae3e08970f3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e4844242-cbed-42bb-8122-b935094cc22d
ModelInvariantUuid:53bb61b7-ec0b-4b47-8a09-7be05585e446
ModelName:Vfw56e280294f5f.compute.nodes.heat.vsn
ModelUuid:9b1e4a1a-8932-4164-9eff-3a282301c02b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3e0ec143-f268-4eb1-b332-bd2cb7cc8998
ModelInvariantUuid:556cdaf7-4977-47c2-81ce-511dd1d94acd
ModelName:vFW 56e28029-4f5f-nodes.vpgCvfc
ModelUuid:76ecb003-a5bf-4127-8c0d-91831a1816b9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3990d915-11c9-4147-ba8b-49a74812ba50
ModelInvariantUuid:1bfeec4e-7327-455e-a6ec-8f8ad458dc06
ModelName:Vfw56e280294f5f.compute.nodes.heat.vpg
ModelUuid:70044d4a-ab6a-4a91-bcff-58edcddb6aed
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=?
2021-11-04T11:34:10.072Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: af24ddb2-fd3e-429a-883e-0582889f9a1f
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=?
2021-11-04T11:34:10.176Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||vFW 56e28029-4f5f 0
2021-11-04T11:34:10.185Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: af24ddb2-fd3e-429a-883e-0582889f9a1f
2021-11-04T11:34:10.185Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4244b1ef-ea04-4336-9217-f0a1f0b22121 from URL: /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json
2021-11-04T11:34:10.185Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-04T11:34:10.186Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json
2021-11-04T11:34:10.256Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-04T11:34:10.257Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json 4244b1ef-ea04-4336-9217-f0a1f0b22121 785
2021-11-04T11:34:10.258Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json ASDC sendASDCNotification
2021-11-04T11:34:10.258Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json
2021-11-04T11:34:10.258Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-04T11:34:10.259Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:34:10.263Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:34:10.263Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025650258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:34:10.363Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-04T11:34:10.364Z||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.
2021-11-04T11:34:10.365Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:34:10.379Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:34:10.380Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:34:11.265Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw56e280294f5f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "113f560d-d2f2-4684-b6ad-ae271a0cff78",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ee8f766a-fc62-4bc0-ae97-53847f0b6e4f",
"vfModuleModelCustomizationUUID": "27456f3f-9ad3-4597-b0bd-8675a21d542e",
"isBase": true,
"artifacts": [
"b7866fd5-c11a-4bd7-81d1-b834738304bf",
"12c7c064-dc27-424c-9843-224b4f19cadf"
],
"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": ""
}
}
]
2021-11-04T11:34:11.285Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw56e280294f5f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ee8f766a-fc62-4bc0-ae97-53847f0b6e4f
VfModuleModelInvariantUUID:113f560d-d2f2-4684-b6ad-ae271a0cff78
VfModuleModelDescription:NULL
Artifacts UUID List:{
b7866fd5-c11a-4bd7-81d1-b834738304bf
,
12c7c064-dc27-424c-9843-224b4f19cadf
}
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
}
2021-11-04T11:34:11.289Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw56e280294f5f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "113f560d-d2f2-4684-b6ad-ae271a0cff78",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ee8f766a-fc62-4bc0-ae97-53847f0b6e4f",
"vfModuleModelCustomizationUUID": "27456f3f-9ad3-4597-b0bd-8675a21d542e",
"isBase": true,
"artifacts": [
"b7866fd5-c11a-4bd7-81d1-b834738304bf",
"12c7c064-dc27-424c-9843-224b4f19cadf"
],
"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": ""
}
}
]
2021-11-04T11:34:11.289Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw56e280294f5f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ee8f766a-fc62-4bc0-ae97-53847f0b6e4f
VfModuleModelInvariantUUID:113f560d-d2f2-4684-b6ad-ae271a0cff78
VfModuleModelDescription:NULL
Artifacts UUID List:{
b7866fd5-c11a-4bd7-81d1-b834738304bf
,
12c7c064-dc27-424c-9843-224b4f19cadf
}
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
}
2021-11-04T11:34:11.289Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b7866fd5-c11a-4bd7-81d1-b834738304bf from URL: /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml
2021-11-04T11:34:11.289Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-04T11:34:11.290Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml
2021-11-04T11:34:11.420Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-04T11:34:11.421Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml b7866fd5-c11a-4bd7-81d1-b834738304bf 20368
2021-11-04T11:34:11.421Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-04T11:34:11.421Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml
2021-11-04T11:34:11.421Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-04T11:34:11.422Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:34:11.427Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:34:11.427Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025651421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:34:11.527Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-04T11:34:11.528Z||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.
2021-11-04T11:34:11.528Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:34:11.543Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:34:11.544Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:34:12.431Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 12c7c064-dc27-424c-9843-224b4f19cadf from URL: /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env
2021-11-04T11:34:12.432Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-04T11:34:12.432Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env
2021-11-04T11:34:12.521Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-04T11:34:12.522Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env 12c7c064-dc27-424c-9843-224b4f19cadf 2098
2021-11-04T11:34:12.522Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-04T11:34:12.522Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env
2021-11-04T11:34:12.523Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-04T11:34:12.523Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:34:12.525Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:34:12.526Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025652522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:34:12.626Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:34:12.627Z||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.
2021-11-04T11:34:12.627Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:34:12.641Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:34:12.642Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:34:13.526Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a7922797-7d93-4f7e-816c-7e1916410151
2021-11-04T11:34:13.526Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 56e28029-4f5f 0 af24ddb2-fd3e-429a-883e-0582889f9a1f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-04T11:34:13.574Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4325acaf, org.onap.sdc.toscaparser.api.parameters.Input@652fe2c2, org.onap.sdc.toscaparser.api.parameters.Input@71a590a9, org.onap.sdc.toscaparser.api.parameters.Input@23266c60, org.onap.sdc.toscaparser.api.parameters.Input@4d08fc7f]
2021-11-04T11:34:13.579Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.579Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:34:13.579Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-11-04T11:34:13.580Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= a2805155-d847-4195-9d90-bc9a804a435b
2021-11-04T11:34:13.580Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2805155-d847-4195-9d90-bc9a804a435b matches Tosca VF Customization UUID: a2805155-d847-4195-9d90-bc9a804a435b
2021-11-04T11:34:13.580Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: a2805155-d847-4195-9d90-bc9a804a435b 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=?
2021-11-04T11:34:13.588Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.588Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:34:13.589Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id a2805155-d847-4195-9d90-bc9a804a435b: {\"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\"}
2021-11-04T11:34:13.590Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c2de92c
2021-11-04T11:34:13.590Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.590Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-04T11:34:13.590Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27456f3f-9ad3-4597-b0bd-8675a21d542e
2021-11-04T11:34:13.592Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27456f3f-9ad3-4597-b0bd-8675a21d542e
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=?
2021-11-04T11:34:13.597Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.597Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria
2021-11-04T11:34:13.598Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:34:13.598Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.599Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria
2021-11-04T11:34:13.599Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:34:13.599Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.599Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is not matching search criteria
2021-11-04T11:34:13.599Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-04T11:34:13.599Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-04T11:34:13.600Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-04T11:34:13.600Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-04T11:34:13.600Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-04T11:34:13.600Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:34:13.600Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-04T11:34:13.601Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-04T11:34:13.601Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-04T11:34:13.601Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-04T11:34:13.601Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:34:13.601Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f1c38a56-3a0b-4ba0-a64a-05094265eb94
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=?
2021-11-04T11:34:13.612Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.612Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria
2021-11-04T11:34:13.612Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:34:13.613Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.613Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is not matching search criteria
2021-11-04T11:34:13.613Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-04T11:34:13.614Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-04T11:34:13.614Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-04T11:34:13.614Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-04T11:34:13.614Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:34:13.614Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-04T11:34:13.614Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:34:13.615Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-04T11:34:13.615Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-04T11:34:13.615Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-04T11:34:13.615Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-04T11:34:13.615Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:34:13.615Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=41e8bd7d-215b-42af-990c-e5e91a7b0903
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=?
2021-11-04T11:34:13.617Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.618Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria
2021-11-04T11:34:13.618Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:34:13.620Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.620Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is not matching search criteria
2021-11-04T11:34:13.620Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-04T11:34:13.621Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-04T11:34:13.621Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-04T11:34:13.621Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-04T11:34:13.621Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:34:13.621Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-04T11:34:13.621Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:34:13.621Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-04T11:34:13.622Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-04T11:34:13.622Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:34:13.622Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-04T11:34:13.622Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-04T11:34:13.622Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3e0ec143-f268-4eb1-b332-bd2cb7cc8998
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=?
2021-11-04T11:34:13.624Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.624Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria
2021-11-04T11:34:13.624Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:34:13.625Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.625Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria
2021-11-04T11:34:13.625Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=a2805155-d847-4195-9d90-bc9a804a435b
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=?
2021-11-04T11:34:13.627Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.627Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:34:13.628Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a7922797-7d93-4f7e-816c-7e1916410151: vFW 56e28029-4f5f
2021-11-04T11:34:13.628Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.628Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:34:13.629Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.629Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:34:13.629Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.630Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:34:13.630Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.630Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:34:13.630Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:34:13.631Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:34:13.631Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-11-04 11-31-01
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 (?, ?, ?, ?, ?)
2021-11-04T11:34:13.927Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 56e28029-4f5f af24ddb2-fd3e-429a-883e-0582889f9a1f 1 ASDC deployResourceStructure
2021-11-04T11:34:13.928Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json ASDC sendASDCNotification
2021-11-04T11:34:13.928Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json
2021-11-04T11:34:13.928Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-04T11:34:13.928Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:34:13.931Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:34:13.931Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025653928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-04T11:34:14.031Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:34:14.032Z||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.
2021-11-04T11:34:14.032Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:34:14.046Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:34:14.047Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-04T11:34:14.932Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-04T11:34:14.932Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml
2021-11-04T11:34:14.932Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-04T11:34:14.932Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:34:14.936Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:34:14.936Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025654932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-04T11:34:15.034Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-04T11:34:15.035Z||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.
2021-11-04T11:34:15.036Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:34:15.050Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:34:15.051Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:34:15.937Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-04T11:34:15.938Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env
2021-11-04T11:34:15.938Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-04T11:34:15.938Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:34:15.940Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:34:15.940Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025655937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-04T11:34:16.041Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:34:16.042Z||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.
2021-11-04T11:34:16.042Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:34:16.055Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:34:16.055Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-04T11:34:16.942Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar ASDC sendASDCNotification
2021-11-04T11:34:16.942Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar
2021-11-04T11:34:16.942Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-04T11:34:16.943Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:34:16.945Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:34:16.946Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025656941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-04T11:34:17.046Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-04T11:34:17.047Z||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.
2021-11-04T11:34:17.047Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:34:17.062Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:34:17.062Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:34:17.948Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c
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=?
2021-11-04T11:34:17.976Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c
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=?
2021-11-04T11:34:17.978Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-04T11:34:17.978Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-04T11:34:17.980Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-04T11:34:47.980Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c
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=?
2021-11-04T11:34:47.992Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c
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=?
2021-11-04T11:34:47.994Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-04T11:34:47.994Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-04T11:34:47.994Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-04T11:34:55.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:34:55.188Z||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.
2021-11-04T11:34:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:34:55.214Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:34:55.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:34:55.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "dcae-sch",
"timestamp": 1636025628129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:34:55.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:34:55.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:34:55.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "ves-openapi-manager",
"timestamp": 1636025631823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:34:55.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:34:55.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:34:55.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "cds",
"timestamp": 1636025634106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:34:55.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:35:17.994Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c
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=?
2021-11-04T11:35:18.006Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c
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=?
2021-11-04T11:35:18.011Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-04T11:35:18.011Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-04T11:35:18.011Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-04T11:35:48.012Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c
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=?
2021-11-04T11:35:48.025Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c
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=?
2021-11-04T11:35:48.027Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-04T11:35:48.027Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-04T11:35:48.028Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-04T11:35:55.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:35:55.190Z||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.
2021-11-04T11:35:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:35:55.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:35:55.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:35:55.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "policy-id",
"timestamp": 1636025626424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:35:55.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:35:55.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:35:55.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025635185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:35:55.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:18.028Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c
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=?
2021-11-04T11:36:18.036Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c
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=?
2021-11-04T11:36:18.043Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-04T11:36:18.044Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-04T11:36:18.044Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-04T11:36:48.045Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c
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=?
2021-11-04T11:36:48.068Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c
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=?
2021-11-04T11:36:48.071Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-04T11:36:48.071Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-04T11:36:48.071Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-04T11:36:55.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:36:55.190Z||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.
2021-11-04T11:36:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:36:55.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:36:55.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "dcae-sch",
"timestamp": 1636025628129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636025631792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"status": "NOTIFIED"
}
2021-11-04T11:36:55.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "ves-openapi-manager",
"timestamp": 1636025631823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "cds",
"timestamp": 1636025634106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "policy-id",
"timestamp": 1636025626424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025635185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"status": "NOTIFIED"
}
2021-11-04T11:36:55.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636025631792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-04T11:36:55.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "dcae-sch",
"timestamp": 1636025628129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "ves-openapi-manager",
"timestamp": 1636025631823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "policy-id",
"timestamp": 1636025626424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-04T11:36:55.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "cds",
"timestamp": 1636025634106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025635185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-04T11:36:55.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636025631792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "ves-openapi-manager",
"timestamp": 1636025631823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "dcae-sch",
"timestamp": 1636025628129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "cds",
"timestamp": 1636025634106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "policy-id",
"timestamp": 1636025626424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025635185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "clamp",
"timestamp": 1636025638519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636025631792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-04T11:36:55.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "dcae-sch",
"timestamp": 1636025628129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "ves-openapi-manager",
"timestamp": 1636025631823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "cds",
"timestamp": 1636025634106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "policy-id",
"timestamp": 1636025626424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025635185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-04T11:36:55.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "clamp",
"timestamp": 1636025638519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"status": "NOTIFIED"
}
2021-11-04T11:36:55.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636025631792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "ves-openapi-manager",
"timestamp": 1636025631823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "dcae-sch",
"timestamp": 1636025628129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "cds",
"timestamp": 1636025634106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "policy-id",
"timestamp": 1636025626424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025635185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "clamp",
"timestamp": 1636025638519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636025631792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:36:55.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "ves-openapi-manager",
"timestamp": 1636025631823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "dcae-sch",
"timestamp": 1636025628129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "cds",
"timestamp": 1636025634106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:36:55.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "policy-id",
"timestamp": 1636025626424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:36:55.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025635185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:36:55.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "clamp",
"timestamp": 1636025638519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "clamp",
"timestamp": 1636025638519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636025644155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:36:55.747Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "clamp",
"timestamp": 1636025638519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "policy-id",
"timestamp": 1636025644201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:36:55.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "cds",
"timestamp": 1636025644380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:36:55.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025644500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:36:55.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "clamp",
"timestamp": 1636025638519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:36:55.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "policy-id",
"timestamp": 1636025645212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-04T11:36:55.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "cds",
"timestamp": 1636025645405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-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=?
2021-11-04T11:36:55.758Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 297e37ec-4b06-450e-adca-ad06f91cf10c
2021-11-04T11:36:55.759Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e37ec-4b06-450e-adca-ad06f91cf10c 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 (?, ?, ?, ?, ?)
2021-11-04T11:36:55.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636025645455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:36:55.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "policy-id",
"timestamp": 1636025646217,
"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=?
2021-11-04T11:36:55.773Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 297e37ec-4b06-450e-adca-ad06f91cf10c
2021-11-04T11:36:55.774Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e37ec-4b06-450e-adca-ad06f91cf10c 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 (?, ?, ?, ?, ?)
2021-11-04T11:36:55.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636025646661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:36:55.781Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636025648635,
"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=?
2021-11-04T11:36:55.783Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 297e37ec-4b06-450e-adca-ad06f91cf10c
2021-11-04T11:36:55.783Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e37ec-4b06-450e-adca-ad06f91cf10c 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=?
2021-11-04T11:36:55.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "aai-ml",
"timestamp": 1636025648952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636025649638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-04T11:36:55.791Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025650258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:36:55.791Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "aai-ml",
"timestamp": 1636025648952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025651421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:36:55.792Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "aai-ml",
"timestamp": 1636025648952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025652522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:36:55.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "aai-ml",
"timestamp": 1636025648952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "clamp",
"timestamp": 1636025652971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:36:55.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "aai-ml",
"timestamp": 1636025648952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025653928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-04T11:36:55.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "aai-ml",
"timestamp": 1636025648952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025654932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-04T11:36:55.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "clamp",
"timestamp": 1636025654983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-04T11:36:55.799Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "aai-ml",
"timestamp": 1636025648952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:36:55.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025655937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-04T11:36:55.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "clamp",
"timestamp": 1636025655988,
"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=?
2021-11-04T11:36:55.804Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 297e37ec-4b06-450e-adca-ad06f91cf10c
2021-11-04T11:36:55.804Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e37ec-4b06-450e-adca-ad06f91cf10c 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 (?, ?, ?, ?, ?)
2021-11-04T11:36:55.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636025655327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "aai-ml",
"timestamp": 1636025656921,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:36:55.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025656941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-04T11:36:55.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636025655327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636025655327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636025655327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636025655327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636025655327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:36:55.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636025655327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:36:55.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-04T11:36:55.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636025664384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:36:55.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636025669543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-04T11:36:55.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636025670549,
"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=?
2021-11-04T11:36:55.821Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 297e37ec-4b06-450e-adca-ad06f91cf10c
2021-11-04T11:36:55.821Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e37ec-4b06-450e-adca-ad06f91cf10c 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 (?, ?, ?, ?, ?)
2021-11-04T11:36:55.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "aai-ml",
"timestamp": 1636025672025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-04T11:36:55.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:36:55.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-04T11:36:55.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "aai-ml",
"timestamp": 1636025673030,
"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=?
2021-11-04T11:36:55.829Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 297e37ec-4b06-450e-adca-ad06f91cf10c
2021-11-04T11:36:55.829Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e37ec-4b06-450e-adca-ad06f91cf10c 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 (?, ?, ?, ?, ?)
2021-11-04T11:37:18.072Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c
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=?
2021-11-04T11:37:18.085Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c
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=?
2021-11-04T11:37:18.090Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-04T11:37:18.090Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-04T11:37:18.090Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-04T11:37:18.090Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-04T11:37:18.090Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-04T11:37:18.090Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-04T11:37:18.090Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-04T11:37:18.091Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-04T11:37:18.091Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-04T11:37:18.091Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-04T11:37:18.091Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-04T11:37:18.097Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-04T11:37:48.099Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c 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=?
2021-11-04T11:37:48.128Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 297e37ec-4b06-450e-adca-ad06f91cf10c and serviceModelVersionId: a7922797-7d93-4f7e-816c-7e1916410151
2021-11-04T11:37:48.128Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e35704ef-a932-49fd-84a9-bbd7f7945c97
2021-11-04T11:37:55.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:37:55.189Z||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.
2021-11-04T11:37:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:38:03.736Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?depth=0
2021-11-04T11:38:03.851Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-04T11:38:04.403Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?depth=0|INFO|500||Invoke
2021-11-04T11:38:04.416Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[297e37ec-4b06-450e-adca-ad06f91cf10c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5466ca11-ee9f-4e27-87a8-d3cd23c6b77c], X-ECOMP-RequestID=[297e37ec-4b06-450e-adca-ad06f91cf10c], X-TransactionId=[], X-ONAP-RequestID=[297e37ec-4b06-450e-adca-ad06f91cf10c], Content-Type=[application/merge-patch+json]}
2021-11-04T11:38:04.552Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-04T11:38:04.738Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:38:05.767Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?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/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211104-11:38:04:557-47315], vertex-id=[372784], Content-Length=[0], Date=[Thu, 04 Nov 2021 11:38:04 GMT], Content-Type=[application/json]}
2021-11-04T11:38:05.769Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-04T11:38:05.770Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?depth=0|INFO|500||InvokeReturn
2021-11-04T11:38:05.776Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-04T11:38:05.776Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-04T11:38:05.782Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-04T11:38:05.783Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 297e37ec-4b06-450e-adca-ad06f91cf10c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-04T11:38:05.784Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-04T11:38:05.785Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:38:05.788Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:38:05.788Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025885783,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-04T11:38:05.888Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:38:05.889Z||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.
2021-11-04T11:38:05.889Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:38:05.902Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:38:05.903Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-04T11:38:06.807Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:38:06.808Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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.
2021-11-04T11:38:06.808Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:38:17.467Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:38:17.468Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:38:17.469Z||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.
2021-11-04T11:38:17.469Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:38:27.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:38:27.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:38:27.059Z||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.
2021-11-04T11:38:27.059Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:38:36.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:38:36.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:38:36.596Z||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.
2021-11-04T11:38:36.596Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:38:46.134Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:38:55.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:38:55.187Z||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.
2021-11-04T11:38:55.187Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:38:55.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:38:55.188Z||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.
2021-11-04T11:38:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:38:55.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:38:55.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:38:55.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025885783,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-04T11:38:55.821Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:39:04.747Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:39:55.185Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:39:55.188Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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.
2021-11-04T11:39:55.188Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:39:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:39:55.188Z||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.
2021-11-04T11:39:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:02.882Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:02.883Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-04T11:40:02.883Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5aca0d8d-ecd1-410c-93bb-3ab8f6878633","serviceName":"basic_onboard_icxTYH","serviceVersion":"1.0","serviceUUID":"123f92fb-06f2-4804-b1a7-69456f5a1a64","serviceDescription":"service","serviceInvariantUUID":"0ac23b3e-2545-4025-87ef-fce1a0f754f0","resources":[{"resourceInstanceName":"basic_onboard_icxTYH 0","resourceName":"basic_onboard_icxTYH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e5b280b-7cd7-4394-9abb-d36a1a504d25","resourceInvariantUUID":"618614b1-d8b1-4459-b4c5-27b9466ec9bf","resourceCustomizationUUID":"0076e3cb-5207-44bf-bb5f-0b0b6bfb304a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml","artifactChecksum":"ZGY2M2RmNDMzZjdmODM1MzRjYzIyZDViNjliN2EzZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19689798-1c2c-4f32-873e-5bdcc51da0bf","artifactVersion":"1"},{"artifactName":"basic_onboard_icxtyh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json","artifactChecksum":"YWE2YmEzOTU2MmU5NzBlOGEzZGY4ZmRmMDllNDhmZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ad599b99-ce87-4caa-95bd-6e65753acef4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d93d8d96-71d2-4568-ae94-ac2f6280d249","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"592428a9-3c0d-43dd-b31a-525a2f6d77d9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0afbea13-3124-41bc-8be5-85324e02caaf","artifactVersion":"2","generatedFromUUID":"d93d8d96-71d2-4568-ae94-ac2f6280d249"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIcxtyh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml","artifactChecksum":"NDk2MzcxMmZjYTUxNTc4MDM3ODc3YzY4YTI1OGM5MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ca03edc-f3e5-40cc-a730-1231192c590a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIcxtyh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar","artifactChecksum":"NjE2NTc2YTljOWY5OTIyMTMxMGZmMzM4NWY1Yjg2OTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f459b487-2261-442e-b12e-80b0fef249db","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-04T11:40:02.889Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:40:02.890Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:40:02.894Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:40:02.894Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025995185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:40:02.994Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:40:02.995Z||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.
2021-11-04T11:40:02.996Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:03.011Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:03.012Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:40:03.668Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:03.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:40:03.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025995185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:40:03.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:40:03.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:40:03.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "clamp",
"timestamp": 1636025998519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:40:03.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:40:03.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:40:03.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "cds",
"timestamp": 1636025994105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:40:03.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:40:03.895Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:40:03.896Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:40:03.898Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:40:03.898Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025995185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"status": "NOTIFIED"
}
2021-11-04T11:40:03.998Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:40:03.999Z||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.
2021-11-04T11:40:03.999Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:04.013Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:04.014Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:40:04.899Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:40:04.900Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:40:04.903Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:40:04.903Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025995185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-04T11:40:05.003Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-04T11:40:05.004Z||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.
2021-11-04T11:40:05.004Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:05.017Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:05.017Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:40:05.905Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:40:05.906Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:40:05.909Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:40:05.910Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025995185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:40:06.011Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-04T11:40:06.013Z||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.
2021-11-04T11:40:06.013Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:06.028Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:06.029Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:40:06.911Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:40:06.916Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:40:06.928Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:40:06.929Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025995185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-04T11:40:07.031Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-04T11:40:07.033Z||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.
2021-11-04T11:40:07.033Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:07.044Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:07.045Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:40:07.932Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:40:07.936Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:40:07.940Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:40:07.941Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025995185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:40:08.041Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:40:08.042Z||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.
2021-11-04T11:40:08.042Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:08.062Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:08.063Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:40:08.949Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:40:08.956Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:40:08.966Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:40:08.967Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025995185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:40:09.066Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-04T11:40:09.069Z||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.
2021-11-04T11:40:09.070Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:09.084Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:09.085Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:40:09.969Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"serviceName": "basic_onboard_icxTYH",
"serviceVersion": "1.0",
"serviceUUID": "123f92fb-06f2-4804-b1a7-69456f5a1a64",
"serviceDescription": "service",
"serviceInvariantUUID": "0ac23b3e-2545-4025-87ef-fce1a0f754f0",
"resources": [
{
"resourceInstanceName": "basic_onboard_icxTYH 0",
"resourceCustomizationUUID": "0076e3cb-5207-44bf-bb5f-0b0b6bfb304a",
"resourceName": "basic_onboard_icxTYH",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3e5b280b-7cd7-4394-9abb-d36a1a504d25",
"resourceInvariantUUID": "618614b1-d8b1-4459-b4c5-27b9466ec9bf",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_icxtyh0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"artifactChecksum": "YWE2YmEzOTU2MmU5NzBlOGEzZGY4ZmRmMDllNDhmZDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ad599b99-ce87-4caa-95bd-6e65753acef4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d93d8d96-71d2-4568-ae94-ac2f6280d249",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0afbea13-3124-41bc-8be5-85324e02caaf",
"generatedFromUUID": "d93d8d96-71d2-4568-ae94-ac2f6280d249"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0afbea13-3124-41bc-8be5-85324e02caaf",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIcxtyh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"artifactChecksum": "NjE2NTc2YTljOWY5OTIyMTMxMGZmMzM4NWY1Yjg2OTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f459b487-2261-442e-b12e-80b0fef249db"
}
],
"workloadContext": "Production"
}
2021-11-04T11:40:09.971Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-04T11:40:09.971Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 123f92fb-06f2-4804-b1a7-69456f5a1a64 ASDC
2021-11-04T11:40:09.973Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5aca0d8d-ecd1-410c-93bb-3ab8f6878633
ServiceName:basic_onboard_icxTYH
ServiceVersion:1.0
ServiceUUID:123f92fb-06f2-4804-b1a7-69456f5a1a64
ServiceInvariantUUID:0ac23b3e-2545-4025-87ef-fce1a0f754f0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIcxtyh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar
ArtifactUUID:f459b487-2261-442e-b12e-80b0fef249db
ArtifactChecksum:NjE2NTc2YTljOWY5OTIyMTMxMGZmMzM4NWY1Yjg2OTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_icxTYH 0
ResourceCustomizationUUID:0076e3cb-5207-44bf-bb5f-0b0b6bfb304a
ResourceInvariantUUID:618614b1-d8b1-4459-b4c5-27b9466ec9bf
ResourceName:basic_onboard_icxTYH
ResourceType:VF
ResourceUUID:3e5b280b-7cd7-4394-9abb-d36a1a504d25
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_icxtyh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json
ArtifactUUID:ad599b99-ce87-4caa-95bd-6e65753acef4
ArtifactChecksum:YWE2YmEzOTU2MmU5NzBlOGEzZGY4ZmRmMDllNDhmZDI=
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/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d93d8d96-71d2-4568-ae94-ac2f6280d249
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/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env
ArtifactUUID:0afbea13-3124-41bc-8be5-85324e02caaf
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/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env
ArtifactUUID:0afbea13-3124-41bc-8be5-85324e02caaf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-04T11:40:09.973Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 123f92fb-06f2-4804-b1a7-69456f5a1a64 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 (?, ?, ?, ?, ?)
2021-11-04T11:40:10.024Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-04T11:40:10.028Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-04T11:40:10.028Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-04T11:40:10.029Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f459b487-2261-442e-b12e-80b0fef249db from URL: /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:10.029Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-04T11:40:10.030Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:10.238Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-04T11:40:10.245Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar f459b487-2261-442e-b12e-80b0fef249db 71573
2021-11-04T11:40:10.246Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar ASDC sendASDCNotification
2021-11-04T11:40:10.246Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:10.246Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-04T11:40:10.247Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:40:10.250Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:40:10.251Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026010245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:40:10.351Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:40:10.351Z||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.
2021-11-04T11:40:10.351Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:10.362Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:10.362Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:40:11.252Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-04T11:40:11.253Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-04T11:40:11.254Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f459b487-2261-442e-b12e-80b0fef249db, URL: /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar to file: /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:11.255Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:11.255Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:11.255Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:11.492Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1194325180358882527/Definitions/service-BasicOnboardIcxtyh-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
2021-11-04T11:40:12.774Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-04T11:40:12.775Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-04T11:40:12.775Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:12.775Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-04T11:40:12.775Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:12.775Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_icxTYH 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-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:12.776Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:12.776Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:12.776Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:12.776Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:12.776Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:12.776Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:12.776Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:12.777Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-04T11:40:12.777Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:12.777Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:40:12.777Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria
2021-11-04T11:40:12.778Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-04T11:40:12.778Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-04T11:40:12.778Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:12.778Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:40:12.779Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria
2021-11-04T11:40:12.779Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-04T11:40:12.779Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-04T11:40:12.779Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:12.779Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:40:12.780Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:12.780Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is not matching search criteria
2021-11-04T11:40:12.780Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-04T11:40:12.780Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-04T11:40:12.781Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-04T11:40:12.781Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-04T11:40:12.781Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-04T11:40:12.781Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:12.781Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-04T11:40:12.782Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:12.782Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria
2021-11-04T11:40:12.782Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:40:12.782Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:12.783Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria
2021-11-04T11:40:12.783Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:40:12.783Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:12.783Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria
2021-11-04T11:40:12.783Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:40:12.784Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:12.784Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is not matching search criteria
2021-11-04T11:40:12.784Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-04T11:40:12.784Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-04T11:40:12.784Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=47f68461-24ab-4416-ab58-3d64356b1b11
2021-11-04T11:40:12.785Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:12.785Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:40:12.785Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:12.785Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:40:12.785Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:12.786Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:40:12.786Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:12.786Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:40:12.786Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_icxTYH
Description:service
Model UUID:123f92fb-06f2-4804-b1a7-69456f5a1a64
Model Version:NULL
Model InvariantUuid:0ac23b3e-2545-4025-87ef-fce1a0f754f0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_icxTYH
Model UUID:20f3961d-4a50-45d7-b479-13900527a23b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:618614b1-d8b1-4459-b4c5-27b9466ec9bf
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0076e3cb-5207-44bf-bb5f-0b0b6bfb304a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d0068f5a-bb0b-4587-b5c7-8a257066e205
ModelName:BasicOnboardIcxtyh..base_ubuntu18..module-0
ModelUuid:660b65f7-d877-46c0-8b24-dd2754b78882
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:47f68461-24ab-4416-ab58-3d64356b1b11
ModelInvariantUuid:226612a4-cfe7-4c55-8f61-015fc2822140
ModelName:basic_onboard_icxTYH-nodes.ubuntu18Cvfc
ModelUuid:9a89ceb2-4cb1-461d-ba21-de83a44af535
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:a770974a-1676-4143-b1d4-935d402a7304
ModelInvariantUuid:069b6ef0-f154-42b3-8d76-03a9394ef733
ModelName:BasicOnboardIcxtyh.compute.nodes.heat.ubuntu18
ModelUuid:652141d2-c148-47e0-afb4-e09383aa9845
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=?
2021-11-04T11:40:12.795Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e5b280b-7cd7-4394-9abb-d36a1a504d25
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=?
2021-11-04T11:40:12.798Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||basic_onboard_icxTYH 0
2021-11-04T11:40:12.798Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e5b280b-7cd7-4394-9abb-d36a1a504d25
2021-11-04T11:40:12.798Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ad599b99-ce87-4caa-95bd-6e65753acef4 from URL: /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json
2021-11-04T11:40:12.799Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-04T11:40:12.799Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json
2021-11-04T11:40:12.856Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-04T11:40:12.856Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json ad599b99-ce87-4caa-95bd-6e65753acef4 798
2021-11-04T11:40:12.857Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json ASDC sendASDCNotification
2021-11-04T11:40:12.857Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json
2021-11-04T11:40:12.857Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-04T11:40:12.857Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:40:12.860Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:40:12.860Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026012857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:40:12.960Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:40:12.961Z||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.
2021-11-04T11:40:12.962Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:12.972Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:12.972Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:40:13.861Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIcxtyh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d0068f5a-bb0b-4587-b5c7-8a257066e205",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "660b65f7-d877-46c0-8b24-dd2754b78882",
"vfModuleModelCustomizationUUID": "3074de16-4ffb-4a76-8bbb-0a98b29b66dc",
"isBase": true,
"artifacts": [
"d93d8d96-71d2-4568-ae94-ac2f6280d249",
"0afbea13-3124-41bc-8be5-85324e02caaf"
],
"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": ""
}
}
]
2021-11-04T11:40:13.871Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIcxtyh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:660b65f7-d877-46c0-8b24-dd2754b78882
VfModuleModelInvariantUUID:d0068f5a-bb0b-4587-b5c7-8a257066e205
VfModuleModelDescription:NULL
Artifacts UUID List:{
d93d8d96-71d2-4568-ae94-ac2f6280d249
,
0afbea13-3124-41bc-8be5-85324e02caaf
}
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
}
2021-11-04T11:40:13.874Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIcxtyh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d0068f5a-bb0b-4587-b5c7-8a257066e205",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "660b65f7-d877-46c0-8b24-dd2754b78882",
"vfModuleModelCustomizationUUID": "3074de16-4ffb-4a76-8bbb-0a98b29b66dc",
"isBase": true,
"artifacts": [
"d93d8d96-71d2-4568-ae94-ac2f6280d249",
"0afbea13-3124-41bc-8be5-85324e02caaf"
],
"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": ""
}
}
]
2021-11-04T11:40:13.874Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIcxtyh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:660b65f7-d877-46c0-8b24-dd2754b78882
VfModuleModelInvariantUUID:d0068f5a-bb0b-4587-b5c7-8a257066e205
VfModuleModelDescription:NULL
Artifacts UUID List:{
d93d8d96-71d2-4568-ae94-ac2f6280d249
,
0afbea13-3124-41bc-8be5-85324e02caaf
}
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
}
2021-11-04T11:40:13.874Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d93d8d96-71d2-4568-ae94-ac2f6280d249 from URL: /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml
2021-11-04T11:40:13.874Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-04T11:40:13.874Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml
2021-11-04T11:40:13.988Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-04T11:40:13.989Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml d93d8d96-71d2-4568-ae94-ac2f6280d249 5033
2021-11-04T11:40:13.989Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-04T11:40:13.989Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml
2021-11-04T11:40:13.989Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-04T11:40:13.990Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:40:13.991Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:40:13.992Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026013989,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:40:14.095Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-04T11:40:14.096Z||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.
2021-11-04T11:40:14.096Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:14.108Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:14.109Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:40:14.992Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0afbea13-3124-41bc-8be5-85324e02caaf from URL: /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env
2021-11-04T11:40:14.993Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-04T11:40:14.993Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env
2021-11-04T11:40:15.277Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-04T11:40:15.277Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env 0afbea13-3124-41bc-8be5-85324e02caaf 909
2021-11-04T11:40:15.278Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-04T11:40:15.278Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env
2021-11-04T11:40:15.278Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-04T11:40:15.278Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:40:15.280Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:40:15.281Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026015278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:40:15.381Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:40:15.382Z||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.
2021-11-04T11:40:15.382Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:15.394Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:15.394Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-04T11:40:16.282Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 123f92fb-06f2-4804-b1a7-69456f5a1a64
2021-11-04T11:40:16.283Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_icxTYH 0 3e5b280b-7cd7-4394-9abb-d36a1a504d25 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-04T11:40:16.293Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@707fe4ca, org.onap.sdc.toscaparser.api.parameters.Input@47187361, org.onap.sdc.toscaparser.api.parameters.Input@3546b09, org.onap.sdc.toscaparser.api.parameters.Input@45475101, org.onap.sdc.toscaparser.api.parameters.Input@4a11a4d7]
2021-11-04T11:40:16.295Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:16.295Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:40:16.295Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-11-04T11:40:16.296Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0076e3cb-5207-44bf-bb5f-0b0b6bfb304a
2021-11-04T11:40:16.296Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0076e3cb-5207-44bf-bb5f-0b0b6bfb304a matches Tosca VF Customization UUID: 0076e3cb-5207-44bf-bb5f-0b0b6bfb304a
2021-11-04T11:40:16.296Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0076e3cb-5207-44bf-bb5f-0b0b6bfb304a 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=?
2021-11-04T11:40:16.299Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:16.300Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:40:16.301Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0076e3cb-5207-44bf-bb5f-0b0b6bfb304a: {\"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\"}
2021-11-04T11:40:16.301Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@118ae8e8
2021-11-04T11:40:16.301Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:16.301Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-04T11:40:16.301Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3074de16-4ffb-4a76-8bbb-0a98b29b66dc
2021-11-04T11:40:16.302Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3074de16-4ffb-4a76-8bbb-0a98b29b66dc
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=?
2021-11-04T11:40:16.305Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:16.305Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria
2021-11-04T11:40:16.305Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:40:16.305Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:16.306Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria
2021-11-04T11:40:16.306Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:40:16.306Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:16.306Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is not matching search criteria
2021-11-04T11:40:16.307Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-04T11:40:16.307Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-04T11:40:16.307Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=47f68461-24ab-4416-ab58-3d64356b1b11
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=?
2021-11-04T11:40:16.309Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:16.309Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria
2021-11-04T11:40:16.310Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:40:16.310Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:16.310Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria
2021-11-04T11:40:16.310Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0] matching following query criteria: sdcType=VF, customizationUUID=0076e3cb-5207-44bf-bb5f-0b0b6bfb304a
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=?
2021-11-04T11:40:16.312Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:16.312Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:40:16.312Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 123f92fb-06f2-4804-b1a7-69456f5a1a64: basic_onboard_icxTYH
2021-11-04T11:40:16.312Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:16.313Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:40:16.313Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:16.313Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:40:16.313Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:16.313Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:40:16.314Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:16.314Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:40:16.314Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:40:16.314Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:40:16.315Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_icxTYH
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 (?, ?, ?, ?, ?)
2021-11-04T11:40:16.423Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_icxTYH 3e5b280b-7cd7-4394-9abb-d36a1a504d25 1 ASDC deployResourceStructure
2021-11-04T11:40:16.424Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json ASDC sendASDCNotification
2021-11-04T11:40:16.424Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json
2021-11-04T11:40:16.424Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-04T11:40:16.424Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:40:16.430Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:40:16.431Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026016423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-04T11:40:16.527Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-11-04T11:40:16.529Z||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.
2021-11-04T11:40:16.529Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:16.551Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:16.551Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:40:17.439Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-04T11:40:17.439Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml
2021-11-04T11:40:17.439Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-04T11:40:17.440Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:40:17.468Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:40:17.469Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026017439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-04T11:40:17.542Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 73 ms
2021-11-04T11:40:17.543Z||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.
2021-11-04T11:40:17.543Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:17.558Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:17.558Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-04T11:40:18.470Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-04T11:40:18.475Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env
2021-11-04T11:40:18.475Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-04T11:40:18.476Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:40:18.478Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:40:18.478Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026018469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-04T11:40:18.578Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-04T11:40:18.579Z||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.
2021-11-04T11:40:18.579Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:18.592Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:18.593Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:40:19.481Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar ASDC sendASDCNotification
2021-11-04T11:40:19.482Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar
2021-11-04T11:40:19.482Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-04T11:40:19.482Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:40:19.484Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:40:19.484Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026019481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-04T11:40:19.587Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-04T11:40:19.588Z||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.
2021-11-04T11:40:19.588Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:19.601Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:19.601Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:40:20.486Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633
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=?
2021-11-04T11:40:20.496Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633
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=?
2021-11-04T11:40:20.499Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-04T11:40:20.499Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-04T11:40:20.500Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-04T11:40:50.500Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633
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=?
2021-11-04T11:40:50.509Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633
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=?
2021-11-04T11:40:50.512Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-04T11:40:50.512Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-04T11:40:50.513Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-04T11:40:55.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:40:55.189Z||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.
2021-11-04T11:40:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:40:55.322Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:40:55.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:40:55.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025995185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"status": "NOTIFIED"
}
2021-11-04T11:40:55.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:20.516Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633
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=?
2021-11-04T11:41:20.540Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633
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=?
2021-11-04T11:41:20.542Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-04T11:41:20.542Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-04T11:41:20.543Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-04T11:41:50.544Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633
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=?
2021-11-04T11:41:50.552Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633
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=?
2021-11-04T11:41:50.559Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-04T11:41:50.560Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-04T11:41:50.560Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-04T11:41:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:41:55.190Z||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.
2021-11-04T11:41:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:41:55.723Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:41:55.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "clamp",
"timestamp": 1636025998519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"status": "NOTIFIED"
}
2021-11-04T11:41:55.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "cds",
"timestamp": 1636025994105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025995185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-04T11:41:55.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "clamp",
"timestamp": 1636025998519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "cds",
"timestamp": 1636025994105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025995185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "clamp",
"timestamp": 1636025998519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "cds",
"timestamp": 1636025994105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "clamp",
"timestamp": 1636025998519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "cds",
"timestamp": 1636025994105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025995185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-04T11:41:55.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "policy-id",
"timestamp": 1636026006425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "clamp",
"timestamp": 1636025998519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "cds",
"timestamp": 1636025994105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025995185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "policy-id",
"timestamp": 1636026006425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "dcae-sch",
"timestamp": 1636026008129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "clamp",
"timestamp": 1636025998519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:41:55.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "cds",
"timestamp": 1636025994105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:41:55.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636025995185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:41:55.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "policy-id",
"timestamp": 1636026006425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-04T11:41:55.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "aai-ml",
"timestamp": 1636026008951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "dcae-sch",
"timestamp": 1636026008129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "policy-id",
"timestamp": 1636026006425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "cds",
"timestamp": 1636026010239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:41:55.753Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026010245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:41:55.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "aai-ml",
"timestamp": 1636026008951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "dcae-sch",
"timestamp": 1636026008129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "policy-id",
"timestamp": 1636026006425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "cds",
"timestamp": 1636026011247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-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=?
2021-11-04T11:41:55.763Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5aca0d8d-ecd1-410c-93bb-3ab8f6878633
2021-11-04T11:41:55.763Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 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 (?, ?, ?, ?, ?)
2021-11-04T11:41:55.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "aai-ml",
"timestamp": 1636026008951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "dcae-sch",
"timestamp": 1636026008129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "policy-id",
"timestamp": 1636026006425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026011792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "ves-openapi-manager",
"timestamp": 1636026011823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "aai-ml",
"timestamp": 1636026008951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "dcae-sch",
"timestamp": 1636026008129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026012857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:41:55.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "policy-id",
"timestamp": 1636026006425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:41:55.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026011792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"status": "NOTIFIED"
}
2021-11-04T11:41:55.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "ves-openapi-manager",
"timestamp": 1636026011823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "aai-ml",
"timestamp": 1636026008951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "dcae-sch",
"timestamp": 1636026008129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026013989,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:41:55.789Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "policy-id",
"timestamp": 1636026014289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:41:55.790Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026011792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-04T11:41:55.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "ves-openapi-manager",
"timestamp": 1636026011823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "aai-ml",
"timestamp": 1636026008951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "dcae-sch",
"timestamp": 1636026008129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026015278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:41:55.792Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "policy-id",
"timestamp": 1636026015312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-04T11:41:55.793Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026011792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "ves-openapi-manager",
"timestamp": 1636026011823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "aai-ml",
"timestamp": 1636026008951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:41:55.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026015327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "policy-id",
"timestamp": 1636026016318,
"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=?
2021-11-04T11:41:55.799Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5aca0d8d-ecd1-410c-93bb-3ab8f6878633
2021-11-04T11:41:55.799Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 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 (?, ?, ?, ?, ?)
2021-11-04T11:41:55.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026016423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-04T11:41:55.807Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026011792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-04T11:41:55.807Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "ves-openapi-manager",
"timestamp": 1636026011823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026015327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "aai-ml",
"timestamp": 1636026017074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:41:55.809Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026017439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-04T11:41:55.809Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026011792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "ves-openapi-manager",
"timestamp": 1636026011823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026015327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026011792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:41:55.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026018469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-04T11:41:55.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "ves-openapi-manager",
"timestamp": 1636026011823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026015327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "clamp",
"timestamp": 1636026019040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:41:55.813Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026019481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-04T11:41:55.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026015327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026020317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:41:55.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026015327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:41:55.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "clamp",
"timestamp": 1636026021050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-04T11:41:55.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026015327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:41:55.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:41:55.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "clamp",
"timestamp": 1636026022055,
"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=?
2021-11-04T11:41:55.824Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5aca0d8d-ecd1-410c-93bb-3ab8f6878633
2021-11-04T11:41:55.824Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 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 (?, ?, ?, ?, ?)
2021-11-04T11:41:55.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026022367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:41:55.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026024273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:41:55.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026024463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:41:55.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026025495,
"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=?
2021-11-04T11:41:55.841Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5aca0d8d-ecd1-410c-93bb-3ab8f6878633
2021-11-04T11:41:55.841Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 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=?
2021-11-04T11:41:55.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026026501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-04T11:41:55.846Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026027154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-04T11:41:55.846Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "aai-ml",
"timestamp": 1636026027716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-04T11:41:55.847Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:41:55.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026028160,
"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=?
2021-11-04T11:41:55.849Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5aca0d8d-ecd1-410c-93bb-3ab8f6878633
2021-11-04T11:41:55.849Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 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 (?, ?, ?, ?, ?)
2021-11-04T11:41:55.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:41:55.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "aai-ml",
"timestamp": 1636026028720,
"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=?
2021-11-04T11:41:55.857Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5aca0d8d-ecd1-410c-93bb-3ab8f6878633
2021-11-04T11:41:55.857Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 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 (?, ?, ?, ?, ?)
2021-11-04T11:42:20.561Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633
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=?
2021-11-04T11:42:20.576Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633
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=?
2021-11-04T11:42:20.578Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-04T11:42:20.578Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-04T11:42:20.579Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-04T11:42:20.579Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-04T11:42:20.579Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-04T11:42:20.579Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-04T11:42:20.579Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-04T11:42:20.579Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-04T11:42:20.579Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-04T11:42:20.580Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-04T11:42:20.580Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-04T11:42:20.583Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-04T11:42:50.585Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 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=?
2021-11-04T11:42:50.600Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 and serviceModelVersionId: 123f92fb-06f2-4804-b1a7-69456f5a1a64
2021-11-04T11:42:50.601Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ac23b3e-2545-4025-87ef-fce1a0f754f0
2021-11-04T11:42:50.602Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ac23b3e-2545-4025-87ef-fce1a0f754f0/model-vers/model-ver/123f92fb-06f2-4804-b1a7-69456f5a1a64?depth=0
2021-11-04T11:42:50.612Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-04T11:42:50.733Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac23b3e-2545-4025-87ef-fce1a0f754f0/model-vers/model-ver/123f92fb-06f2-4804-b1a7-69456f5a1a64?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]}
2021-11-04T11:42:50.735Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac23b3e-2545-4025-87ef-fce1a0f754f0/model-vers/model-ver/123f92fb-06f2-4804-b1a7-69456f5a1a64?depth=0|INFO|500||Invoke
2021-11-04T11:42:50.783Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac23b3e-2545-4025-87ef-fce1a0f754f0/model-vers/model-ver/123f92fb-06f2-4804-b1a7-69456f5a1a64?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-04T11:42:50.987Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac23b3e-2545-4025-87ef-fce1a0f754f0/model-vers/model-ver/123f92fb-06f2-4804-b1a7-69456f5a1a64?depth=0|INFO|500||InvokeReturn
2021-11-04T11:42:50.989Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac23b3e-2545-4025-87ef-fce1a0f754f0/model-vers/model-ver/123f92fb-06f2-4804-b1a7-69456f5a1a64?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211104-11:42:50:794-95439], vertex-id=[397360], Content-Length=[0], Date=[Thu, 04 Nov 2021 11:42:50 GMT], Content-Type=[application/json]}
2021-11-04T11:42:50.989Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-11-04T11:42:50.989Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-04T11:42:50.990Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-04T11:42:51.003Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-04T11:42:51.004Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-04T11:42:51.004Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-04T11:42:51.005Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:42:51.009Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:42:51.009Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026171004,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-04T11:42:51.109Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:42:51.110Z||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.
2021-11-04T11:42:51.111Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:42:51.127Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:42:51.128Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-04T11:42:52.023Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:42:52.025Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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.
2021-11-04T11:42:52.025Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:42:55.188Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:42:55.188Z||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.
2021-11-04T11:42:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:42:55.817Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:42:55.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-04T11:42:55.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026171004,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-04T11:42:55.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:43:02.946Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:43:02.947Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:43:02.947Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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.
2021-11-04T11:43:02.948Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:43:12.508Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:43:12.508Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:43:12.509Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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.
2021-11-04T11:43:12.509Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:43:22.044Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:43:55.185Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:43:55.187Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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.
2021-11-04T11:43:55.187Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:43:55.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:43:55.188Z||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.
2021-11-04T11:43:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:44:04.731Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:44:04.729Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:44:55.185Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:44:55.187Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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.
2021-11-04T11:44:55.187Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:44:55.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:44:55.188Z||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.
2021-11-04T11:44:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:45:04.754Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:45:04.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:45:55.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:45:55.188Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:45:55.189Z||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.
2021-11-04T11:45:55.189Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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.
2021-11-04T11:45:55.189Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:45:55.189Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:46:04.755Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:46:04.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:46:55.187Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:46:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:46:55.188Z||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.
2021-11-04T11:46:55.188Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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.
2021-11-04T11:46:55.188Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:46:55.188Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:47:04.741Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:47:04.742Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:47:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:47:55.186Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-04T11:47:55.190Z||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.
2021-11-04T11:47:55.190Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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.
2021-11-04T11:47:55.190Z||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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:47:55.190Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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 kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:47:55.336Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:47:55.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "clamp",
"timestamp": 1636026448519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "dcae-sch",
"timestamp": 1636026448129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1636026451825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026451792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "policy-id",
"timestamp": 1636026446424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "cds",
"timestamp": 1636026444105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1636026451825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "dcae-sch",
"timestamp": 1636026448129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "clamp",
"timestamp": 1636026448519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json",
"status": "NOTIFIED"
}
2021-11-04T11:47:55.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026451792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json",
"status": "NOTIFIED"
}
2021-11-04T11:47:55.345Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "policy-id",
"timestamp": 1636026446424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.345Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "cds",
"timestamp": 1636026444105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1636026451825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "clamp",
"timestamp": 1636026448519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "dcae-sch",
"timestamp": 1636026448129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026451792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-04T11:47:55.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "policy-id",
"timestamp": 1636026446424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-04T11:47:55.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "cds",
"timestamp": 1636026444105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "clamp",
"timestamp": 1636026448519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1636026451825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "dcae-sch",
"timestamp": 1636026448129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026451792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "policy-id",
"timestamp": 1636026446424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "cds",
"timestamp": 1636026444105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1636026451825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "dcae-sch",
"timestamp": 1636026448129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "clamp",
"timestamp": 1636026448519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026451792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-04T11:47:55.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "policy-id",
"timestamp": 1636026446424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "cds",
"timestamp": 1636026444105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "clamp",
"timestamp": 1636026448519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "dcae-sch",
"timestamp": 1636026448129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1636026451825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026451792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "policy-id",
"timestamp": 1636026446424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "cds",
"timestamp": 1636026444105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "aai-ml",
"timestamp": 1636026458951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "clamp",
"timestamp": 1636026448519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:47:55.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "dcae-sch",
"timestamp": 1636026448129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1636026451825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026451792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:47:55.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "policy-id",
"timestamp": 1636026446424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:47:55.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "cds",
"timestamp": 1636026444105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:47:55.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "aai-ml",
"timestamp": 1636026458951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026461513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:47:55.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:47:55.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "aai-ml",
"timestamp": 1636026458951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "cds",
"timestamp": 1636026461986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:47:55.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:47:55.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "policy-id",
"timestamp": 1636026461928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:47:55.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:47:55.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "aai-ml",
"timestamp": 1636026458951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "policy-id",
"timestamp": 1636026462933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-04T11:47:55.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:47:55.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "cds",
"timestamp": 1636026462993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-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 (?, ?, ?, ?, ?)
2021-11-04T11:47:55.378Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4d08a4d-9110-4490-bab0-ed11417860a7
2021-11-04T11:47:55.378Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4d08a4d-9110-4490-bab0-ed11417860a7 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 (?, ?, ?, ?, ?)
2021-11-04T11:47:55.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "aai-ml",
"timestamp": 1636026458951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026463748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:47:55.399Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:47:55.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "policy-id",
"timestamp": 1636026463936,
"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=?
2021-11-04T11:47:55.403Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4d08a4d-9110-4490-bab0-ed11417860a7
2021-11-04T11:47:55.403Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4d08a4d-9110-4490-bab0-ed11417860a7 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 (?, ?, ?, ?, ?)
2021-11-04T11:47:55.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "aai-ml",
"timestamp": 1636026458951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026465051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:47:55.416Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:47:55.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "aai-ml",
"timestamp": 1636026458951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:47:55.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026465327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026466075,
"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=?
2021-11-04T11:47:55.419Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4d08a4d-9110-4490-bab0-ed11417860a7
2021-11-04T11:47:55.419Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4d08a4d-9110-4490-bab0-ed11417860a7 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=?
2021-11-04T11:47:55.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "aai-ml",
"timestamp": 1636026466791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:47:55.423Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:47:55.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026465327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636026467078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json",
"status": "DEPLOY_OK"
}
2021-11-04T11:47:55.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:47:55.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026465327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026465327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026465327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026465327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026465327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:47:55.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-04T11:47:55.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636026473109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:47:55.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:47:55.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "clamp",
"timestamp": 1636026473179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:47:55.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-04T11:47:55.844Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:47:55.845Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-04T11:47:55.845Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4d08a4d-9110-4490-bab0-ed11417860a7","serviceName":"vFW 2021-11-04 11-44-43","serviceVersion":"1.0","serviceUUID":"6f10f557-8606-427e-898f-ff2551b391ac","serviceDescription":"catalog service description","serviceInvariantUUID":"5a4fda78-0048-4219-b410-95dc730fd486","resources":[{"resourceInstanceName":"vFW 9a673f84-c9a3 0","resourceName":"vFW 9a673f84-c9a3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ed559ea-df71-48d3-a4da-68d771cb1d9d","resourceInvariantUUID":"04a8a173-d0b2-4fed-990b-0e4fb8dc25c0","resourceCustomizationUUID":"dadcf690-344c-4f7d-8aae-3165643b87fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml","artifactChecksum":"ZjM3ZmEwOTk0MmY5ZWE0YzQ2OTI0ZWU0MWM0OTNmMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a5a5a8c-852f-4dc6-831d-08e9b40fbb2c","artifactVersion":"1"},{"artifactName":"vfw9a673f84c9a30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json","artifactChecksum":"NmU3MDEwMWMwYjg5NDU4Njk4OWM0ZjczODgzYTZmN2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"28fe3332-6bdf-47c3-b535-102368cb75eb","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"afd605eb-bb0a-4687-826c-eb10be7b490f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml","artifactChecksum":"MzIwNDg2ZGZjYzBkOWUwYjNhYzM2ZDliYmI5NGNjMjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51730193-c7bb-4bf2-8f3a-298a639a1734","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a18f81a3-7c0d-49bf-9051-a1676dfe8d49","artifactVersion":"3","generatedFromUUID":"afd605eb-bb0a-4687-826c-eb10be7b490f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211104114443-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml","artifactChecksum":"OWM2YTE2ZDY4ZGQ3ZGUxNjE0ZjAwYzE2YWNmZTA5MDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d61117b1-81c9-4c72-9ffb-6dd9ba46a7ed","artifactVersion":"1"},{"artifactName":"service-Vfw20211104114443-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar","artifactChecksum":"OTlkOWYzZDBmMDMxNmI4NDg1NmUzYmQ1MTBhODdhODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25e7c9a8-bde5-4948-b308-9c4ae7c7459a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-04T11:47:55.849Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:47:55.849Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:47:55.853Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:47:55.853Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026475186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:55.953Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:47:55.954Z||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.
2021-11-04T11:47:55.954Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:47:55.967Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:47:55.967Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:47:56.853Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:47:56.855Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:47:56.857Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:47:56.858Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026475186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json",
"status": "NOTIFIED"
}
2021-11-04T11:47:56.958Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-04T11:47:56.958Z||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.
2021-11-04T11:47:56.959Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:47:56.970Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:47:56.971Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:47:57.858Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:47:57.859Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:47:57.862Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:47:57.862Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026475186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-04T11:47:57.962Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-04T11:47:57.963Z||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.
2021-11-04T11:47:57.963Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:47:57.975Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:47:57.976Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:47:58.863Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:47:58.864Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:47:58.867Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:47:58.867Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026475186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:47:58.967Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:47:58.968Z||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.
2021-11-04T11:47:58.969Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:47:58.981Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:47:58.982Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:47:59.867Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:47:59.868Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:47:59.871Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:47:59.871Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026475186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-04T11:47:59.973Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-04T11:47:59.973Z||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.
2021-11-04T11:47:59.974Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:47:59.994Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:47:59.995Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-11-04T11:48:00.872Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:48:00.872Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:48:00.875Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:48:00.875Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026475186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-04T11:48:00.975Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:48:00.976Z||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.
2021-11-04T11:48:00.976Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:48:00.988Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:48:00.989Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:48:01.875Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-04T11:48:01.876Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:48:01.878Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:48:01.878Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026475186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"status": "NOTIFIED"
}
2021-11-04T11:48:01.978Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-04T11:48:01.980Z||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.
2021-11-04T11:48:01.980Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:48:01.992Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:48:01.993Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:48:02.880Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"serviceName": "vFW 2021-11-04 11-44-43",
"serviceVersion": "1.0",
"serviceUUID": "6f10f557-8606-427e-898f-ff2551b391ac",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5a4fda78-0048-4219-b410-95dc730fd486",
"resources": [
{
"resourceInstanceName": "vFW 9a673f84-c9a3 0",
"resourceCustomizationUUID": "dadcf690-344c-4f7d-8aae-3165643b87fd",
"resourceName": "vFW 9a673f84-c9a3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7ed559ea-df71-48d3-a4da-68d771cb1d9d",
"resourceInvariantUUID": "04a8a173-d0b2-4fed-990b-0e4fb8dc25c0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9a673f84c9a30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json",
"artifactChecksum": "NmU3MDEwMWMwYjg5NDU4Njk4OWM0ZjczODgzYTZmN2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "28fe3332-6bdf-47c3-b535-102368cb75eb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "afd605eb-bb0a-4687-826c-eb10be7b490f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "a18f81a3-7c0d-49bf-9051-a1676dfe8d49",
"generatedFromUUID": "afd605eb-bb0a-4687-826c-eb10be7b490f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "a18f81a3-7c0d-49bf-9051-a1676dfe8d49",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211104114443-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"artifactChecksum": "OTlkOWYzZDBmMDMxNmI4NDg1NmUzYmQ1MTBhODdhODk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "25e7c9a8-bde5-4948-b308-9c4ae7c7459a"
}
],
"workloadContext": "Production"
}
2021-11-04T11:48:02.881Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-04T11:48:02.881Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6f10f557-8606-427e-898f-ff2551b391ac ASDC
2021-11-04T11:48:02.883Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b4d08a4d-9110-4490-bab0-ed11417860a7
ServiceName:vFW 2021-11-04 11-44-43
ServiceVersion:1.0
ServiceUUID:6f10f557-8606-427e-898f-ff2551b391ac
ServiceInvariantUUID:5a4fda78-0048-4219-b410-95dc730fd486
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211104114443-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar
ArtifactUUID:25e7c9a8-bde5-4948-b308-9c4ae7c7459a
ArtifactChecksum:OTlkOWYzZDBmMDMxNmI4NDg1NmUzYmQ1MTBhODdhODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9a673f84-c9a3 0
ResourceCustomizationUUID:dadcf690-344c-4f7d-8aae-3165643b87fd
ResourceInvariantUUID:04a8a173-d0b2-4fed-990b-0e4fb8dc25c0
ResourceName:vFW 9a673f84-c9a3
ResourceType:VF
ResourceUUID:7ed559ea-df71-48d3-a4da-68d771cb1d9d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9a673f84c9a30_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json
ArtifactUUID:28fe3332-6bdf-47c3-b535-102368cb75eb
ArtifactChecksum:NmU3MDEwMWMwYjg5NDU4Njk4OWM0ZjczODgzYTZmN2Q=
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/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml
ArtifactUUID:afd605eb-bb0a-4687-826c-eb10be7b490f
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env
ArtifactUUID:a18f81a3-7c0d-49bf-9051-a1676dfe8d49
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env
ArtifactUUID:a18f81a3-7c0d-49bf-9051-a1676dfe8d49
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-04T11:48:02.883Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f10f557-8606-427e-898f-ff2551b391ac 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=?
2021-11-04T11:48:02.925Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-04T11:48:02.927Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-04T11:48:02.927Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-04T11:48:02.927Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 25e7c9a8-bde5-4948-b308-9c4ae7c7459a from URL: /sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar
2021-11-04T11:48:02.928Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-04T11:48:02.928Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar
2021-11-04T11:48:04.155Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-04T11:48:04.159Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar 25e7c9a8-bde5-4948-b308-9c4ae7c7459a 98954
2021-11-04T11:48:04.160Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar ASDC sendASDCNotification
2021-11-04T11:48:04.160Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar
2021-11-04T11:48:04.160Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-04T11:48:04.160Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:48:04.162Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:48:04.162Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026484160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:48:04.263Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:48:04.264Z||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.
2021-11-04T11:48:04.264Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:48:04.277Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:48:04.277Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:48:05.165Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-04T11:48:05.166Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-04T11:48:05.167Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 25e7c9a8-bde5-4948-b308-9c4ae7c7459a, URL: /sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar to file: /app/ASDC/1/service-Vfw20211104114443-csar.csar
2021-11-04T11:48:05.167Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211104114443-csar.csar
2021-11-04T11:48:05.167Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211104114443-csar.csar
2021-11-04T11:48:05.168Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211104114443-csar.csar
2021-11-04T11:48:05.440Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12071855213744542876/Definitions/service-Vfw20211104114443-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
2021-11-04T11:48:07.816Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-04T11:48:07.817Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-04T11:48:07.817Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211104114443-csar.csar
2021-11-04T11:48:07.817Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-04T11:48:07.817Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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-Vfw20211104114443-csar.csar
2021-11-04T11:48:07.817Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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-Vfw20211104114443-csar.csar
2021-11-04T11:48:07.818Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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-Vfw20211104114443-csar.csar
2021-11-04T11:48:07.818Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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-Vfw20211104114443-csar.csar
2021-11-04T11:48:07.818Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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-Vfw20211104114443-csar.csar
2021-11-04T11:48:07.818Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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-Vfw20211104114443-csar.csar
2021-11-04T11:48:07.818Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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-Vfw20211104114443-csar.csar
2021-11-04T11:48:07.818Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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-Vfw20211104114443-csar.csar
2021-11-04T11:48:07.819Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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-Vfw20211104114443-csar.csar
2021-11-04T11:48:07.819Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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-Vfw20211104114443-csar.csar
2021-11-04T11:48:07.819Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9a673f84-c9a3 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-Vfw20211104114443-csar.csar
2021-11-04T11:48:07.819Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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-Vfw20211104114443-csar.csar
2021-11-04T11:48:07.819Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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-Vfw20211104114443-csar.csar
2021-11-04T11:48:07.819Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-04T11:48:07.819Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:07.820Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:48:07.820Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria
2021-11-04T11:48:07.820Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-04T11:48:07.821Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-04T11:48:07.821Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:07.821Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:48:07.821Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria
2021-11-04T11:48:07.822Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-04T11:48:07.822Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-04T11:48:07.822Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:07.822Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:48:07.823Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:07.823Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is not matching search criteria
2021-11-04T11:48:07.823Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-04T11:48:07.823Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-04T11:48:07.824Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-04T11:48:07.824Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:48:07.824Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-04T11:48:07.824Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-04T11:48:07.824Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:48:07.824Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-04T11:48:07.825Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-04T11:48:07.825Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:48:07.825Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-04T11:48:07.825Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-04T11:48:07.825Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-04T11:48:07.826Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-04T11:48:07.826Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:48:07.826Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-04T11:48:07.826Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:07.826Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-04T11:48:07.827Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:07.827Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria
2021-11-04T11:48:07.827Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:48:07.827Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:07.828Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria
2021-11-04T11:48:07.828Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:48:07.828Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:07.828Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria
2021-11-04T11:48:07.828Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:48:07.829Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:07.829Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is not matching search criteria
2021-11-04T11:48:07.829Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-04T11:48:07.829Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-04T11:48:07.830Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-04T11:48:07.830Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-04T11:48:07.830Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-04T11:48:07.830Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:48:07.830Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-04T11:48:07.831Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-04T11:48:07.831Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-04T11:48:07.831Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-04T11:48:07.831Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:48:07.831Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f983cb25-04ae-4e95-82bb-3a100c368cef
2021-11-04T11:48:07.832Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:07.832Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is not matching search criteria
2021-11-04T11:48:07.832Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-04T11:48:07.832Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-04T11:48:07.832Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-04T11:48:07.833Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:48:07.833Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-04T11:48:07.833Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-04T11:48:07.833Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:48:07.834Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-04T11:48:07.834Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-04T11:48:07.834Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-04T11:48:07.834Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-04T11:48:07.834Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:48:07.835Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b9443451-5404-4558-9acf-08884de402f8
2021-11-04T11:48:07.835Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:07.835Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is not matching search criteria
2021-11-04T11:48:07.835Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-04T11:48:07.835Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-04T11:48:07.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-04T11:48:07.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:48:07.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-04T11:48:07.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-04T11:48:07.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:48:07.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-04T11:48:07.837Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-04T11:48:07.837Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:48:07.837Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-04T11:48:07.837Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-04T11:48:07.837Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e9e0cff9-80c6-4c1c-a200-045ec204ff22
2021-11-04T11:48:07.838Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:07.838Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:48:07.838Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:07.838Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:48:07.838Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:07.839Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:48:07.839Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:07.839Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:48:07.839Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-04 11-44-43
Description:catalog service description
Model UUID:6f10f557-8606-427e-898f-ff2551b391ac
Model Version:NULL
Model InvariantUuid:5a4fda78-0048-4219-b410-95dc730fd486
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9a673f84-c9a3
Model UUID:389938a3-4dcc-4a60-8f9b-45d39b5ffc6b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:04a8a173-d0b2-4fed-990b-0e4fb8dc25c0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:dadcf690-344c-4f7d-8aae-3165643b87fd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5c4ccd3c-cd6b-4e43-ad15-318ec8d28d98
ModelName:Vfw9a673f84C9a3..base_vfw..module-0
ModelUuid:b1cd5d13-90b8-4b6d-827b-9c8a41ce345f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f983cb25-04ae-4e95-82bb-3a100c368cef
ModelInvariantUuid:72a7f3da-b76a-4765-a9a9-3ee3f3b82459
ModelName:vFW 9a673f84-c9a3-nodes.vfwCvfc
ModelUuid:ddab1e5e-fe56-41d4-b609-7d0ea46569f5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:70487dda-d28d-4e9d-a5ee-0725867b27a8
ModelInvariantUuid:2b6a03d0-670f-46d2-8b25-9954344ea8d3
ModelName:Vfw9a673f84C9a3.compute.nodes.heat.vfw
ModelUuid:c63bd810-a2a2-4c8e-b724-eccb857cf081
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b9443451-5404-4558-9acf-08884de402f8
ModelInvariantUuid:1e1a8f06-9b55-44c8-b0c8-3b0a37202c8d
ModelName:vFW 9a673f84-c9a3-nodes.vsnCvfc
ModelUuid:38a5bd33-c4b4-4078-b9c4-9e7d89de41d5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:006da9ed-f260-438a-aa4f-25cfd9aa191d
ModelInvariantUuid:bf6d01e0-c3c9-4b0b-9ff0-5cd015ee6579
ModelName:Vfw9a673f84C9a3.compute.nodes.heat.vsn
ModelUuid:a11b963a-8ed2-407b-9234-47a53b3f540b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e9e0cff9-80c6-4c1c-a200-045ec204ff22
ModelInvariantUuid:de6cc970-08f0-452b-95cd-ea624176b5cc
ModelName:vFW 9a673f84-c9a3-nodes.vpgCvfc
ModelUuid:a66e3525-0c26-405a-8581-1eea2c32cb83
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c747fa08-62a0-4eea-844a-0f0d45c29c83
ModelInvariantUuid:9dd3eaba-5aaf-43e8-a172-fd7294a59bc2
ModelName:Vfw9a673f84C9a3.compute.nodes.heat.vpg
ModelUuid:60ec4143-bcc3-4d52-a9e7-5315fbaea082
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=?
2021-11-04T11:48:07.844Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ed559ea-df71-48d3-a4da-68d771cb1d9d
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=?
2021-11-04T11:48:07.848Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||vFW 9a673f84-c9a3 0
2021-11-04T11:48:07.848Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ed559ea-df71-48d3-a4da-68d771cb1d9d
2021-11-04T11:48:07.848Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 28fe3332-6bdf-47c3-b535-102368cb75eb from URL: /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json
2021-11-04T11:48:07.848Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-04T11:48:07.848Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json
2021-11-04T11:48:08.121Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-04T11:48:08.122Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json 28fe3332-6bdf-47c3-b535-102368cb75eb 785
2021-11-04T11:48:08.122Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json ASDC sendASDCNotification
2021-11-04T11:48:08.122Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json
2021-11-04T11:48:08.122Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-04T11:48:08.122Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:48:08.125Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:48:08.125Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026488122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:48:08.225Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:48:08.226Z||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.
2021-11-04T11:48:08.226Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:48:08.239Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:48:08.240Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:48:09.125Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9a673f84C9a3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5c4ccd3c-cd6b-4e43-ad15-318ec8d28d98",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b1cd5d13-90b8-4b6d-827b-9c8a41ce345f",
"vfModuleModelCustomizationUUID": "5e4f8351-40eb-4768-a56c-45353af9aace",
"isBase": true,
"artifacts": [
"afd605eb-bb0a-4687-826c-eb10be7b490f",
"a18f81a3-7c0d-49bf-9051-a1676dfe8d49"
],
"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": ""
}
}
]
2021-11-04T11:48:09.132Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9a673f84C9a3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1cd5d13-90b8-4b6d-827b-9c8a41ce345f
VfModuleModelInvariantUUID:5c4ccd3c-cd6b-4e43-ad15-318ec8d28d98
VfModuleModelDescription:NULL
Artifacts UUID List:{
afd605eb-bb0a-4687-826c-eb10be7b490f
,
a18f81a3-7c0d-49bf-9051-a1676dfe8d49
}
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
}
2021-11-04T11:48:09.134Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9a673f84C9a3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5c4ccd3c-cd6b-4e43-ad15-318ec8d28d98",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b1cd5d13-90b8-4b6d-827b-9c8a41ce345f",
"vfModuleModelCustomizationUUID": "5e4f8351-40eb-4768-a56c-45353af9aace",
"isBase": true,
"artifacts": [
"afd605eb-bb0a-4687-826c-eb10be7b490f",
"a18f81a3-7c0d-49bf-9051-a1676dfe8d49"
],
"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": ""
}
}
]
2021-11-04T11:48:09.134Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9a673f84C9a3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1cd5d13-90b8-4b6d-827b-9c8a41ce345f
VfModuleModelInvariantUUID:5c4ccd3c-cd6b-4e43-ad15-318ec8d28d98
VfModuleModelDescription:NULL
Artifacts UUID List:{
afd605eb-bb0a-4687-826c-eb10be7b490f
,
a18f81a3-7c0d-49bf-9051-a1676dfe8d49
}
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
}
2021-11-04T11:48:09.134Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: afd605eb-bb0a-4687-826c-eb10be7b490f from URL: /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml
2021-11-04T11:48:09.134Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-04T11:48:09.135Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml
2021-11-04T11:48:09.249Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-04T11:48:09.250Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml afd605eb-bb0a-4687-826c-eb10be7b490f 20368
2021-11-04T11:48:09.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-04T11:48:09.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml
2021-11-04T11:48:09.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-04T11:48:09.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:48:09.254Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:48:09.254Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026489251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:48:09.354Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:48:09.355Z||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.
2021-11-04T11:48:09.355Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:48:09.369Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:48:09.370Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:48:10.258Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a18f81a3-7c0d-49bf-9051-a1676dfe8d49 from URL: /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env
2021-11-04T11:48:10.259Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-04T11:48:10.259Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env
2021-11-04T11:48:10.350Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-04T11:48:10.350Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env a18f81a3-7c0d-49bf-9051-a1676dfe8d49 2098
2021-11-04T11:48:10.351Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-04T11:48:10.351Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env
2021-11-04T11:48:10.351Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-04T11:48:10.351Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-04T11:48:10.353Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-04T11:48:10.353Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636026490351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-04T11:48:10.454Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-04T11:48:10.455Z||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.
2021-11-04T11:48:10.456Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ...
2021-11-04T11:48:10.469Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-04T11:48:10.470Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-04T11:48:11.354Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6f10f557-8606-427e-898f-ff2551b391ac
2021-11-04T11:48:11.355Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9a673f84-c9a3 0 7ed559ea-df71-48d3-a4da-68d771cb1d9d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-04T11:48:11.367Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c9cb169, org.onap.sdc.toscaparser.api.parameters.Input@5d587d4f, org.onap.sdc.toscaparser.api.parameters.Input@3ec043c4, org.onap.sdc.toscaparser.api.parameters.Input@56ad4e80, org.onap.sdc.toscaparser.api.parameters.Input@6f83bac5]
2021-11-04T11:48:11.368Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:11.369Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:48:11.369Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-11-04T11:48:11.369Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= dadcf690-344c-4f7d-8aae-3165643b87fd
2021-11-04T11:48:11.370Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dadcf690-344c-4f7d-8aae-3165643b87fd matches Tosca VF Customization UUID: dadcf690-344c-4f7d-8aae-3165643b87fd
2021-11-04T11:48:11.370Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: dadcf690-344c-4f7d-8aae-3165643b87fd 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=?
2021-11-04T11:48:11.372Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:11.372Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-04T11:48:11.375Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id dadcf690-344c-4f7d-8aae-3165643b87fd: {\"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\"}
2021-11-04T11:48:11.375Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71a83d8a
2021-11-04T11:48:11.376Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:11.376Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-04T11:48:11.377Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5e4f8351-40eb-4768-a56c-45353af9aace
2021-11-04T11:48:11.378Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5e4f8351-40eb-4768-a56c-45353af9aace
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=?
2021-11-04T11:48:11.380Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:11.381Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria
2021-11-04T11:48:11.381Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:48:11.382Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:11.382Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria
2021-11-04T11:48:11.383Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:48:11.384Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:11.385Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is not matching search criteria
2021-11-04T11:48:11.385Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-04T11:48:11.386Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-04T11:48:11.387Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-04T11:48:11.387Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-04T11:48:11.388Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-04T11:48:11.388Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-04T11:48:11.389Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-04T11:48:11.389Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-04T11:48:11.390Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-04T11:48:11.390Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-04T11:48:11.391Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-04T11:48:11.391Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f983cb25-04ae-4e95-82bb-3a100c368cef
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=?
2021-11-04T11:48:11.394Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-04T11:48:11.394Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria
2021-11-04T11:48:11.395Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-04T11:48:11.395Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery