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-12-17T02:44:48.827Z||main|||||INFO|500||The following profiles are active: basic
2021-12-17T02:44:58.048Z||main|||||INFO|500||Starting service [Tomcat]
2021-12-17T02:44:58.048Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-12-17T02:44:58.149Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-12-17T02:45:00.315Z||main|||||INFO|500||catdb-pool - Starting...
2021-12-17T02:45:00.464Z||main|||||INFO|500||catdb-pool - Start completed.
2021-12-17T02:45:00.948Z||main|||||INFO|500||reqdb-pool - Starting...
2021-12-17T02:45:00.955Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-12-17T02:45:01.026Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-12-17T02:45:01.139Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-12-17T02:45:01.465Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-12-17T02:45:02.329Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-17T02:45:04.181Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-17T02:45:04.225Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-12-17T02:45:04.689Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-17T02:45:04.842Z||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-12-17T02:45:05.986Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-17T02:45:06.970Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-12-17T02:45:06.987Z||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$$90fab671.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-12-17T02:45:06.987Z||main|||||WARN|500||The sdc end point is not alive
2021-12-17T02:45:09.583Z||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-12-17T02:45:12.081Z||main|||||WARN|500||---
2021-12-17T02:45:12.082Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-12-17T02:45:12.083Z||main|||||WARN|500||---
2021-12-17T02:45:12.450Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-12-17T02:45:16.485Z||main|||||INFO|500||Started Application in 31.956 seconds (JVM running for 33.098)
2021-12-17T02:45:16.524Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-17T02:45:16.526Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-17T02:45:16.541Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-17T02:45:16.614Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-17T02:45:16.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f33d50b-2bd5-4285-8274-08b7e73605fa url= /sdc/v1/artifactTypes
2021-12-17T02:45:16.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-17T02:45:16.882Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-17T02:45:16.906Z||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-12-17T02:45:16.924Z||scheduling-1|||||DEBUG|500||create keys
2021-12-17T02:45:16.930Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-12-17T02:45:17.349Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:45:17.365Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7e0d9c7a-6553-4986-891a-a810fb3fb92c url= /sdc/v1/registerForDistribution
2021-12-17T02:45:17.994Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7e0d9c7a-6553-4986-891a-a810fb3fb92c url= /sdc/v1/registerForDistribution
2021-12-17T02:45:17.994Z||scheduling-1|||||INFO|500||start DistributionClient
2021-12-17T02:45:18.004Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:45:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:45:18.008Z||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-12-17T02:45:18.008Z||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-12-17T02:45:18.009Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:45:18.009Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:45:18.010Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-12-17T02:45:28.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:45:28.695Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:46:18.003Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:46:18.005Z||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-12-17T02:46:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:46:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:46:18.005Z||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-12-17T02:46:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:46:27.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:46:27.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:47:18.003Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:47:18.004Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T02:47:18.004Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:47:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:47:18.005Z||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-12-17T02:47:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:47:27.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:47:27.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:48:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:48:18.005Z||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-12-17T02:48:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:48:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:48:18.005Z||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-12-17T02:48:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:48:27.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:48:27.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:49:18.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:49:18.005Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T02:49:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:49:18.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:49:18.006Z||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-12-17T02:49:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:49:27.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:49:27.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:50:18.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:50:18.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T02:50:18.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:50:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:50:18.006Z||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-12-17T02:50:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:50:27.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:50:27.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:51:18.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:51:18.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T02:51:18.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:51:18.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:51:18.005Z||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-12-17T02:51:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:51:27.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:51:27.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:52:18.003Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:52:18.004Z||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-12-17T02:52:18.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:52:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:52:18.007Z||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-12-17T02:52:18.007Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:52:27.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:52:27.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:53:18.003Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:53:18.004Z||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-12-17T02:53:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:53:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:53:18.005Z||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-12-17T02:53:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:53:27.545Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:53:27.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:54:18.003Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:54:18.004Z||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-12-17T02:54:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:54:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:54:18.005Z||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-12-17T02:54:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:54:27.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:54:27.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:54:54.093Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-12-17T02:55:18.003Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:55:18.004Z||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-12-17T02:55:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:55:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:55:18.005Z||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-12-17T02:55:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:55:27.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:55:27.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:56:18.003Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:56:18.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:56:18.004Z||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-12-17T02:56:18.005Z||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-12-17T02:56:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:56:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:56:27.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:56:27.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:57:18.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:57:18.004Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T02:57:18.005Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:57:18.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:57:18.005Z||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-12-17T02:57:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:57:27.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:57:27.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:58:18.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:58:18.004Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T02:58:18.005Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:58:18.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:58:18.005Z||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-12-17T02:58:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:58:27.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:58:27.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:59:18.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:59:18.004Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T02:59:18.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:59:18.005Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:59:18.005Z||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-12-17T02:59:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:59:27.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T02:59:27.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:00:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:00:18.005Z||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-12-17T03:00:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:00:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:00:18.006Z||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-12-17T03:00:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:00:27.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:00:27.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:01:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:01:18.004Z||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-12-17T03:01:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:01:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:01:18.005Z||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-12-17T03:01:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:01:27.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:01:27.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:02:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:02:18.004Z||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-12-17T03:02:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:02:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:02:18.005Z||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-12-17T03:02:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:02:27.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:02:27.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:03:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:03:18.004Z||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-12-17T03:03:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:03:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:03:18.005Z||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-12-17T03:03:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:03:27.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:03:27.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:04:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:04:18.004Z||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-12-17T03:04:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:04:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:04:18.005Z||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-12-17T03:04:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:04:27.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:04:27.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:05:18.004Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:05:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:05:18.005Z||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-12-17T03:05:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:05:18.005Z||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-12-17T03:05:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:05:27.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:05:27.548Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:06:18.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:06:18.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:06:18.009Z||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-12-17T03:06:18.009Z||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-12-17T03:06:18.009Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:06:18.009Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:06:27.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:06:27.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:07:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:07:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:07:18.005Z||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-12-17T03:07:18.005Z||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-12-17T03:07:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:07:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:07:27.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:07:27.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:08:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:08:18.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:08:18.005Z||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-12-17T03:08:18.005Z||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-12-17T03:08:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:08:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:08:27.551Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:08:27.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:09:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:09:18.004Z||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-12-17T03:09:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:09:18.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:09:18.005Z||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-12-17T03:09:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:09:27.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:09:27.547Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:10:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:10:18.004Z||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-12-17T03:10:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:10:18.004Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:10:18.005Z||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-12-17T03:10:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:10:27.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:10:27.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:11:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:11:18.004Z||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-12-17T03:11:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:11:18.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:11:18.006Z||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-12-17T03:11:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:11:27.543Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:11:27.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:12:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:12:18.004Z||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-12-17T03:12:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:12:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:12:18.005Z||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-12-17T03:12:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:12:27.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:12:27.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:13:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:13:18.004Z||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-12-17T03:13:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:13:18.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:13:18.005Z||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-12-17T03:13:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:13:27.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:13:27.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:14:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:14:18.004Z||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-12-17T03:14:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:14:18.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:14:18.005Z||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-12-17T03:14:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:14:27.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:14:27.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:15:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:15:18.004Z||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-12-17T03:15:18.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:15:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:15:18.005Z||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-12-17T03:15:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:15:27.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:15:27.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:16:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:16:18.004Z||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-12-17T03:16:18.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:16:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:16:18.005Z||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-12-17T03:16:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:16:27.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:16:27.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:17:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:17:18.004Z||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-12-17T03:17:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:17:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:17:18.005Z||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-12-17T03:17:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:17:27.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:17:27.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:18:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:18:18.004Z||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-12-17T03:18:18.004Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:18:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:18:18.005Z||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-12-17T03:18:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:18:27.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:18:27.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:19:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:19:18.004Z||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-12-17T03:19:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:19:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:19:18.005Z||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-12-17T03:19:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:19:27.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:19:27.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:20:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:20:18.004Z||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-12-17T03:20:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:20:18.006Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:20:18.006Z||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-12-17T03:20:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:20:27.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:20:27.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:21:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:21:18.004Z||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-12-17T03:21:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:21:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:21:18.005Z||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-12-17T03:21:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:21:27.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:21:27.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:22:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:22:18.004Z||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-12-17T03:22:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:22:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:22:18.005Z||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-12-17T03:22:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:22:27.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:22:27.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:23:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:23:18.004Z||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-12-17T03:23:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:23:18.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:23:18.005Z||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-12-17T03:23:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:23:27.544Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:23:27.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:24:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:24:18.004Z||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-12-17T03:24:18.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:24:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:24:18.005Z||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-12-17T03:24:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:24:27.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:24:27.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:25:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:25:18.004Z||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-12-17T03:25:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:25:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:25:18.005Z||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-12-17T03:25:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:25:27.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:25:27.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:26:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:26:18.004Z||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-12-17T03:26:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:26:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:26:18.005Z||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-12-17T03:26:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:26:27.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:26:27.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:27:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:27:18.004Z||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-12-17T03:27:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:27:18.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:27:18.005Z||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-12-17T03:27:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:27:27.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:27:27.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:28:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:28:18.004Z||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-12-17T03:28:18.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:28:18.005Z||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-12-17T03:28:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:28:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:28:27.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:28:27.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:29:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:29:18.004Z||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-12-17T03:29:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:29:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:29:18.005Z||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-12-17T03:29:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:29:27.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:29:27.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:30:18.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:30:18.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T03:30:18.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:30:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:30:18.005Z||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-12-17T03:30:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:30:27.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:30:27.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:31:18.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:31:18.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T03:31:18.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:31:18.004Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:31:18.005Z||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-12-17T03:31:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:31:27.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:31:27.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:32:18.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:32:18.004Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T03:32:18.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:32:18.005Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:32:18.005Z||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-12-17T03:32:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:32:27.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:32:27.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:33:18.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:33:18.004Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T03:33:18.004Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:33:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:33:18.007Z||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-12-17T03:33:18.007Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:33:27.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:33:27.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:34:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:34:18.004Z||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-12-17T03:34:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:34:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:34:18.005Z||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-12-17T03:34:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:34:27.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:34:27.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:35:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:35:18.004Z||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-12-17T03:35:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:35:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:35:18.005Z||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-12-17T03:35:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:35:27.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:35:27.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:36:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:36:18.004Z||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-12-17T03:36:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:36:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:36:18.006Z||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-12-17T03:36:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:36:27.544Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:36:27.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:37:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:37:18.004Z||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-12-17T03:37:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:37:18.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:37:18.005Z||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-12-17T03:37:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:37:27.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:37:27.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:38:18.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:38:18.004Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T03:38:18.004Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:38:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:38:18.006Z||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-12-17T03:38:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:38:27.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:38:27.548Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:39:18.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:39:18.004Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T03:39:18.005Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:39:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:39:18.005Z||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-12-17T03:39:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:39:27.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:39:27.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:40:18.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:40:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:40:18.005Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T03:40:18.005Z||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-12-17T03:40:18.005Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:40:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:40:27.544Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:40:27.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:41:18.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:41:18.004Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:41:18.004Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T03:41:18.005Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:41:18.005Z||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-12-17T03:41:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:41:27.544Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:41:27.544Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:42:18.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:42:18.004Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T03:42:18.004Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:42:18.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:42:18.005Z||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-12-17T03:42:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:42:27.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:42:27.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:43:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:43:18.004Z||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-12-17T03:43:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:43:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:43:18.005Z||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-12-17T03:43:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:43:27.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:43:27.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:44:18.004Z||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-12-17T03:44:18.004Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:44:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:18.005Z||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-12-17T03:44:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:25.245Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:25.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-17T03:44:25.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c088e00c-41b0-44b9-bb68-6174976c847c","serviceName":"vFW 2021-12-17 03-42-02","serviceVersion":"1.0","serviceUUID":"ed2b2d53-7d99-4396-9d41-371d1ca02e7c","serviceDescription":"catalog service description","serviceInvariantUUID":"79339e01-1adc-4bac-8f80-d43a1c8fd026","resources":[{"resourceInstanceName":"vFW d516a169-be1d 0","resourceName":"vFW d516a169-be1d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"804db233-2849-4242-b7d7-c0f528dd7a44","resourceInvariantUUID":"b043df1a-703c-4b84-8c3a-a1321f08f26e","resourceCustomizationUUID":"4d85bdbe-6874-4929-8e53-89f24273a18b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml","artifactChecksum":"NzU4NGQ0NzUzZmY3MWZlZDVkNGNhMGFhMjQ1YjY0NjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a1edf13-4c95-4a4e-84a6-b96f013ed165","artifactVersion":"1"},{"artifactName":"vfwd516a169be1d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json","artifactChecksum":"OTU4NGViZWM4ZTE0OWM3YTI2YmNiZDc5ZWQxYjJlMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e3b87365-2b0e-408c-9057-f91470e61441","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"77e99bd5-afa0-4ceb-be44-ed4b5dc72666","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml","artifactChecksum":"MjZmMTJmOWM1YTYzMWVjODYwYmViM2QzZDM1ZjNiNWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1c09a29-bb78-45c4-b8a4-23110981a3d2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"07ffa39d-f0f1-470f-8388-bcbf28b3a39c","artifactVersion":"2","generatedFromUUID":"77e99bd5-afa0-4ceb-be44-ed4b5dc72666"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211217034202-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml","artifactChecksum":"M2UyM2U4OTRiMDFkOTc1ZTM5MGEwNmU3ZmE4YTQ3NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"144d0254-9fdc-4377-973f-9defbc7cffa9","artifactVersion":"1"},{"artifactName":"service-Vfw20211217034202-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar","artifactChecksum":"Yzk3MzhhODA3OTE3YzAzZTI3OWZhZTJkMGE3ZTc1ZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4587d586-8cc0-40c4-b374-3454cbc552b5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-17T03:44:25.252Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:44:25.257Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:25.264Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:25.264Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712658003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:44:25.365Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-17T03:44:25.367Z||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-12-17T03:44:25.367Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:25.377Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:25.378Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:25.419Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:25.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:44:25.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "dcae-sch",
"timestamp": 1639712657926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:44:25.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:44:25.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:44:25.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "ves-openapi-manager",
"timestamp": 1639712658994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:44:25.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:44:26.269Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:44:26.269Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:26.271Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:26.271Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712658003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"status": "NOTIFIED"
}
2021-12-17T03:44:26.372Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:26.373Z||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-12-17T03:44:26.373Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:26.382Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:26.383Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:27.272Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:44:27.273Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:27.275Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:27.275Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712658003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-17T03:44:27.376Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T03:44:27.376Z||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-12-17T03:44:27.377Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:27.386Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:27.386Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:28.276Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:44:28.277Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:28.279Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:28.279Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712658003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:44:28.380Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T03:44:28.380Z||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-12-17T03:44:28.381Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:28.392Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:28.392Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:29.280Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:44:29.281Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:29.283Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:29.284Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712658003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-17T03:44:29.384Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:29.384Z||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-12-17T03:44:29.384Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:29.394Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:29.394Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:30.284Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:44:30.285Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:30.288Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:30.288Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712658003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:44:30.388Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:30.389Z||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-12-17T03:44:30.389Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:30.399Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:30.399Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:31.289Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:44:31.290Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:31.292Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:31.292Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712658003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T03:44:31.392Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:31.393Z||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-12-17T03:44:31.393Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:31.405Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:31.405Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:32.294Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"serviceName": "vFW 2021-12-17 03-42-02",
"serviceVersion": "1.0",
"serviceUUID": "ed2b2d53-7d99-4396-9d41-371d1ca02e7c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "79339e01-1adc-4bac-8f80-d43a1c8fd026",
"resources": [
{
"resourceInstanceName": "vFW d516a169-be1d 0",
"resourceCustomizationUUID": "4d85bdbe-6874-4929-8e53-89f24273a18b",
"resourceName": "vFW d516a169-be1d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "804db233-2849-4242-b7d7-c0f528dd7a44",
"resourceInvariantUUID": "b043df1a-703c-4b84-8c3a-a1321f08f26e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd516a169be1d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"artifactChecksum": "OTU4NGViZWM4ZTE0OWM3YTI2YmNiZDc5ZWQxYjJlMTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e3b87365-2b0e-408c-9057-f91470e61441",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "77e99bd5-afa0-4ceb-be44-ed4b5dc72666",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "07ffa39d-f0f1-470f-8388-bcbf28b3a39c",
"generatedFromUUID": "77e99bd5-afa0-4ceb-be44-ed4b5dc72666"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "07ffa39d-f0f1-470f-8388-bcbf28b3a39c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211217034202-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"artifactChecksum": "Yzk3MzhhODA3OTE3YzAzZTI3OWZhZTJkMGE3ZTc1ZjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4587d586-8cc0-40c4-b374-3454cbc552b5"
}
],
"workloadContext": "Production"
}
2021-12-17T03:44:32.295Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-17T03:44:32.296Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed2b2d53-7d99-4396-9d41-371d1ca02e7c ASDC
2021-12-17T03:44:32.408Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c088e00c-41b0-44b9-bb68-6174976c847c
ServiceName:vFW 2021-12-17 03-42-02
ServiceVersion:1.0
ServiceUUID:ed2b2d53-7d99-4396-9d41-371d1ca02e7c
ServiceInvariantUUID:79339e01-1adc-4bac-8f80-d43a1c8fd026
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211217034202-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar
ArtifactUUID:4587d586-8cc0-40c4-b374-3454cbc552b5
ArtifactChecksum:Yzk3MzhhODA3OTE3YzAzZTI3OWZhZTJkMGE3ZTc1ZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d516a169-be1d 0
ResourceCustomizationUUID:4d85bdbe-6874-4929-8e53-89f24273a18b
ResourceInvariantUUID:b043df1a-703c-4b84-8c3a-a1321f08f26e
ResourceName:vFW d516a169-be1d
ResourceType:VF
ResourceUUID:804db233-2849-4242-b7d7-c0f528dd7a44
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd516a169be1d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json
ArtifactUUID:e3b87365-2b0e-408c-9057-f91470e61441
ArtifactChecksum:OTU4NGViZWM4ZTE0OWM3YTI2YmNiZDc5ZWQxYjJlMTg=
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/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml
ArtifactUUID:77e99bd5-afa0-4ceb-be44-ed4b5dc72666
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/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env
ArtifactUUID:07ffa39d-f0f1-470f-8388-bcbf28b3a39c
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/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env
ArtifactUUID:07ffa39d-f0f1-470f-8388-bcbf28b3a39c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-12-17T03:44:32.408Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed2b2d53-7d99-4396-9d41-371d1ca02e7c 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-12-17T03:44:32.551Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T03:44:32.552Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-17T03:44:32.552Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-17T03:44:32.552Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4587d586-8cc0-40c4-b374-3454cbc552b5 from URL: /sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:32.552Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T03:44:32.553Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:32.619Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T03:44:32.636Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar 4587d586-8cc0-40c4-b374-3454cbc552b5 98945
2021-12-17T03:44:32.637Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar ASDC sendASDCNotification
2021-12-17T03:44:32.637Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:32.638Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T03:44:32.638Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:32.640Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:32.640Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712672636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:44:32.740Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:32.741Z||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-12-17T03:44:32.741Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:32.752Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:32.752Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:33.640Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T03:44:33.641Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-17T03:44:33.642Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4587d586-8cc0-40c4-b374-3454cbc552b5, URL: /sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar to file: /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:33.642Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211217034202-csar.csar
2021-12-17T03:44:33.691Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:33.691Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:34.140Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3586465095772344929/Definitions/service-Vfw20211217034202-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-12-17T03:44:36.817Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-17T03:44:36.820Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-17T03:44:36.820Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.820Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-12-17T03:44:36.820Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.820Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d516a169-be1d 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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.822Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-17T03:44:36.826Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:36.828Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:36.830Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:36.830Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-17T03:44:36.831Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T03:44:36.832Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:36.832Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:36.832Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:36.833Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-17T03:44:36.833Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T03:44:36.833Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:36.833Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:36.835Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T03:44:36.838Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:36.838Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:36.838Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:44:36.838Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is not matching search criteria
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=be074fc5-57e6-4c49-8960-50e364011883
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is not matching search criteria
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7d70d4cc-135b-482e-b25f-39594435e2cd
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is not matching search criteria
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e0fffba5-1cc2-4385-a45a-98daf8a08a3f
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-12-17 03-42-02
Description:catalog service description
Model UUID:ed2b2d53-7d99-4396-9d41-371d1ca02e7c
Model Version:NULL
Model InvariantUuid:79339e01-1adc-4bac-8f80-d43a1c8fd026
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d516a169-be1d
Model UUID:21536428-dcb5-40d0-bdd5-3b5f7d16ab80
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b043df1a-703c-4b84-8c3a-a1321f08f26e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4d85bdbe-6874-4929-8e53-89f24273a18b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b3f4f9ca-ff30-4b5a-bb61-918cb66a7585
ModelName:VfwD516a169Be1d..base_vfw..module-0
ModelUuid:b0ec18f5-cc1a-4393-8dd9-68f0959840ba
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:be074fc5-57e6-4c49-8960-50e364011883
ModelInvariantUuid:5d7ae4bc-8934-49d4-941f-10f36bd588c4
ModelName:vFW d516a169-be1d-nodes.vfwCvfc
ModelUuid:3e04b02c-b1fa-4644-9aa7-623b20663619
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b048cfb3-aff8-4c7f-b801-54c33d30f2e1
ModelInvariantUuid:650aaa79-a289-4a64-b78b-d147545700a1
ModelName:VfwD516a169Be1d.compute.nodes.heat.vfw
ModelUuid:d855761e-0cb7-418a-8a66-600f04dab194
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7d70d4cc-135b-482e-b25f-39594435e2cd
ModelInvariantUuid:41e2c396-3f2d-4329-baf6-226bc06d1c72
ModelName:vFW d516a169-be1d-nodes.vsnCvfc
ModelUuid:36a5439e-8f44-4697-b06d-c5d24bede93a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ce383a87-524b-42b9-8362-d915974e6f53
ModelInvariantUuid:02d0c3a4-e3ed-4fb5-934f-3a3937ace312
ModelName:VfwD516a169Be1d.compute.nodes.heat.vsn
ModelUuid:44699d75-97f2-426e-8d8a-e90fbc450aea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e0fffba5-1cc2-4385-a45a-98daf8a08a3f
ModelInvariantUuid:13396d02-3183-49d2-9440-ad676b3d29a1
ModelName:vFW d516a169-be1d-nodes.vpgCvfc
ModelUuid:ea4e09ee-2850-4e31-9f9e-abf2894ae528
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3bfacc23-1a28-4b3e-ae92-dedd781ca20a
ModelInvariantUuid:d4b0519e-cf31-40aa-8137-814fac7f43e8
ModelName:VfwD516a169Be1d.compute.nodes.heat.vpg
ModelUuid:142321c0-4c13-42a4-95ed-a7b8cddaedab
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-12-17T03:44:36.863Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 804db233-2849-4242-b7d7-c0f528dd7a44
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-12-17T03:44:36.946Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||vFW d516a169-be1d 0
2021-12-17T03:44:36.951Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 804db233-2849-4242-b7d7-c0f528dd7a44
2021-12-17T03:44:36.951Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e3b87365-2b0e-408c-9057-f91470e61441 from URL: /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json
2021-12-17T03:44:36.951Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T03:44:36.951Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json
2021-12-17T03:44:37.101Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T03:44:37.101Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json e3b87365-2b0e-408c-9057-f91470e61441 785
2021-12-17T03:44:37.101Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json ASDC sendASDCNotification
2021-12-17T03:44:37.102Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json
2021-12-17T03:44:37.102Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T03:44:37.102Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:37.104Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:37.104Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712677101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:44:37.208Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-12-17T03:44:37.209Z||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-12-17T03:44:37.209Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:37.219Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:37.220Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:38.105Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD516a169Be1d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b3f4f9ca-ff30-4b5a-bb61-918cb66a7585",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b0ec18f5-cc1a-4393-8dd9-68f0959840ba",
"vfModuleModelCustomizationUUID": "44486ab0-10d3-4be8-b0b7-f2090e1ae92e",
"isBase": true,
"artifacts": [
"77e99bd5-afa0-4ceb-be44-ed4b5dc72666",
"07ffa39d-f0f1-470f-8388-bcbf28b3a39c"
],
"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-12-17T03:44:38.119Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD516a169Be1d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b0ec18f5-cc1a-4393-8dd9-68f0959840ba
VfModuleModelInvariantUUID:b3f4f9ca-ff30-4b5a-bb61-918cb66a7585
VfModuleModelDescription:NULL
Artifacts UUID List:{
77e99bd5-afa0-4ceb-be44-ed4b5dc72666
,
07ffa39d-f0f1-470f-8388-bcbf28b3a39c
}
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-12-17T03:44:38.122Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD516a169Be1d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b3f4f9ca-ff30-4b5a-bb61-918cb66a7585",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b0ec18f5-cc1a-4393-8dd9-68f0959840ba",
"vfModuleModelCustomizationUUID": "44486ab0-10d3-4be8-b0b7-f2090e1ae92e",
"isBase": true,
"artifacts": [
"77e99bd5-afa0-4ceb-be44-ed4b5dc72666",
"07ffa39d-f0f1-470f-8388-bcbf28b3a39c"
],
"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-12-17T03:44:38.122Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD516a169Be1d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b0ec18f5-cc1a-4393-8dd9-68f0959840ba
VfModuleModelInvariantUUID:b3f4f9ca-ff30-4b5a-bb61-918cb66a7585
VfModuleModelDescription:NULL
Artifacts UUID List:{
77e99bd5-afa0-4ceb-be44-ed4b5dc72666
,
07ffa39d-f0f1-470f-8388-bcbf28b3a39c
}
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-12-17T03:44:38.122Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 77e99bd5-afa0-4ceb-be44-ed4b5dc72666 from URL: /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml
2021-12-17T03:44:38.122Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T03:44:38.122Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml
2021-12-17T03:44:38.305Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T03:44:38.306Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml 77e99bd5-afa0-4ceb-be44-ed4b5dc72666 20368
2021-12-17T03:44:38.307Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-17T03:44:38.307Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml
2021-12-17T03:44:38.307Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T03:44:38.307Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:38.309Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:38.309Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712678306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:44:38.409Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:38.410Z||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-12-17T03:44:38.410Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:38.420Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:38.421Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:39.310Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 07ffa39d-f0f1-470f-8388-bcbf28b3a39c from URL: /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env
2021-12-17T03:44:39.310Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T03:44:39.311Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env
2021-12-17T03:44:39.501Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T03:44:39.501Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env 07ffa39d-f0f1-470f-8388-bcbf28b3a39c 2098
2021-12-17T03:44:39.501Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-17T03:44:39.502Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env
2021-12-17T03:44:39.502Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T03:44:39.502Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:39.505Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:39.505Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712679501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:44:39.607Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T03:44:39.609Z||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-12-17T03:44:39.609Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:39.618Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:39.619Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:40.506Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ed2b2d53-7d99-4396-9d41-371d1ca02e7c
2021-12-17T03:44:40.507Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d516a169-be1d 0 804db233-2849-4242-b7d7-c0f528dd7a44 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-17T03:44:40.542Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45eaf056, org.onap.sdc.toscaparser.api.parameters.Input@5bc124fd, org.onap.sdc.toscaparser.api.parameters.Input@b3e4a60, org.onap.sdc.toscaparser.api.parameters.Input@7954edce, org.onap.sdc.toscaparser.api.parameters.Input@6b2edaf2]
2021-12-17T03:44:40.545Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.545Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:40.545Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-12-17T03:44:40.546Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4d85bdbe-6874-4929-8e53-89f24273a18b
2021-12-17T03:44:40.546Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4d85bdbe-6874-4929-8e53-89f24273a18b matches Tosca VF Customization UUID: 4d85bdbe-6874-4929-8e53-89f24273a18b
2021-12-17T03:44:40.546Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4d85bdbe-6874-4929-8e53-89f24273a18b 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-12-17T03:44:40.551Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.552Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:40.553Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4d85bdbe-6874-4929-8e53-89f24273a18b: {\"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-12-17T03:44:40.553Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a2d901c
2021-12-17T03:44:40.553Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.553Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T03:44:40.554Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 44486ab0-10d3-4be8-b0b7-f2090e1ae92e
2021-12-17T03:44:40.555Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 44486ab0-10d3-4be8-b0b7-f2090e1ae92e
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-12-17T03:44:40.560Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.560Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:40.560Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:44:40.561Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.561Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:40.561Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:44:40.561Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.561Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is not matching search criteria
2021-12-17T03:44:40.561Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-17T03:44:40.561Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:40.563Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=be074fc5-57e6-4c49-8960-50e364011883
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-12-17T03:44:40.572Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.572Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:40.572Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:44:40.573Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.573Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is not matching search criteria
2021-12-17T03:44:40.573Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-17T03:44:40.573Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-17T03:44:40.574Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:40.574Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:40.574Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:40.574Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-17T03:44:40.574Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-17T03:44:40.575Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-17T03:44:40.575Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-17T03:44:40.575Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:40.575Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-17T03:44:40.576Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:40.576Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7d70d4cc-135b-482e-b25f-39594435e2cd
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-12-17T03:44:40.578Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.578Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:40.579Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:44:40.580Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-17T03:44:40.582Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:40.582Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:40.582Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-17T03:44:40.582Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e0fffba5-1cc2-4385-a45a-98daf8a08a3f
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-12-17T03:44:40.584Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.584Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:40.584Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:44:40.584Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.585Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:40.585Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=4d85bdbe-6874-4929-8e53-89f24273a18b
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-12-17T03:44:40.586Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.586Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:40.586Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ed2b2d53-7d99-4396-9d41-371d1ca02e7c: vFW d516a169-be1d
2021-12-17T03:44:40.586Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.587Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:40.587Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.587Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:40.587Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.587Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:40.587Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.587Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:40.587Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:44:40.588Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:40.588Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-12-17 03-42-02
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-12-17T03:44:40.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d516a169-be1d 804db233-2849-4242-b7d7-c0f528dd7a44 1 ASDC deployResourceStructure
2021-12-17T03:44:40.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json ASDC sendASDCNotification
2021-12-17T03:44:40.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json
2021-12-17T03:44:40.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T03:44:40.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:40.838Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:40.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712680837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-17T03:44:40.939Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:40.940Z||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-12-17T03:44:40.940Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:40.950Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:40.950Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:41.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-17T03:44:41.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml
2021-12-17T03:44:41.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T03:44:41.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:41.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:41.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712681839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-12-17T03:44:41.942Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:41.943Z||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-12-17T03:44:41.944Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:41.955Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:41.955Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:42.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-17T03:44:42.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env
2021-12-17T03:44:42.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T03:44:42.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:42.846Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:42.846Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712682843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-12-17T03:44:42.946Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:42.947Z||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-12-17T03:44:42.947Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:42.960Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:42.960Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:43.846Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar ASDC sendASDCNotification
2021-12-17T03:44:43.847Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:43.847Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T03:44:43.847Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:43.849Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:43.849Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712683846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T03:44:43.950Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:43.950Z||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-12-17T03:44:43.950Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:43.961Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:44:43.961Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:44.850Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
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-12-17T03:44:44.870Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
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-12-17T03:44:44.872Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T03:44:44.872Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T03:44:44.872Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T03:45:14.873Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
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-12-17T03:45:14.883Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
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-12-17T03:45:14.885Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T03:45:14.885Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T03:45:14.885Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T03:45:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:45:18.005Z||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-12-17T03:45:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:45:18.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:45:18.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:45:18.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712656577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:45:18.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:45:44.886Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
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-12-17T03:45:44.895Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
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-12-17T03:45:44.898Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T03:45:44.898Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T03:45:44.898Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T03:46:14.898Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
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-12-17T03:46:14.910Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
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-12-17T03:46:14.912Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T03:46:14.912Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T03:46:14.912Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T03:46:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:46:18.006Z||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-12-17T03:46:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:46:18.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:46:18.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:46:18.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712658003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:46:18.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:46:18.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:46:18.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712664034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:46:18.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:46:44.913Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
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-12-17T03:46:44.924Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
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-12-17T03:46:44.926Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T03:46:44.927Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T03:46:44.927Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T03:47:14.927Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
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-12-17T03:47:14.937Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
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-12-17T03:47:14.939Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T03:47:14.939Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T03:47:14.940Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T03:47:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:47:18.006Z||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-12-17T03:47:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:47:18.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:47:18.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "ves-openapi-manager",
"timestamp": 1639712658994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712656577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"status": "NOTIFIED"
}
2021-12-17T03:47:18.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "dcae-sch",
"timestamp": 1639712657926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712658003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"status": "NOTIFIED"
}
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712664034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "cds",
"timestamp": 1639712665700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "ves-openapi-manager",
"timestamp": 1639712658994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712656577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "dcae-sch",
"timestamp": 1639712657926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712658003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712664034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "cds",
"timestamp": 1639712665700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "policy-id",
"timestamp": 1639712667098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "ves-openapi-manager",
"timestamp": 1639712658994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712656577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "dcae-sch",
"timestamp": 1639712657926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712658003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712664034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "cds",
"timestamp": 1639712665700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "policy-id",
"timestamp": 1639712667098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712656577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "dcae-sch",
"timestamp": 1639712657926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "ves-openapi-manager",
"timestamp": 1639712658994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712658003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712664034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "cds",
"timestamp": 1639712665700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "policy-id",
"timestamp": 1639712667098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712656577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "ves-openapi-manager",
"timestamp": 1639712658994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "dcae-sch",
"timestamp": 1639712657926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712658003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712664034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "cds",
"timestamp": 1639712665700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "policy-id",
"timestamp": 1639712667098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "ves-openapi-manager",
"timestamp": 1639712658994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712656577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "dcae-sch",
"timestamp": 1639712657926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712658003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712664034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "cds",
"timestamp": 1639712665700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "policy-id",
"timestamp": 1639712667098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712672349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "cds",
"timestamp": 1639712665700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712672463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712672636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "policy-id",
"timestamp": 1639712667098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "aai-ml",
"timestamp": 1639712672328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712673428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "cds",
"timestamp": 1639712673460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "policy-id",
"timestamp": 1639712667098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T03:47:18.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "aai-ml",
"timestamp": 1639712672328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "cds",
"timestamp": 1639712674473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-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-12-17T03:47:18.061Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c088e00c-41b0-44b9-bb68-6174976c847c
2021-12-17T03:47:18.061Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c088e00c-41b0-44b9-bb68-6174976c847c 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-12-17T03:47:18.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712674490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "policy-id",
"timestamp": 1639712674834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "aai-ml",
"timestamp": 1639712672328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712675706,
"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-12-17T03:47:18.073Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c088e00c-41b0-44b9-bb68-6174976c847c
2021-12-17T03:47:18.073Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c088e00c-41b0-44b9-bb68-6174976c847c 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-12-17T03:47:18.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "policy-id",
"timestamp": 1639712675839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T03:47:18.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "aai-ml",
"timestamp": 1639712672328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "clamp",
"timestamp": 1639712675835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712676711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "policy-id",
"timestamp": 1639712676843,
"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-12-17T03:47:18.084Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c088e00c-41b0-44b9-bb68-6174976c847c
2021-12-17T03:47:18.084Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c088e00c-41b0-44b9-bb68-6174976c847c 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-12-17T03:47:18.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "aai-ml",
"timestamp": 1639712672328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712677030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T03:47:18.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712677101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "clamp",
"timestamp": 1639712675835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"status": "NOTIFIED"
}
2021-12-17T03:47:18.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "aai-ml",
"timestamp": 1639712672328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712678035,
"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-12-17T03:47:18.097Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c088e00c-41b0-44b9-bb68-6174976c847c
2021-12-17T03:47:18.097Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c088e00c-41b0-44b9-bb68-6174976c847c 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-12-17T03:47:18.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712678306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "clamp",
"timestamp": 1639712675835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "aai-ml",
"timestamp": 1639712672328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "clamp",
"timestamp": 1639712675835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712679501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "aai-ml",
"timestamp": 1639712680153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "clamp",
"timestamp": 1639712675835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712680837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "clamp",
"timestamp": 1639712675835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712681839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-12-17T03:47:18.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "clamp",
"timestamp": 1639712675835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T03:47:18.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:47:18.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712682843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-12-17T03:47:18.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712683846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T03:47:18.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "aai-ml",
"timestamp": 1639712692712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T03:47:18.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "aai-ml",
"timestamp": 1639712693717,
"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-12-17T03:47:18.112Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c088e00c-41b0-44b9-bb68-6174976c847c
2021-12-17T03:47:18.112Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c088e00c-41b0-44b9-bb68-6174976c847c 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-12-17T03:47:18.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "clamp",
"timestamp": 1639712698659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "clamp",
"timestamp": 1639712700666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T03:47:18.119Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "clamp",
"timestamp": 1639712701670,
"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-12-17T03:47:18.122Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c088e00c-41b0-44b9-bb68-6174976c847c
2021-12-17T03:47:18.122Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c088e00c-41b0-44b9-bb68-6174976c847c 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-12-17T03:47:44.940Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
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-12-17T03:47:44.952Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
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-12-17T03:47:44.955Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T03:47:44.955Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-17T03:47:44.955Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-17T03:47:44.956Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-17T03:47:44.956Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T03:47:44.956Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T03:47:44.956Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T03:47:44.956Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T03:47:44.956Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T03:47:44.956Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T03:47:44.956Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-17T03:47:44.961Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-17T03:48:14.961Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c 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-12-17T03:48:14.969Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c088e00c-41b0-44b9-bb68-6174976c847c and serviceModelVersionId: ed2b2d53-7d99-4396-9d41-371d1ca02e7c
2021-12-17T03:48:14.969Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 79339e01-1adc-4bac-8f80-d43a1c8fd026
2021-12-17T03:48:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:48:18.005Z||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-12-17T03:48:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:18.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:18.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "cds",
"timestamp": 1639712725700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "ves-openapi-manager",
"timestamp": 1639712718994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712724034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "policy-id",
"timestamp": 1639712727099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "cds",
"timestamp": 1639712725700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "ves-openapi-manager",
"timestamp": 1639712718994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712724034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "policy-id",
"timestamp": 1639712727099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "ves-openapi-manager",
"timestamp": 1639712718994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "cds",
"timestamp": 1639712725700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712724034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "policy-id",
"timestamp": 1639712727099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-17T03:48:18.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "ves-openapi-manager",
"timestamp": 1639712718994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "cds",
"timestamp": 1639712725700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712724034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "policy-id",
"timestamp": 1639712727099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "cds",
"timestamp": 1639712725700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "ves-openapi-manager",
"timestamp": 1639712718994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712724034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "policy-id",
"timestamp": 1639712727099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "aai-ml",
"timestamp": 1639712732328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "cds",
"timestamp": 1639712725700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "ves-openapi-manager",
"timestamp": 1639712718994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "policy-id",
"timestamp": 1639712727099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712724034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "aai-ml",
"timestamp": 1639712732328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "cds",
"timestamp": 1639712725700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "ves-openapi-manager",
"timestamp": 1639712718994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "policy-id",
"timestamp": 1639712727099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T03:48:18.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712724034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T03:48:18.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "aai-ml",
"timestamp": 1639712732328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "aai-ml",
"timestamp": 1639712732328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "cds",
"timestamp": 1639712736001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712736011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:48:18.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "policy-id",
"timestamp": 1639712735998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:48:18.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "clamp",
"timestamp": 1639712735835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "aai-ml",
"timestamp": 1639712732328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "cds",
"timestamp": 1639712737007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-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-12-17T03:48:18.567Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ee318e6-2524-4211-a831-ec8713967852
2021-12-17T03:48:18.567Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee318e6-2524-4211-a831-ec8713967852 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-12-17T03:48:18.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "policy-id",
"timestamp": 1639712737001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T03:48:18.574Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712736577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "clamp",
"timestamp": 1639712735835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"status": "NOTIFIED"
}
2021-12-17T03:48:18.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "aai-ml",
"timestamp": 1639712732328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "policy-id",
"timestamp": 1639712738003,
"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-12-17T03:48:18.580Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ee318e6-2524-4211-a831-ec8713967852
2021-12-17T03:48:18.580Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee318e6-2524-4211-a831-ec8713967852 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-12-17T03:48:18.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712738165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T03:48:18.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712736577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"status": "NOTIFIED"
}
2021-12-17T03:48:18.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "clamp",
"timestamp": 1639712735835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "dcae-sch",
"timestamp": 1639712737926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "aai-ml",
"timestamp": 1639712732328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T03:48:18.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639712739169,
"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-12-17T03:48:18.611Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ee318e6-2524-4211-a831-ec8713967852
2021-12-17T03:48:18.612Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee318e6-2524-4211-a831-ec8713967852 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-12-17T03:48:18.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712736577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-17T03:48:18.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "clamp",
"timestamp": 1639712735835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "dcae-sch",
"timestamp": 1639712737926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "aai-ml",
"timestamp": 1639712740059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:48:18.621Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712736577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "clamp",
"timestamp": 1639712735835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "dcae-sch",
"timestamp": 1639712737926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712736577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "clamp",
"timestamp": 1639712735835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "dcae-sch",
"timestamp": 1639712737926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712736577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "clamp",
"timestamp": 1639712735835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "dcae-sch",
"timestamp": 1639712737926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712736577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "dcae-sch",
"timestamp": 1639712737926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712744314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "dcae-sch",
"timestamp": 1639712737926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712745426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712746495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:48:18.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "aai-ml",
"timestamp": 1639712746789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T03:48:18.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712747517,
"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-12-17T03:48:18.630Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ee318e6-2524-4211-a831-ec8713967852
2021-12-17T03:48:18.630Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee318e6-2524-4211-a831-ec8713967852 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-12-17T03:48:18.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "aai-ml",
"timestamp": 1639712747793,
"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-12-17T03:48:18.640Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9ee318e6-2524-4211-a831-ec8713967852
2021-12-17T03:48:18.640Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee318e6-2524-4211-a831-ec8713967852 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-12-17T03:48:18.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639712748520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-17T03:48:18.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "clamp",
"timestamp": 1639712748659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:48:18.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "clamp",
"timestamp": 1639712750668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T03:48:18.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "clamp",
"timestamp": 1639712751672,
"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-12-17T03:48:18.653Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9ee318e6-2524-4211-a831-ec8713967852
2021-12-17T03:48:18.653Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee318e6-2524-4211-a831-ec8713967852 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-12-17T03:48:26.536Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?depth=0
2021-12-17T03:48:26.625Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-17T03:48:27.119Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?depth=0|INFO|500||Invoke
2021-12-17T03:48:27.125Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c088e00c-41b0-44b9-bb68-6174976c847c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c5aa242-c2e1-4af9-9e92-a259fa42e7cc], X-ECOMP-RequestID=[c088e00c-41b0-44b9-bb68-6174976c847c], X-TransactionId=[], X-ONAP-RequestID=[c088e00c-41b0-44b9-bb68-6174976c847c], Content-Type=[application/merge-patch+json]}
2021-12-17T03:48:27.346Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-12-17T03:48:27.629Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?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/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211217-03:48:27:355-54802], vertex-id=[192608], Content-Length=[0], Date=[Fri, 17 Dec 2021 03:48:27 GMT], Content-Type=[application/json]}
2021-12-17T03:48:27.631Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-17T03:48:27.632Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?depth=0|INFO|500||InvokeReturn
2021-12-17T03:48:27.634Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-17T03:48:27.634Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-17T03:48:27.638Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-12-17T03:48:27.639Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c088e00c-41b0-44b9-bb68-6174976c847c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-17T03:48:27.640Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-17T03:48:27.640Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:27.642Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:27.642Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712907639,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T03:48:27.742Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:27.743Z||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-12-17T03:48:27.743Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:27.753Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:27.754Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-12-17T03:48:28.653Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:48:28.654Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-12-17T03:48:28.654Z|c088e00c-41b0-44b9-bb68-6174976c847c|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:33.181Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:33.182Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-17T03:48:33.183Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9ee318e6-2524-4211-a831-ec8713967852","serviceName":"basic_onboard_dYAdEv","serviceVersion":"1.0","serviceUUID":"386cc944-8b4f-4b68-b562-8febfd6bd84d","serviceDescription":"service","serviceInvariantUUID":"1bf41b4a-3612-479a-8149-f25f1f12cac8","resources":[{"resourceInstanceName":"basic_onboard_dYAdEv 0","resourceName":"basic_onboard_dYAdEv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"368b97c7-534e-4fef-b5e4-191d6703744d","resourceInvariantUUID":"c6a69b4c-1c66-42b8-97cd-5ae005ea014d","resourceCustomizationUUID":"f083b49c-4131-40aa-8cbe-a959e555e465","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml","artifactChecksum":"MzA2YjI3OGExYzZjZWFlZDNkOGNkNTQ3Y2EzYWM5YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0c1187e-2967-4c2d-9797-db9a57982ba3","artifactVersion":"1"},{"artifactName":"basic_onboard_dyadev0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json","artifactChecksum":"M2ZkNjQ2MDNlYWY2MzRkYmM0Mzc1ZTAyMDQ3MjdkOTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0583dd62-3215-4a35-a94c-221039e70710","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"558fbdfe-f004-46c2-afaa-16157c2e00b9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"423c9996-2f1b-4a2e-a53d-effa69c861dd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b71e2635-4238-48c0-98c2-224e79b44775","artifactVersion":"2","generatedFromUUID":"558fbdfe-f004-46c2-afaa-16157c2e00b9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDyadev-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml","artifactChecksum":"MTkyZDAzMzQ5NzhhY2Y2MjBlOGU1ZjQ0MDE2MTZmNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eadcf808-4369-46cd-84c6-daac0c27e667","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDyadev-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar","artifactChecksum":"NGE3ZWU2MjNiOTc4OTQ1NTdjYjEyZTk2NDRkZjEyYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7f9cbc4-fc74-4ac8-b7b4-dba8b87f55a8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-17T03:48:33.186Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:48:33.187Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:33.189Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:33.189Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712908653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:33.289Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:33.290Z||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-12-17T03:48:33.291Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:33.302Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:33.302Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:34.190Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:48:34.191Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:34.193Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:34.193Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712908653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"status": "NOTIFIED"
}
2021-12-17T03:48:34.294Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:34.295Z||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-12-17T03:48:34.295Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:34.306Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:34.307Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:35.194Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:48:35.195Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:35.196Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:35.196Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712908653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-17T03:48:35.297Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T03:48:35.298Z||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-12-17T03:48:35.298Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:35.308Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:35.308Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:36.197Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:48:36.198Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:36.200Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:36.200Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712908653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:36.301Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T03:48:36.302Z||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-12-17T03:48:36.302Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:36.312Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:36.312Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:37.202Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:48:37.203Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:37.205Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:37.205Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712908653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-12-17T03:48:37.305Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:37.306Z||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-12-17T03:48:37.307Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:37.317Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:37.318Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:38.206Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:48:38.207Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:38.208Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:38.208Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712908653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:48:38.309Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T03:48:38.310Z||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-12-17T03:48:38.310Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:38.320Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:38.321Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:39.209Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:48:39.210Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:39.211Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:39.211Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712908653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T03:48:39.312Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:39.312Z||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-12-17T03:48:39.312Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:39.322Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:39.322Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:40.213Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"serviceName": "basic_onboard_dYAdEv",
"serviceVersion": "1.0",
"serviceUUID": "386cc944-8b4f-4b68-b562-8febfd6bd84d",
"serviceDescription": "service",
"serviceInvariantUUID": "1bf41b4a-3612-479a-8149-f25f1f12cac8",
"resources": [
{
"resourceInstanceName": "basic_onboard_dYAdEv 0",
"resourceCustomizationUUID": "f083b49c-4131-40aa-8cbe-a959e555e465",
"resourceName": "basic_onboard_dYAdEv",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "368b97c7-534e-4fef-b5e4-191d6703744d",
"resourceInvariantUUID": "c6a69b4c-1c66-42b8-97cd-5ae005ea014d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dyadev0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"artifactChecksum": "M2ZkNjQ2MDNlYWY2MzRkYmM0Mzc1ZTAyMDQ3MjdkOTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0583dd62-3215-4a35-a94c-221039e70710",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "558fbdfe-f004-46c2-afaa-16157c2e00b9",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b71e2635-4238-48c0-98c2-224e79b44775",
"generatedFromUUID": "558fbdfe-f004-46c2-afaa-16157c2e00b9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b71e2635-4238-48c0-98c2-224e79b44775",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDyadev-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"artifactChecksum": "NGE3ZWU2MjNiOTc4OTQ1NTdjYjEyZTk2NDRkZjEyYjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a7f9cbc4-fc74-4ac8-b7b4-dba8b87f55a8"
}
],
"workloadContext": "Production"
}
2021-12-17T03:48:40.214Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-17T03:48:40.214Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 386cc944-8b4f-4b68-b562-8febfd6bd84d ASDC
2021-12-17T03:48:40.214Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9ee318e6-2524-4211-a831-ec8713967852
ServiceName:basic_onboard_dYAdEv
ServiceVersion:1.0
ServiceUUID:386cc944-8b4f-4b68-b562-8febfd6bd84d
ServiceInvariantUUID:1bf41b4a-3612-479a-8149-f25f1f12cac8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDyadev-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar
ArtifactUUID:a7f9cbc4-fc74-4ac8-b7b4-dba8b87f55a8
ArtifactChecksum:NGE3ZWU2MjNiOTc4OTQ1NTdjYjEyZTk2NDRkZjEyYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_dYAdEv 0
ResourceCustomizationUUID:f083b49c-4131-40aa-8cbe-a959e555e465
ResourceInvariantUUID:c6a69b4c-1c66-42b8-97cd-5ae005ea014d
ResourceName:basic_onboard_dYAdEv
ResourceType:VF
ResourceUUID:368b97c7-534e-4fef-b5e4-191d6703744d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dyadev0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json
ArtifactUUID:0583dd62-3215-4a35-a94c-221039e70710
ArtifactChecksum:M2ZkNjQ2MDNlYWY2MzRkYmM0Mzc1ZTAyMDQ3MjdkOTI=
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/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml
ArtifactUUID:558fbdfe-f004-46c2-afaa-16157c2e00b9
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/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env
ArtifactUUID:b71e2635-4238-48c0-98c2-224e79b44775
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/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env
ArtifactUUID:b71e2635-4238-48c0-98c2-224e79b44775
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-12-17T03:48:40.214Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 386cc944-8b4f-4b68-b562-8febfd6bd84d 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-12-17T03:48:40.238Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T03:48:40.238Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-17T03:48:40.239Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-17T03:48:40.239Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a7f9cbc4-fc74-4ac8-b7b4-dba8b87f55a8 from URL: /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:40.239Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T03:48:40.239Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:40.600Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T03:48:40.605Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar a7f9cbc4-fc74-4ac8-b7b4-dba8b87f55a8 71544
2021-12-17T03:48:40.605Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar ASDC sendASDCNotification
2021-12-17T03:48:40.605Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:40.606Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T03:48:40.606Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:40.608Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:40.608Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712920605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:48:40.708Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:40.709Z||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-12-17T03:48:40.709Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:40.719Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:40.719Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:41.609Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T03:48:41.610Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-17T03:48:41.610Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a7f9cbc4-fc74-4ac8-b7b4-dba8b87f55a8, URL: /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar to file: /app/ASDC/1/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:41.610Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:41.611Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:41.611Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:41.732Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6582635422447813031/Definitions/service-BasicOnboardDyadev-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-12-17T03:48:42.948Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dYAdEv 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-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is not matching search criteria
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is not matching search criteria
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6fd242b9-7eda-4e53-b452-9c6aaaf60c60
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:42.953Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:42.953Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:42.953Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:42.953Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:42.953Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:42.953Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_dYAdEv
Description:service
Model UUID:386cc944-8b4f-4b68-b562-8febfd6bd84d
Model Version:NULL
Model InvariantUuid:1bf41b4a-3612-479a-8149-f25f1f12cac8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_dYAdEv
Model UUID:0327d1b6-a1ce-4e76-b33d-38397d4c6026
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c6a69b4c-1c66-42b8-97cd-5ae005ea014d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f083b49c-4131-40aa-8cbe-a959e555e465
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:633576a5-ad9b-45b9-b3ed-7d3fa1d05cbf
ModelName:BasicOnboardDyadev..base_ubuntu18..module-0
ModelUuid:7d9a3909-aae4-4313-a870-21d99513bfc0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6fd242b9-7eda-4e53-b452-9c6aaaf60c60
ModelInvariantUuid:a13e4372-aaa4-4c07-a5db-b278be541569
ModelName:basic_onboard_dYAdEv-nodes.ubuntu18Cvfc
ModelUuid:b054eb5e-87f1-4367-9ddb-43eb7a97bf55
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:fffa6024-2f03-42cd-a230-7c88f906afc1
ModelInvariantUuid:00a16989-dbf2-4680-b05a-41b937a3aa20
ModelName:BasicOnboardDyadev.compute.nodes.heat.ubuntu18
ModelUuid:6a052bfd-76c0-468d-bc3a-5a2b67b3ae90
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-12-17T03:48:42.959Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 368b97c7-534e-4fef-b5e4-191d6703744d
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-12-17T03:48:42.961Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||basic_onboard_dYAdEv 0
2021-12-17T03:48:42.961Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 368b97c7-534e-4fef-b5e4-191d6703744d
2021-12-17T03:48:42.961Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0583dd62-3215-4a35-a94c-221039e70710 from URL: /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json
2021-12-17T03:48:42.961Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T03:48:42.961Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json
2021-12-17T03:48:43.086Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T03:48:43.086Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json 0583dd62-3215-4a35-a94c-221039e70710 798
2021-12-17T03:48:43.087Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json ASDC sendASDCNotification
2021-12-17T03:48:43.087Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json
2021-12-17T03:48:43.087Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T03:48:43.087Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:43.089Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:43.090Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712923087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:48:43.190Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:43.190Z||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-12-17T03:48:43.190Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:43.201Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:43.201Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:44.090Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDyadev..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "633576a5-ad9b-45b9-b3ed-7d3fa1d05cbf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7d9a3909-aae4-4313-a870-21d99513bfc0",
"vfModuleModelCustomizationUUID": "6971c370-34bc-4b53-a711-0b625d367d38",
"isBase": true,
"artifacts": [
"558fbdfe-f004-46c2-afaa-16157c2e00b9",
"b71e2635-4238-48c0-98c2-224e79b44775"
],
"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-12-17T03:48:44.095Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDyadev..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7d9a3909-aae4-4313-a870-21d99513bfc0
VfModuleModelInvariantUUID:633576a5-ad9b-45b9-b3ed-7d3fa1d05cbf
VfModuleModelDescription:NULL
Artifacts UUID List:{
558fbdfe-f004-46c2-afaa-16157c2e00b9
,
b71e2635-4238-48c0-98c2-224e79b44775
}
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-12-17T03:48:44.097Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDyadev..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "633576a5-ad9b-45b9-b3ed-7d3fa1d05cbf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7d9a3909-aae4-4313-a870-21d99513bfc0",
"vfModuleModelCustomizationUUID": "6971c370-34bc-4b53-a711-0b625d367d38",
"isBase": true,
"artifacts": [
"558fbdfe-f004-46c2-afaa-16157c2e00b9",
"b71e2635-4238-48c0-98c2-224e79b44775"
],
"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-12-17T03:48:44.097Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDyadev..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7d9a3909-aae4-4313-a870-21d99513bfc0
VfModuleModelInvariantUUID:633576a5-ad9b-45b9-b3ed-7d3fa1d05cbf
VfModuleModelDescription:NULL
Artifacts UUID List:{
558fbdfe-f004-46c2-afaa-16157c2e00b9
,
b71e2635-4238-48c0-98c2-224e79b44775
}
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-12-17T03:48:44.097Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 558fbdfe-f004-46c2-afaa-16157c2e00b9 from URL: /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml
2021-12-17T03:48:44.097Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T03:48:44.098Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml
2021-12-17T03:48:44.300Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T03:48:44.300Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml 558fbdfe-f004-46c2-afaa-16157c2e00b9 5033
2021-12-17T03:48:44.300Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-17T03:48:44.300Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml
2021-12-17T03:48:44.300Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T03:48:44.301Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:44.302Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:44.302Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712924300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:48:44.402Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:44.403Z||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-12-17T03:48:44.403Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:44.416Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:44.416Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:45.303Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b71e2635-4238-48c0-98c2-224e79b44775 from URL: /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env
2021-12-17T03:48:45.304Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T03:48:45.304Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env
2021-12-17T03:48:45.408Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T03:48:45.408Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env b71e2635-4238-48c0-98c2-224e79b44775 909
2021-12-17T03:48:45.408Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-17T03:48:45.409Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env
2021-12-17T03:48:45.409Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T03:48:45.409Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:45.411Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:45.411Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712925408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:48:45.511Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:45.512Z||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-12-17T03:48:45.512Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:45.522Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:45.523Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:46.412Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 386cc944-8b4f-4b68-b562-8febfd6bd84d
2021-12-17T03:48:46.412Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dYAdEv 0 368b97c7-534e-4fef-b5e4-191d6703744d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-17T03:48:46.423Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15bc3065, org.onap.sdc.toscaparser.api.parameters.Input@5ed34198, org.onap.sdc.toscaparser.api.parameters.Input@123338f9, org.onap.sdc.toscaparser.api.parameters.Input@3945a729, org.onap.sdc.toscaparser.api.parameters.Input@4d0e877c]
2021-12-17T03:48:46.424Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:46.425Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:46.425Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-12-17T03:48:46.425Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f083b49c-4131-40aa-8cbe-a959e555e465
2021-12-17T03:48:46.425Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f083b49c-4131-40aa-8cbe-a959e555e465 matches Tosca VF Customization UUID: f083b49c-4131-40aa-8cbe-a959e555e465
2021-12-17T03:48:46.425Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f083b49c-4131-40aa-8cbe-a959e555e465 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-12-17T03:48:46.427Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:46.428Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:46.429Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f083b49c-4131-40aa-8cbe-a959e555e465: {\"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-12-17T03:48:46.429Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@251557cd
2021-12-17T03:48:46.429Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:46.429Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T03:48:46.429Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6971c370-34bc-4b53-a711-0b625d367d38
2021-12-17T03:48:46.430Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6971c370-34bc-4b53-a711-0b625d367d38
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-12-17T03:48:46.432Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:46.432Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:46.432Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:48:46.433Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:46.433Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:46.433Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:48:46.433Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:46.434Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is not matching search criteria
2021-12-17T03:48:46.434Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-17T03:48:46.434Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-17T03:48:46.434Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6fd242b9-7eda-4e53-b452-9c6aaaf60c60
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-12-17T03:48:46.436Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:46.436Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:46.436Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:48:46.437Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:46.437Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:46.437Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0] matching following query criteria: sdcType=VF, customizationUUID=f083b49c-4131-40aa-8cbe-a959e555e465
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-12-17T03:48:46.438Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:46.438Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:46.438Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 386cc944-8b4f-4b68-b562-8febfd6bd84d: basic_onboard_dYAdEv
2021-12-17T03:48:46.438Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:46.438Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_dYAdEv
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-12-17T03:48:46.517Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dYAdEv 368b97c7-534e-4fef-b5e4-191d6703744d 1 ASDC deployResourceStructure
2021-12-17T03:48:46.517Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json ASDC sendASDCNotification
2021-12-17T03:48:46.517Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json
2021-12-17T03:48:46.518Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T03:48:46.518Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:46.520Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:46.520Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712926517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-17T03:48:46.620Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:46.621Z||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-12-17T03:48:46.621Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:46.633Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:46.633Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:47.521Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-17T03:48:47.522Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml
2021-12-17T03:48:47.522Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T03:48:47.522Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:47.525Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:47.525Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712927521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-12-17T03:48:47.625Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:47.626Z||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-12-17T03:48:47.626Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:47.636Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:47.636Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:48.526Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-17T03:48:48.527Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env
2021-12-17T03:48:48.527Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T03:48:48.528Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:48.530Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:48.530Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712928526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-12-17T03:48:48.630Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:48.631Z||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-12-17T03:48:48.631Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:48.645Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:48.645Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:49.531Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar ASDC sendASDCNotification
2021-12-17T03:48:49.532Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:49.532Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T03:48:49.532Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:49.535Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:49.535Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712929531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T03:48:49.635Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:49.636Z||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-12-17T03:48:49.636Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:49.647Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:48:49.647Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-17T03:48:50.536Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee318e6-2524-4211-a831-ec8713967852
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-12-17T03:48:50.546Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee318e6-2524-4211-a831-ec8713967852
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-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-17T03:48:50.553Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-17T03:49:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:49:18.005Z||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-12-17T03:49:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:49:18.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:49:18.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712907639,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T03:49:18.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:18.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712908653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:49:18.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:49:18.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712908653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"status": "NOTIFIED"
}
2021-12-17T03:49:18.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:49:18.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712908653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-17T03:49:18.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:49:18.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712908653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:49:18.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:49:18.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712908653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-12-17T03:49:18.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:49:18.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712908653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T03:49:18.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:49:18.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712908653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T03:49:18.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-12-17T03:49:18.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712920605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:49:18.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:18.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712923087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:49:18.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:18.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712924300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:49:18.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:18.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712925408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-12-17T03:49:18.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:18.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712926517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-17T03:49:18.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:18.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712927521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-12-17T03:49:18.638Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:18.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712928526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-12-17T03:49:18.638Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:18.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712929531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T03:49:18.639Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:20.554Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ee318e6-2524-4211-a831-ec8713967852 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-12-17T03:49:20.558Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ee318e6-2524-4211-a831-ec8713967852 and serviceModelVersionId: 386cc944-8b4f-4b68-b562-8febfd6bd84d
2021-12-17T03:49:20.558Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf41b4a-3612-479a-8149-f25f1f12cac8
2021-12-17T03:49:20.558Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?depth=0
2021-12-17T03:49:20.562Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-17T03:49:20.600Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?depth=0|INFO|500||Invoke
2021-12-17T03:49:20.600Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9ee318e6-2524-4211-a831-ec8713967852], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4085599a-c0d8-4d0f-a617-99f53607397e], X-ECOMP-RequestID=[9ee318e6-2524-4211-a831-ec8713967852], X-TransactionId=[], X-ONAP-RequestID=[9ee318e6-2524-4211-a831-ec8713967852], Content-Type=[application/merge-patch+json]}
2021-12-17T03:49:20.627Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-12-17T03:49:20.913Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?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/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211217-03:49:20:637-54706], vertex-id=[200704], Content-Length=[0], Date=[Fri, 17 Dec 2021 03:49:20 GMT], Content-Type=[application/json]}
2021-12-17T03:49:20.913Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-17T03:49:20.914Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?depth=0|INFO|500||InvokeReturn
2021-12-17T03:49:20.915Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-17T03:49:20.915Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-17T03:49:20.918Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-12-17T03:49:20.918Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ee318e6-2524-4211-a831-ec8713967852 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-17T03:49:20.919Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-17T03:49:20.919Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:49:20.920Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:49:20.920Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712960919,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T03:49:21.021Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:49:21.022Z||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-12-17T03:49:21.022Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:49:21.036Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:49:21.037Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-12-17T03:49:21.931Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:49:21.932Z|9ee318e6-2524-4211-a831-ec8713967852|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-12-17T03:49:21.932Z|9ee318e6-2524-4211-a831-ec8713967852|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:49:31.466Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:49:31.467Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:49:31.468Z||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-12-17T03:49:31.468Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:49:41.003Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:49:41.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:49:41.004Z||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-12-17T03:49:41.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:49:50.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:49:50.541Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:49:50.541Z||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-12-17T03:49:50.541Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:50:00.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:50:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:50:18.004Z||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-12-17T03:50:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:50:18.004Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:50:18.005Z||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-12-17T03:50:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:50:18.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:50:18.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T03:50:18.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639712960919,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T03:50:18.633Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:50:27.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:51:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:51:18.004Z||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-12-17T03:51:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:51:18.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:51:18.006Z||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-12-17T03:51:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:51:27.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:51:27.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:52:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:52:18.004Z||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-12-17T03:52:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:52:18.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:52:18.005Z||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-12-17T03:52:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:52:27.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:52:27.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:53:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:53:18.004Z||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-12-17T03:53:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:53:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:53:18.005Z||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-12-17T03:53:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:53:27.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:53:27.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:54:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:54:18.004Z||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-12-17T03:54:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:54:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:54:18.005Z||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-12-17T03:54:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:54:27.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:54:27.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:55:18.003Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:55:18.004Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T03:55:18.004Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:55:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:55:18.006Z||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-12-17T03:55:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:55:27.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:55:27.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:56:18.003Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:56:18.004Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T03:56:18.004Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:56:18.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:56:18.005Z||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-12-17T03:56:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:56:27.548Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:56:27.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:57:18.003Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:57:18.004Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T03:57:18.004Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:57:18.005Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:57:18.006Z|9ee318e6-2524-4211-a831-ec8713967852|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-12-17T03:57:18.006Z|9ee318e6-2524-4211-a831-ec8713967852|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:57:27.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:57:27.543Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:58:18.003Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:58:18.004Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T03:58:18.004Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:58:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:58:18.005Z||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-12-17T03:58:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:58:27.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:58:27.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:59:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:59:18.004Z||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-12-17T03:59:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:59:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:59:18.005Z||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-12-17T03:59:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:59:27.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T03:59:27.544Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:00:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:00:18.004Z||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-12-17T04:00:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:18.004Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:00:18.005Z||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-12-17T04:00:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:18.330Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:00:18.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "cds",
"timestamp": 1639713610700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:00:18.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "clamp",
"timestamp": 1639713605835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:00:18.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "policy-id",
"timestamp": 1639713607098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:00:18.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "cds",
"timestamp": 1639713610700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "clamp",
"timestamp": 1639713605835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "policy-id",
"timestamp": 1639713607098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "cds",
"timestamp": 1639713610700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:00:18.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "clamp",
"timestamp": 1639713605835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:00:18.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "policy-id",
"timestamp": 1639713607098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:00:18.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "cds",
"timestamp": 1639713610700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:00:18.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "clamp",
"timestamp": 1639713605835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:00:18.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "policy-id",
"timestamp": 1639713607098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:00:18.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713616577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:00:18.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "cds",
"timestamp": 1639713610700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:00:18.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "clamp",
"timestamp": 1639713605835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:00:18.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "policy-id",
"timestamp": 1639713607098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:00:18.629Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:00:18.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e19aa2f9-9214-4f9c-8128-01f50b5176eb","serviceName":"Demo_pNF_08rjd0PVu4zzGyVPe0HI","serviceVersion":"1.0","serviceUUID":"7a9fd6f3-9e5c-4c5b-9d3a-683170244adb","serviceDescription":"catalog service description","serviceInvariantUUID":"49535e76-884a-4615-8e6a-39f5060bcd55","resources":[{"resourceInstanceName":"pNF 226021b2-a4f2 0","resourceName":"pNF 226021b2-a4f2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5f4576d7-8158-4020-9231-48c9c3143da5","resourceInvariantUUID":"bb8c25f6-8647-4321-b0ef-ae3e800d0e1c","resourceCustomizationUUID":"5221f25b-2658-4b8b-9eeb-c3848af9865b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml","artifactChecksum":"ZDA1OGYwZmNkMzE2NjUzYjcxY2QyY2ZjNjQzYWQzY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1be4cf06-0013-44e5-975d-54ebaa40ded0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar","artifactChecksum":"YWRjMjQ2N2Q5M2ZjMWI4ODlhYzJjMmNhYzU1M2YyNWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19d148dd-2ad2-4c0a-89ea-859f7d834110","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7941c24-b235-4b5c-84a5-27ff19c04e89","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE5OTg5MTBkZjYyYmJmM2M0OTJjZjg2ZGY1NTNkZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02d21e66-816c-4a40-b86a-7eecb1d25b8b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc7a1ea0-378c-4233-8ec2-ccf6fb965b7a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6554b202-6727-4504-a591-bf85fc01a033","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml","artifactChecksum":"M2RmNjJjZjMwY2UwMTgxNjM3YjY1YzdmNzE2Zjc1Y2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93f3aca4-86e4-453f-a60b-72dc2746d628","artifactVersion":"1"},{"artifactName":"service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar","artifactChecksum":"NTk5NGNjMzMzYWI3ZjgyMjQwOWVlMmFjMTcyMzk4MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05af12fa-dc3d-4195-a1a0-481713734111","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-17T04:00:18.633Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:00:18.633Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:18.635Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:18.635Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713618003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.735Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:00:18.736Z||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-12-17T04:00:18.736Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:18.747Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:00:18.747Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:00:19.635Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:00:19.637Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:19.639Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:19.639Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713618003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:19.739Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:00:19.740Z||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-12-17T04:00:19.740Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:19.749Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:00:19.750Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:00:20.640Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:00:20.641Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:20.642Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:20.643Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713618003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:20.743Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:00:20.743Z||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-12-17T04:00:20.744Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:20.753Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:00:20.754Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:00:21.643Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:00:21.644Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:21.646Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:21.646Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713618003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:21.746Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-17T04:00:21.747Z||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-12-17T04:00:21.747Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:21.758Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:00:21.758Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:00:22.647Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:00:22.648Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:22.650Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:22.650Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713618003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:22.751Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T04:00:22.752Z||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-12-17T04:00:22.752Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:22.761Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:00:22.761Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:00:23.651Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:00:23.652Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:23.654Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:23.654Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713618003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:23.755Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:00:23.755Z||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-12-17T04:00:23.755Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:23.764Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:00:23.765Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:00:24.655Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:00:24.656Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:24.658Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:24.658Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713618003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:00:24.758Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:00:24.759Z||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-12-17T04:00:24.759Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:24.768Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:00:24.769Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:00:25.659Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:00:25.660Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:25.662Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:25.662Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713618003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:00:25.762Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:00:25.763Z||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-12-17T04:00:25.763Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:25.773Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:00:25.773Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:00:26.663Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"serviceName": "Demo_pNF_08rjd0PVu4zzGyVPe0HI",
"serviceVersion": "1.0",
"serviceUUID": "7a9fd6f3-9e5c-4c5b-9d3a-683170244adb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "49535e76-884a-4615-8e6a-39f5060bcd55",
"resources": [
{
"resourceInstanceName": "pNF 226021b2-a4f2 0",
"resourceCustomizationUUID": "5221f25b-2658-4b8b-9eeb-c3848af9865b",
"resourceName": "pNF 226021b2-a4f2",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "5f4576d7-8158-4020-9231-48c9c3143da5",
"resourceInvariantUUID": "bb8c25f6-8647-4321-b0ef-ae3e800d0e1c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"artifactChecksum": "NTk5NGNjMzMzYWI3ZjgyMjQwOWVlMmFjMTcyMzk4MTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "05af12fa-dc3d-4195-a1a0-481713734111"
}
],
"workloadContext": "Production"
}
2021-12-17T04:00:26.664Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-17T04:00:26.664Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a9fd6f3-9e5c-4c5b-9d3a-683170244adb ASDC
2021-12-17T04:00:26.665Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e19aa2f9-9214-4f9c-8128-01f50b5176eb
ServiceName:Demo_pNF_08rjd0PVu4zzGyVPe0HI
ServiceVersion:1.0
ServiceUUID:7a9fd6f3-9e5c-4c5b-9d3a-683170244adb
ServiceInvariantUUID:49535e76-884a-4615-8e6a-39f5060bcd55
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
ArtifactUUID:05af12fa-dc3d-4195-a1a0-481713734111
ArtifactChecksum:NTk5NGNjMzMzYWI3ZjgyMjQwOWVlMmFjMTcyMzk4MTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 226021b2-a4f2 0
ResourceCustomizationUUID:5221f25b-2658-4b8b-9eeb-c3848af9865b
ResourceInvariantUUID:bb8c25f6-8647-4321-b0ef-ae3e800d0e1c
ResourceName:pNF 226021b2-a4f2
ResourceType:PNF
ResourceUUID:5f4576d7-8158-4020-9231-48c9c3143da5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-12-17T04:00:26.665Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a9fd6f3-9e5c-4c5b-9d3a-683170244adb 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-12-17T04:00:26.686Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T04:00:26.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:00:26.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:00:26.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 05af12fa-dc3d-4195-a1a0-481713734111 from URL: /sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:26.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:00:26.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:26.903Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:00:26.909Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar 05af12fa-dc3d-4195-a1a0-481713734111 82619
2021-12-17T04:00:26.909Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar ASDC sendASDCNotification
2021-12-17T04:00:26.909Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:26.909Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:00:26.910Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:26.912Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:26.912Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713626909,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:00:27.012Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:00:27.013Z||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-12-17T04:00:27.013Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:27.023Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:00:27.023Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:00:27.912Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T04:00:27.913Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:00:27.914Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 05af12fa-dc3d-4195-a1a0-481713734111, URL: /sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar to file: /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:27.914Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:27.915Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:27.915Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.027Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1464637448168683165/Definitions/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 226021b2-a4f2 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||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-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||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-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||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-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Node template pNF 226021b2-a4f2 0 is matching search criteria
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 226021b2-a4f2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Node template pNF 226021b2-a4f2 0 is matching search criteria
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 226021b2-a4f2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_08rjd0PVu4zzGyVPe0HI
Description:catalog service description
Model UUID:7a9fd6f3-9e5c-4c5b-9d3a-683170244adb
Model Version:NULL
Model InvariantUuid:49535e76-884a-4615-8e6a-39f5060bcd55
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-12-17T04:00:28.696Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5f4576d7-8158-4020-9231-48c9c3143da5
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-12-17T04:00:28.704Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||pNF 226021b2-a4f2 0
2021-12-17T04:00:28.704Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5f4576d7-8158-4020-9231-48c9c3143da5
2021-12-17T04:00:28.705Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 7a9fd6f3-9e5c-4c5b-9d3a-683170244adb
2021-12-17T04:00:28.705Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7a9fd6f3-9e5c-4c5b-9d3a-683170244adb
2021-12-17T04:00:28.705Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 226021b2-a4f2 0 5f4576d7-8158-4020-9231-48c9c3143da5 ASDC
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-12-17T04:00:28.709Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74085ded, org.onap.sdc.toscaparser.api.parameters.Input@6391acc3, org.onap.sdc.toscaparser.api.parameters.Input@3fa0fd1f, org.onap.sdc.toscaparser.api.parameters.Input@280e137c, org.onap.sdc.toscaparser.api.parameters.Input@1edfc4a5]
2021-12-17T04:00:28.709Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:00:28.709Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.709Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7a9fd6f3-9e5c-4c5b-9d3a-683170244adb: pNF 226021b2-a4f2
2021-12-17T04:00:28.709Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||Processing PNF resource: 5f4576d7-8158-4020-9231-48c9c3143da5
2021-12-17T04:00:28.709Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:00:28.709Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.709Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||Resource customization UUID: 5221f25b-2658-4b8b-9eeb-c3848af9865b is the same as notified resource customizationUUID: 5221f25b-2658-4b8b-9eeb-c3848af9865b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 (?, ?, ?, ?, ?)
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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-12-17T04:00:28.766Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 226021b2-a4f2 5f4576d7-8158-4020-9231-48c9c3143da5 0 ASDC deployResourceStructure
2021-12-17T04:00:28.766Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar ASDC sendASDCNotification
2021-12-17T04:00:28.766Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.766Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:00:28.766Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:28.768Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:28.768Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713628766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T04:00:28.868Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:00:28.868Z||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-12-17T04:00:28.869Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:28.879Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:00:28.879Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:00:29.768Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
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-12-17T04:00:29.780Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
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-12-17T04:00:29.782Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:00:29.782Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:00:29.782Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:00:59.782Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
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-12-17T04:00:59.793Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
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-12-17T04:00:59.795Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:00:59.795Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:00:59.795Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:01:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:01:18.005Z||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-12-17T04:01:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:01:18.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:01:18.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:01:18.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713616577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:01:18.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:01:29.795Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
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-12-17T04:01:29.804Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
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-12-17T04:01:29.808Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:01:29.809Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:01:29.809Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:01:59.809Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
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-12-17T04:01:59.818Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
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-12-17T04:01:59.820Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:01:59.820Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:01:59.820Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:02:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:02:18.005Z||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-12-17T04:02:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:02:18.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:02:18.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:02:18.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "cds",
"timestamp": 1639713610700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:02:18.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:02:29.820Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
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-12-17T04:02:29.829Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
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-12-17T04:02:29.831Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:02:29.831Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:02:29.831Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:02:59.832Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
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-12-17T04:02:59.840Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
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-12-17T04:02:59.842Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:02:59.842Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:02:59.842Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:03:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:03:18.005Z||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-12-17T04:03:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:03:18.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:03:18.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "clamp",
"timestamp": 1639713605835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "policy-id",
"timestamp": 1639713607098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "dcae-sch",
"timestamp": 1639713617926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713618003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713616577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "cds",
"timestamp": 1639713610700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "clamp",
"timestamp": 1639713605835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "policy-id",
"timestamp": 1639713607098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "dcae-sch",
"timestamp": 1639713617926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713618994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713618003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713616577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "cds",
"timestamp": 1639713610700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "clamp",
"timestamp": 1639713605835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "policy-id",
"timestamp": 1639713607098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "dcae-sch",
"timestamp": 1639713617926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713618994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713618003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713616577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "policy-id",
"timestamp": 1639713621410,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "cds",
"timestamp": 1639713621491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "dcae-sch",
"timestamp": 1639713617926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713618994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713618003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713616577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "policy-id",
"timestamp": 1639713622413,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "cds",
"timestamp": 1639713622495,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-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-12-17T04:03:18.054Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e19aa2f9-9214-4f9c-8128-01f50b5176eb
2021-12-17T04:03:18.054Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19aa2f9-9214-4f9c-8128-01f50b5176eb 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-12-17T04:03:18.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "dcae-sch",
"timestamp": 1639713617926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713618994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713618003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713616577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "policy-id",
"timestamp": 1639713623415,
"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-12-17T04:03:18.068Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e19aa2f9-9214-4f9c-8128-01f50b5176eb
2021-12-17T04:03:18.068Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19aa2f9-9214-4f9c-8128-01f50b5176eb 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-12-17T04:03:18.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "dcae-sch",
"timestamp": 1639713617926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713618994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713618003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713616577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:03:18.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "dcae-sch",
"timestamp": 1639713617926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713618994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-12-17T04:03:18.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713618003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713624034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "dcae-sch",
"timestamp": 1639713617926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713618994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713618003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:03:18.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713624034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713618994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713624034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713626909,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:03:18.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713624034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713627810,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:03:18.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713624034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713628766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T04:03:18.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713629047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-12-17T04:03:18.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713624034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713630051,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-12-17T04:03:18.094Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e19aa2f9-9214-4f9c-8128-01f50b5176eb
2021-12-17T04:03:18.094Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19aa2f9-9214-4f9c-8128-01f50b5176eb and ComponentName
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-12-17T04:03:18.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713624034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713624034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:03:18.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "clamp",
"timestamp": 1639713631790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:03:18.105Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713632808,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:03:18.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "aai-ml",
"timestamp": 1639713632328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "clamp",
"timestamp": 1639713633798,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T04:03:18.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "aai-ml",
"timestamp": 1639713632328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713634491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T04:03:18.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "clamp",
"timestamp": 1639713634801,
"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-12-17T04:03:18.113Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e19aa2f9-9214-4f9c-8128-01f50b5176eb
2021-12-17T04:03:18.113Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19aa2f9-9214-4f9c-8128-01f50b5176eb 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-12-17T04:03:18.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "aai-ml",
"timestamp": 1639713632328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713635494,
"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-12-17T04:03:18.127Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e19aa2f9-9214-4f9c-8128-01f50b5176eb
2021-12-17T04:03:18.128Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19aa2f9-9214-4f9c-8128-01f50b5176eb 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-12-17T04:03:18.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "aai-ml",
"timestamp": 1639713632328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "aai-ml",
"timestamp": 1639713632328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "aai-ml",
"timestamp": 1639713632328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "aai-ml",
"timestamp": 1639713632328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "aai-ml",
"timestamp": 1639713632328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "aai-ml",
"timestamp": 1639713641115,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "aai-ml",
"timestamp": 1639713645492,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "aai-ml",
"timestamp": 1639713646497,
"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-12-17T04:03:18.139Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e19aa2f9-9214-4f9c-8128-01f50b5176eb
2021-12-17T04:03:18.139Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19aa2f9-9214-4f9c-8128-01f50b5176eb 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-12-17T04:03:29.842Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
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-12-17T04:03:29.853Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
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-12-17T04:03:29.855Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:03:29.855Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-17T04:03:29.855Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-17T04:03:29.855Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-17T04:03:29.855Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T04:03:29.856Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T04:03:29.856Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T04:03:29.856Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T04:03:29.856Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T04:03:29.856Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T04:03:29.856Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-17T04:03:29.856Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||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-12-17T04:03:29.860Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-17T04:03:59.860Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb 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-12-17T04:03:59.865Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb and serviceModelVersionId: 7a9fd6f3-9e5c-4c5b-9d3a-683170244adb
2021-12-17T04:03:59.865Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 49535e76-884a-4615-8e6a-39f5060bcd55
2021-12-17T04:03:59.866Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?depth=0
2021-12-17T04:03:59.872Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-12-17T04:03:59.917Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?depth=0|INFO|500||Invoke
2021-12-17T04:03:59.918Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e19aa2f9-9214-4f9c-8128-01f50b5176eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e1995a2-f2e5-48e7-b706-2640beccd025], X-ECOMP-RequestID=[e19aa2f9-9214-4f9c-8128-01f50b5176eb], X-TransactionId=[], X-ONAP-RequestID=[e19aa2f9-9214-4f9c-8128-01f50b5176eb], Content-Type=[application/merge-patch+json]}
2021-12-17T04:03:59.949Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-12-17T04:04:00.031Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?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/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211217-04:03:59:958-1278], vertex-id=[237624], Content-Length=[0], Date=[Fri, 17 Dec 2021 04:03:59 GMT], Content-Type=[application/json]}
2021-12-17T04:04:00.031Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-17T04:04:00.032Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?depth=0|INFO|500||InvokeReturn
2021-12-17T04:04:00.033Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-17T04:04:00.033Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||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-12-17T04:04:00.037Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||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-12-17T04:04:00.037Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e19aa2f9-9214-4f9c-8128-01f50b5176eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-17T04:04:00.037Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-17T04:04:00.038Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:00.040Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:00.040Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713840037,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T04:04:00.140Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:00.140Z||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-12-17T04:04:00.140Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:00.154Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:04:00.154Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-17T04:04:01.050Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:04:01.051Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|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-12-17T04:04:01.051Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:06.725Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:04:06.726Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-17T04:04:06.726Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"206f3729-4f11-478f-905b-c8e4865d4631","serviceDescription":"service","serviceInvariantUUID":"8628edc0-a156-4a6a-859a-46953bc6f286","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3530c655-1dbf-4add-a158-f8713bb36711","resourceInvariantUUID":"87e43410-8955-4f53-8a99-d7a940497a1d","resourceCustomizationUUID":"2f3f382a-f759-4186-b5e4-bd0965882a93","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8563e558-0587-4cef-a3a7-a5add8859a6a","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"OTEzMDYwOTRiMzhhYmNiOTA1MzYwODhiZmUyZGM4YWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ca76f83-27a4-4bff-867e-8db7a91103e7","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ZDFhMjEyZWNhZTQwYTY2MTRhMTRiNmNhMjY0ZmQ1ZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac054f73-dda5-496b-b465-bc7b9795495d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e6c1c625-2a59-4dae-82d0-ceb9173c1097","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8b546776-157c-47db-b779-92cb039f067f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"43f0ae54-5de3-4c38-9f1c-97fb6240113f","artifactVersion":"2","generatedFromUUID":"e6c1c625-2a59-4dae-82d0-ceb9173c1097"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YzhjMTMwNzAwODUxNDUyMTEwM2FiMTRiOGUyM2RlMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10501227-1e29-4bc5-92ac-33b8f8c004f0","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ODRlNjg5MjkzNGExOTRkYTRkYzE3YWVhOTFmNWJlODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9fdc11f-07b7-42a2-9598-b7362be10b30","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-17T04:04:06.728Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:04:06.728Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:06.730Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:06.730Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713841050,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:06.830Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:06.831Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-17T04:04:06.831Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:06.840Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:04:06.841Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:04:07.731Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:04:07.732Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:07.734Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:07.734Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713841050,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:07.834Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:07.835Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-17T04:04:07.835Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:07.844Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:04:07.845Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:08.734Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:04:08.735Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:08.737Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:08.737Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713841050,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-12-17T04:04:08.838Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:08.838Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-17T04:04:08.839Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:08.850Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:04:08.850Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:09.738Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:04:09.739Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:09.741Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:09.742Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713841050,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-17T04:04:09.842Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:09.842Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-17T04:04:09.843Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:09.853Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:04:09.854Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:10.742Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:04:10.743Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:10.744Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:10.745Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713841050,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:10.845Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:10.846Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-17T04:04:10.846Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:10.855Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:04:10.856Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:04:11.745Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:04:11.746Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:11.748Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:11.748Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713841050,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-12-17T04:04:11.849Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:11.849Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-17T04:04:11.850Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:11.860Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:04:11.861Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:12.749Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:04:12.750Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:12.752Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:12.752Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713841050,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:12.853Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:12.853Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-17T04:04:12.853Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:12.863Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:04:12.864Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:13.753Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:04:13.754Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:13.757Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:13.757Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713841050,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:04:13.858Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T04:04:13.858Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-17T04:04:13.858Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:13.868Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:04:13.869Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:14.759Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "206f3729-4f11-478f-905b-c8e4865d4631",
"serviceDescription": "service",
"serviceInvariantUUID": "8628edc0-a156-4a6a-859a-46953bc6f286",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "2f3f382a-f759-4186-b5e4-bd0965882a93",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3530c655-1dbf-4add-a158-f8713bb36711",
"resourceInvariantUUID": "87e43410-8955-4f53-8a99-d7a940497a1d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basicclamp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"artifactChecksum": "ZDFhMjEyZWNhZTQwYTY2MTRhMTRiNmNhMjY0ZmQ1ZTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ac054f73-dda5-496b-b465-bc7b9795495d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e6c1c625-2a59-4dae-82d0-ceb9173c1097",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "43f0ae54-5de3-4c38-9f1c-97fb6240113f",
"generatedFromUUID": "e6c1c625-2a59-4dae-82d0-ceb9173c1097"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "43f0ae54-5de3-4c38-9f1c-97fb6240113f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "ODRlNjg5MjkzNGExOTRkYTRkYzE3YWVhOTFmNWJlODg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f9fdc11f-07b7-42a2-9598-b7362be10b30"
}
],
"workloadContext": "Production"
}
2021-12-17T04:04:14.760Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-17T04:04:14.760Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 206f3729-4f11-478f-905b-c8e4865d4631 ASDC
2021-12-17T04:04:14.760Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:206f3729-4f11-478f-905b-c8e4865d4631
ServiceInvariantUUID:8628edc0-a156-4a6a-859a-46953bc6f286
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:f9fdc11f-07b7-42a2-9598-b7362be10b30
ArtifactChecksum:ODRlNjg5MjkzNGExOTRkYTRkYzE3YWVhOTFmNWJlODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:2f3f382a-f759-4186-b5e4-bd0965882a93
ResourceInvariantUUID:87e43410-8955-4f53-8a99-d7a940497a1d
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:3530c655-1dbf-4add-a158-f8713bb36711
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:ac054f73-dda5-496b-b465-bc7b9795495d
ArtifactChecksum:ZDFhMjEyZWNhZTQwYTY2MTRhMTRiNmNhMjY0ZmQ1ZTg=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e6c1c625-2a59-4dae-82d0-ceb9173c1097
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:43f0ae54-5de3-4c38-9f1c-97fb6240113f
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:43f0ae54-5de3-4c38-9f1c-97fb6240113f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-12-17T04:04:14.761Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 206f3729-4f11-478f-905b-c8e4865d4631 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-12-17T04:04:14.786Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T04:04:14.787Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:04:14.787Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:04:14.787Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f9fdc11f-07b7-42a2-9598-b7362be10b30 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-17T04:04:14.787Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:04:14.787Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-17T04:04:14.987Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:04:14.991Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f9fdc11f-07b7-42a2-9598-b7362be10b30 73653
2021-12-17T04:04:14.992Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-12-17T04:04:14.992Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-17T04:04:14.992Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:04:14.992Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:14.994Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:14.994Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713854992,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:04:15.094Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:15.095Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-17T04:04:15.095Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:15.106Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:04:15.106Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:15.995Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T04:04:15.996Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:04:15.996Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f9fdc11f-07b7-42a2-9598-b7362be10b30, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:15.996Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-12-17T04:04:15.997Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:15.997Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:16.082Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3346762017756187948/Definitions/service-Basicclamp-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-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||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-Basicclamp-csar.csar
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||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-Basicclamp-csar.csar
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||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-Basicclamp-csar.csar
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||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-Basicclamp-csar.csar
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||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-Basicclamp-csar.csar
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||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-Basicclamp-csar.csar
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9b3fd97f-a6b1-4981-aae4-e70ef82e874f
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-17T04:04:16.934Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:16.934Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basicclamp
Description:service
Model UUID:206f3729-4f11-478f-905b-c8e4865d4631
Model Version:NULL
Model InvariantUuid:8628edc0-a156-4a6a-859a-46953bc6f286
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basicclamp
Model UUID:a17f2676-ee9f-4107-9b25-437d8ff88bf0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:87e43410-8955-4f53-8a99-d7a940497a1d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2f3f382a-f759-4186-b5e4-bd0965882a93
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b3d5b74f-04a9-49fb-8d2d-615fbe1ba573
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:85bbd27b-2ff5-4c3a-b7eb-3aad4c1fc189
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9b3fd97f-a6b1-4981-aae4-e70ef82e874f
ModelInvariantUuid:9a097804-1cf1-4c3a-94ad-57e9aadcef32
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:d0692aab-8faf-4420-9ed6-be5a93e731f0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:55bb92ce-ae78-4dd1-9336-41de11153c31
ModelInvariantUuid:d36855cb-7a53-4c9b-b404-c2042d3fb506
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:21da8a9a-34b1-4c6a-a584-a5ca48da7647
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-12-17T04:04:16.938Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3530c655-1dbf-4add-a158-f8713bb36711
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-12-17T04:04:16.940Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||basicclamp 0
2021-12-17T04:04:16.941Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3530c655-1dbf-4add-a158-f8713bb36711
2021-12-17T04:04:16.941Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ac054f73-dda5-496b-b465-bc7b9795495d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-17T04:04:16.941Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:04:16.941Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-17T04:04:16.987Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:04:16.988Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ac054f73-dda5-496b-b465-bc7b9795495d 790
2021-12-17T04:04:16.988Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-12-17T04:04:16.988Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-17T04:04:16.988Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:04:16.988Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:16.989Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:16.989Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713856988,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:04:17.090Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:17.091Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-17T04:04:17.091Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:17.103Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:04:17.104Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:17.990Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b3d5b74f-04a9-49fb-8d2d-615fbe1ba573",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "85bbd27b-2ff5-4c3a-b7eb-3aad4c1fc189",
"vfModuleModelCustomizationUUID": "7aa876a8-4d03-4fc5-938b-42629424058d",
"isBase": true,
"artifacts": [
"e6c1c625-2a59-4dae-82d0-ceb9173c1097",
"43f0ae54-5de3-4c38-9f1c-97fb6240113f"
],
"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-12-17T04:04:17.995Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85bbd27b-2ff5-4c3a-b7eb-3aad4c1fc189
VfModuleModelInvariantUUID:b3d5b74f-04a9-49fb-8d2d-615fbe1ba573
VfModuleModelDescription:NULL
Artifacts UUID List:{
e6c1c625-2a59-4dae-82d0-ceb9173c1097
,
43f0ae54-5de3-4c38-9f1c-97fb6240113f
}
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-12-17T04:04:17.997Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b3d5b74f-04a9-49fb-8d2d-615fbe1ba573",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "85bbd27b-2ff5-4c3a-b7eb-3aad4c1fc189",
"vfModuleModelCustomizationUUID": "7aa876a8-4d03-4fc5-938b-42629424058d",
"isBase": true,
"artifacts": [
"e6c1c625-2a59-4dae-82d0-ceb9173c1097",
"43f0ae54-5de3-4c38-9f1c-97fb6240113f"
],
"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-12-17T04:04:17.998Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85bbd27b-2ff5-4c3a-b7eb-3aad4c1fc189
VfModuleModelInvariantUUID:b3d5b74f-04a9-49fb-8d2d-615fbe1ba573
VfModuleModelDescription:NULL
Artifacts UUID List:{
e6c1c625-2a59-4dae-82d0-ceb9173c1097
,
43f0ae54-5de3-4c38-9f1c-97fb6240113f
}
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-12-17T04:04:17.998Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e6c1c625-2a59-4dae-82d0-ceb9173c1097 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-17T04:04:17.998Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:04:17.998Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-17T04:04:18.004Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:04:18.005Z||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-12-17T04:04:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:18.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:04:18.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "cds",
"timestamp": 1639713760700,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713758994,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "policy-id",
"timestamp": 1639713767098,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "cds",
"timestamp": 1639713760700,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713758994,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "policy-id",
"timestamp": 1639713767098,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "cds",
"timestamp": 1639713760700,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713758994,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "policy-id",
"timestamp": 1639713767098,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "cds",
"timestamp": 1639713760700,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713758994,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "policy-id",
"timestamp": 1639713767098,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "cds",
"timestamp": 1639713760700,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713758994,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "policy-id",
"timestamp": 1639713767098,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "cds",
"timestamp": 1639713760700,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713758994,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "policy-id",
"timestamp": 1639713767098,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713774034,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "cds",
"timestamp": 1639713760700,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713758994,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "policy-id",
"timestamp": 1639713767098,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713774034,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "cds",
"timestamp": 1639713760700,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713758994,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "policy-id",
"timestamp": 1639713767098,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713774034,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713776577,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "cds",
"timestamp": 1639713777316,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "policy-id",
"timestamp": 1639713777318,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713774034,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713776577,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "cds",
"timestamp": 1639713778321,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-12-17T04:04:18.041Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
2021-12-17T04:04:18.042Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6 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-12-17T04:04:18.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "policy-id",
"timestamp": 1639713778322,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "dcae-sch",
"timestamp": 1639713777926,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713774034,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713776577,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "policy-id",
"timestamp": 1639713779324,
"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-12-17T04:04:18.053Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
2021-12-17T04:04:18.053Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6 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-12-17T04:04:18.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "dcae-sch",
"timestamp": 1639713777926,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713774034,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713776577,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "dcae-sch",
"timestamp": 1639713777926,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713774034,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713776577,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "dcae-sch",
"timestamp": 1639713777926,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713774034,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713776577,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "dcae-sch",
"timestamp": 1639713777926,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713782806,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "aai-ml",
"timestamp": 1639713782328,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713776577,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "dcae-sch",
"timestamp": 1639713777926,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "aai-ml",
"timestamp": 1639713782328,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713776577,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "dcae-sch",
"timestamp": 1639713777926,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713784845,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "aai-ml",
"timestamp": 1639713782328,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713778994,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "cds",
"timestamp": 1639713779324,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713785390,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "dcae-sch",
"timestamp": 1639713777926,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1639713785849,
"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-12-17T04:04:18.067Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
2021-12-17T04:04:18.068Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6 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-12-17T04:04:18.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "aai-ml",
"timestamp": 1639713782328,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "cds",
"timestamp": 1639713779324,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713778994,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "clamp",
"timestamp": 1639713785835,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713786506,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "aai-ml",
"timestamp": 1639713782328,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "cds",
"timestamp": 1639713779324,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713778994,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "clamp",
"timestamp": 1639713785835,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "dcae-sch",
"timestamp": 1639713787522,
"artifactURL": "/sdc/v1/catalog/services/206f3729-4f11-478f-905b-c8e4865d4631/resourceInstances/basicclamp0/artifacts/8563e558-0587-4cef-a3a7-a5add8859a6a",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713787698,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "policy-id",
"timestamp": 1639713787098,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "aai-ml",
"timestamp": 1639713782328,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "cds",
"timestamp": 1639713779324,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713778994,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "clamp",
"timestamp": 1639713785835,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713788720,
"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-12-17T04:04:18.082Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
2021-12-17T04:04:18.082Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6 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-12-17T04:04:18.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "policy-id",
"timestamp": 1639713787098,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "dcae-sch",
"timestamp": 1639713788760,
"artifactURL": "/sdc/v1/catalog/services/206f3729-4f11-478f-905b-c8e4865d4631/resourceInstances/basicclamp0/artifacts/8563e558-0587-4cef-a3a7-a5add8859a6a",
"status": "DEPLOY_OK"
}
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "aai-ml",
"timestamp": 1639713782328,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "cds",
"timestamp": 1639713779324,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713778994,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "clamp",
"timestamp": 1639713785835,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713789724,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "policy-id",
"timestamp": 1639713787098,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-12-17T04:04:18.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "dcae-sch",
"timestamp": 1639713789763,
"artifactURL": "/sdc/v1/catalog/services/206f3729-4f11-478f-905b-c8e4865d4631/resourceInstances/basicclamp0/artifacts/8563e558-0587-4cef-a3a7-a5add8859a6a",
"status": "COMPONENT_DONE_OK",
"componentName": "service-change-handler"
}
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-12-17T04:04:18.091Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
2021-12-17T04:04:18.091Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6 and ComponentName service-change-handler
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-12-17T04:04:18.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "aai-ml",
"timestamp": 1639713782328,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "cds",
"timestamp": 1639713779324,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713778994,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "clamp",
"timestamp": 1639713785835,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "policy-id",
"timestamp": 1639713787098,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "aai-ml",
"timestamp": 1639713791126,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "cds",
"timestamp": 1639713779324,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713778994,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "clamp",
"timestamp": 1639713785835,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "policy-id",
"timestamp": 1639713787098,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "cds",
"timestamp": 1639713779324,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "ves-openapi-manager",
"timestamp": 1639713778994,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "clamp",
"timestamp": 1639713785835,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "policy-id",
"timestamp": 1639713787098,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "clamp",
"timestamp": 1639713785835,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "cds",
"timestamp": 1639713793496,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "policy-id",
"timestamp": 1639713787098,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "policy-id",
"timestamp": 1639713787098,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "cds",
"timestamp": 1639713795611,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-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-12-17T04:04:18.109Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 731716f5-91d6-4e59-8148-65ed99cd1bce
2021-12-17T04:04:18.109Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 731716f5-91d6-4e59-8148-65ed99cd1bce 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-12-17T04:04:18.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "policy-id",
"timestamp": 1639713795890,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "policy-id",
"timestamp": 1639713796893,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T04:04:18.117Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1639713796577,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-17T04:04:18.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "aai-ml",
"timestamp": 1639713797388,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-17T04:04:18.117Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
"consumerID": "policy-id",
"timestamp": 1639713797895,
"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-12-17T04:04:18.122Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 731716f5-91d6-4e59-8148-65ed99cd1bce
2021-12-17T04:04:18.123Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 731716f5-91d6-4e59-8148-65ed99cd1bce 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-12-17T04:04:18.196Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:04:18.197Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e6c1c625-2a59-4dae-82d0-ceb9173c1097 5033
2021-12-17T04:04:18.197Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-17T04:04:18.197Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-17T04:04:18.197Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:04:18.197Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:18.199Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:18.199Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713858197,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.299Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:18.300Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-17T04:04:18.300Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:18.310Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:04:18.310Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:19.199Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 43f0ae54-5de3-4c38-9f1c-97fb6240113f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-17T04:04:19.200Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:04:19.200Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-17T04:04:19.398Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:04:19.398Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 43f0ae54-5de3-4c38-9f1c-97fb6240113f 909
2021-12-17T04:04:19.398Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-17T04:04:19.398Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-17T04:04:19.399Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:04:19.399Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:19.401Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:19.401Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1639713859398,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-12-17T04:04:19.501Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:19.502Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-17T04:04:19.502Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:19.513Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-17T04:04:19.514Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:20.402Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 206f3729-4f11-478f-905b-c8e4865d4631
2021-12-17T04:04:20.402Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 3530c655-1dbf-4add-a158-f8713bb36711 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-17T04:04:20.413Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bdf5392, org.onap.sdc.toscaparser.api.parameters.Input@31abd540, org.onap.sdc.toscaparser.api.parameters.Input@6b01c42a, org.onap.sdc.toscaparser.api.parameters.Input@617ffbb1, org.onap.sdc.toscaparser.api.parameters.Input@409d77cf]
2021-12-17T04:04:20.414Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery