By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-11-30T01:57:24.769Z||main|||||INFO|500||The following profiles are active: basic
2021-11-30T01:57:34.704Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-30T01:57:34.705Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-30T01:57:34.789Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-30T01:57:37.178Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-30T01:57:37.334Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-30T01:57:37.734Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-30T01:57:37.745Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-30T01:57:37.820Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-30T01:57:37.945Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-30T01:57:38.318Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-30T01:57:39.235Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-30T01:57:41.141Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-30T01:57:41.184Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-30T01:57:41.676Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-30T01:57:41.788Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-11-30T01:57:42.969Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-30T01:57:43.878Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-30T01:57:43.898Z||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$$b9f9eac1.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-11-30T01:57:43.899Z||main|||||WARN|500||The sdc end point is not alive
2021-11-30T01:57:46.566Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-11-30T01:57:49.289Z||main|||||WARN|500||---
2021-11-30T01:57:49.289Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-30T01:57:49.289Z||main|||||WARN|500||---
2021-11-30T01:57:49.681Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-30T01:57:54.097Z||main|||||INFO|500||Started Application in 33.74 seconds (JVM running for 34.926)
2021-11-30T01:57:54.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-30T01:57:54.111Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-30T01:57:54.149Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-30T01:57:54.173Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-30T01:57:54.210Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c298eb77-5022-42af-9645-b07c670e41fc url= /sdc/v1/artifactTypes
2021-11-30T01:57:54.245Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-30T01:57:54.492Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-30T01:57:54.517Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-30T01:57:54.537Z||scheduling-1|||||DEBUG|500||create keys
2021-11-30T01:57:54.546Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-30T01:57:54.891Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T01:57:54.908Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3387ef20-58c4-48c5-86ed-2af2c7263dca url= /sdc/v1/registerForDistribution
2021-11-30T01:57:55.792Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3387ef20-58c4-48c5-86ed-2af2c7263dca url= /sdc/v1/registerForDistribution
2021-11-30T01:57:55.793Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-30T01:57:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T01:57:55.802Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T01:57:55.806Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-30T01:57:55.808Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T01:57:55.808Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T01:57:55.808Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T01:57:55.808Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T01:58:06.129Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T01:58:06.133Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T01:58:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T01:58:55.801Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T01:58:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T01:58:55.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T01:58:55.802Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T01:58:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T01:59:05.351Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T01:59:05.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T01:59:55.799Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T01:59:55.800Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T01:59:55.800Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T01:59:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T01:59:55.802Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T01:59:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:00:05.360Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:00:05.376Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:00:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:00:55.800Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:00:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:00:55.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:00:55.802Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:00:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:01:05.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:01:05.352Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:01:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:01:55.801Z||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-11-30T02:01:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:01:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:01:55.802Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:01:55.803Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:02:05.352Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:02:05.353Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:02:55.802Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:02:55.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:02:55.807Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:02:55.807Z||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-11-30T02:02:55.807Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:02:55.808Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:03:05.362Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:03:05.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:03:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:03:55.801Z||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-11-30T02:03:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:03:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:03:55.802Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:03:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:04:05.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:04:05.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:04:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:04:55.800Z||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-11-30T02:04:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:04:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:04:55.803Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:04:55.803Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:05:05.358Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:05:05.359Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:05:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:05:55.800Z||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-11-30T02:05:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:05:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:05:55.802Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:05:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:06:05.350Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:06:05.351Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:06:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:06:55.800Z||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-11-30T02:06:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:06:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:06:55.801Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:06:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:07:05.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:07:05.349Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:07:51.108Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-30T02:07:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:07:55.800Z||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-11-30T02:07:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:07:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:07:55.802Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:07:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:08:05.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:08:05.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:08:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:08:55.800Z||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-11-30T02:08:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:08:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:08:55.802Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:08:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:09:05.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:09:05.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:09:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:09:55.800Z||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-11-30T02:09:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:09:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:09:55.802Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:09:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:10:05.351Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:10:05.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:10:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:10:55.800Z||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-11-30T02:10:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:10:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:10:55.802Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:10:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:11:05.349Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:11:05.349Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:11:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:11:55.800Z||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-11-30T02:11:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:11:55.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:11:55.802Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:11:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:12:05.348Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:12:05.350Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:12:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:12:55.800Z||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-11-30T02:12:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:12:55.801Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:12:55.802Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:12:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:13:05.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:13:05.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:13:55.800Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:13:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:13:55.802Z||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-11-30T02:13:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:13:55.802Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:13:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:14:05.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:14:05.355Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:14:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:14:55.800Z||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-11-30T02:14:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:14:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:14:55.802Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:14:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:15:05.344Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:15:05.349Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:15:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:15:55.800Z||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-11-30T02:15:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:15:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:15:55.801Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:15:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:16:05.345Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:16:05.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:16:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:16:55.800Z||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-11-30T02:16:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:16:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:16:55.802Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:16:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:17:05.344Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:17:05.344Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:17:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:17:55.800Z||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-11-30T02:17:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:17:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:17:55.802Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:17:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:18:05.345Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:18:05.345Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:18:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:18:55.800Z||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-11-30T02:18:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:18:55.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:18:55.802Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:18:55.803Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:19:05.348Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:19:05.364Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:19:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:19:55.800Z||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-11-30T02:19:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:19:55.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:19:55.802Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:19:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:20:05.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:20:05.352Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:20:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:20:55.800Z||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-11-30T02:20:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:20:55.801Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:20:55.802Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:20:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:21:05.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:21:05.343Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:21:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:21:55.800Z||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-11-30T02:21:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:21:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:21:55.802Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:21:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:22:05.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:22:05.366Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:22:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:22:55.800Z||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-11-30T02:22:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:22:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:22:55.801Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:22:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:23:05.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:23:05.354Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:23:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:23:55.800Z||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-11-30T02:23:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:23:55.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:23:55.802Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:23:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:24:05.346Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:24:05.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:24:55.799Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:24:55.800Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:24:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:24:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:24:55.801Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:24:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:25:05.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:25:05.348Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:25:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:25:55.801Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:25:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:25:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:25:55.802Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:25:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:26:05.345Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:26:05.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:26:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:26:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:26:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:26:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:26:55.802Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:26:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:27:05.343Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:27:05.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:27:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:27:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:27:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:27:55.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:27:55.802Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:27:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:28:05.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:28:05.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:28:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:28:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:28:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:28:55.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:28:55.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:28:55.804Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:29:05.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:29:05.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:29:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:29:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:29:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:29:55.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:29:55.801Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:29:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:30:05.344Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:30:05.344Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:30:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:30:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:30:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:30:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:30:55.801Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:30:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:31:05.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:31:05.348Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:31:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:31:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:31:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:31:55.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:31:55.801Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:31:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:32:05.345Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:32:05.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:32:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:32:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:32:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:32:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:32:55.801Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:32:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:33:05.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:33:05.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:33:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:33:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:33:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:33:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:33:55.802Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:33:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:34:05.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:34:05.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:34:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:34:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:34:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:34:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:34:55.802Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:34:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:35:05.347Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:35:05.353Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:35:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:35:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:35:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:35:55.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:35:55.801Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:35:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:36:05.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:36:05.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:36:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:36:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:36:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:36:55.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:36:55.802Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:36:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:37:05.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:37:05.349Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:37:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:37:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:37:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:37:55.802Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:37:55.803Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:37:55.803Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:38:05.344Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:38:05.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:38:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:38:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:38:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:38:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:38:55.801Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:38:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:39:05.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:39:05.344Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:39:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:39:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:39:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:39:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:39:55.802Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:39:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:40:05.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:40:05.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:40:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:40:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:40:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:40:55.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:40:55.801Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:40:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:41:05.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:41:05.349Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:41:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:41:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:41:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:41:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:41:55.801Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:41:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:42:05.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:42:05.350Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:42:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:42:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:42:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:42:55.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:42:55.801Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:42:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:43:05.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:43:05.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:43:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:43:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:43:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:43:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:43:55.801Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:43:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:44:05.341Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:44:05.344Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:44:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:44:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:44:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:44:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:44:55.801Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:44:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:45:05.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:45:05.378Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:45:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:45:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:45:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:45:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:45:55.801Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:45:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:46:05.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:46:05.346Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:46:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:46:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:46:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:46:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:46:55.801Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:46:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:47:05.343Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:47:05.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:47:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:47:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:47:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:47:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:47:55.801Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:47:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:48:05.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:48:05.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:48:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:48:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:48:55.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:48:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:48:55.801Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:48:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:49:05.345Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:49:05.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:49:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:49:55.801Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:49:55.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:49:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:49:55.801Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:49:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:50:05.345Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:50:05.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:50:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:50:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:50:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:50:55.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:50:55.802Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:50:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:51:05.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:51:05.343Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:51:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:51:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:51:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:51:55.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:51:55.801Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:51:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:52:05.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:52:05.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:52:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:52:55.801Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:52:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:52:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:52:55.801Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:52:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:53:05.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:53:05.353Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:53:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:53:55.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:53:55.802Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:53:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:53:55.802Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:53:55.803Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:54:05.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:54:05.358Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:54:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:54:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:54:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:54:55.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:54:55.801Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:54:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:55:05.345Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:55:05.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:55:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:55:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:55:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:55:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:55:55.802Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:55:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:56:05.346Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:56:05.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:56:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:56:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:56:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:56:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:56:55.801Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:56:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:57:05.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:57:05.346Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:57:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:57:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:57:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:57:55.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:57:55.801Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:57:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:58:05.344Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:58:05.344Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:58:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:58:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:58:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:58:55.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:58:55.802Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:58:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:59:05.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:59:05.347Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:59:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:59:55.801Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:59:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T02:59:55.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:59:55.801Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:59:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:00:05.341Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:00:05.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:00:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:00:55.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:00:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:00:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:00:55.802Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:00:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:01:05.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:01:05.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:01:55.799Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:01:55.800Z||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-11-30T03:01:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:01:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:01:55.802Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:01:55.803Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:02:05.348Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:02:05.348Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:02:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:02:55.800Z||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-11-30T03:02:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:02:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:02:55.802Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:02:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:02:56.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:02:56.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f9ff2b3-16fd-4858-a00d-86913fd527bd","serviceName":"vFW 2021-11-30 02-59-22","serviceVersion":"1.0","serviceUUID":"fd432f82-2c00-47a7-962b-0fe596b1a5f4","serviceDescription":"catalog service description","serviceInvariantUUID":"764f5976-5b70-4094-bc88-1a012fc6af58","resources":[{"resourceInstanceName":"vFW ba411c6b-915f 0","resourceName":"vFW ba411c6b-915f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae2d43f6-8c54-4c8e-92b8-1b2035ff2e3f","resourceInvariantUUID":"56501fae-903b-42c0-87b6-837849f3e7a4","resourceCustomizationUUID":"bce0c4b0-63a5-4e14-ba41-7b2988db64c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2I3YzI2OGE2MmQwYjc1ZDI2ZjFlZDE1MmVkM2E4NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"34c1126c-bdf0-43ce-a202-2c5ca7c3ceb2","artifactVersion":"1"},{"artifactName":"vfwba411c6b915f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json","artifactChecksum":"NWM1OTE2NGFhOGJjMzk2YjZlMjUzYzcwMDFiYWI2NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81eaaad4-962e-44c2-9ac3-2ae2e312df26","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ccd8dd6c-5703-4450-bab4-07e241acd998","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml","artifactChecksum":"ODJjZWFiOTc0MWMxMjNhY2I0YTg4MGI4N2JkZWQ4ZjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"38d2269d-4f30-4177-bc42-f6144f7e7da9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cb3f1d04-c469-46cf-9612-af338774c600","artifactVersion":"2","generatedFromUUID":"ccd8dd6c-5703-4450-bab4-07e241acd998"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211130025922-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml","artifactChecksum":"ZGZmOTNmZDljZjZkZjE3ZTBmOThmMjRhYzMzYjkzNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"02c08e23-b4af-49f8-82a7-7da081164cd5","artifactVersion":"1"},{"artifactName":"service-Vfw20211130025922-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar","artifactChecksum":"MzYzYWI4ZGJmZWYyY2Y3ZWQ3ZTlmMDk4MDllYmI4MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24514b65-06c7-497d-bc6f-28022e29324e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-30T03:02:56.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:02:56.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "aai-ml",
"timestamp": 1638241335474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.461Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:02:56.469Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:02:56.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241337395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "dcae-sch",
"timestamp": 1638241332362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1638241331802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "dcae-sch",
"timestamp": 1638241332362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241337395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:02:56.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1638241331802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "aai-ml",
"timestamp": 1638241335474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "cds",
"timestamp": 1638241343041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "dcae-sch",
"timestamp": 1638241332362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1638241331802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241337395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:02:56.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "aai-ml",
"timestamp": 1638241335474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "cds",
"timestamp": 1638241343041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1638241331802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241337395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "dcae-sch",
"timestamp": 1638241332362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "aai-ml",
"timestamp": 1638241335474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "cds",
"timestamp": 1638241343041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1638241331802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "dcae-sch",
"timestamp": 1638241332362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241337395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-30T03:02:56.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "aai-ml",
"timestamp": 1638241335474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "cds",
"timestamp": 1638241343041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "dcae-sch",
"timestamp": 1638241332362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1638241331802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241337395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "aai-ml",
"timestamp": 1638241335474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "cds",
"timestamp": 1638241343041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "dcae-sch",
"timestamp": 1638241332362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241337395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:02:56.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1638241331802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "aai-ml",
"timestamp": 1638241335474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:02:56.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "clamp",
"timestamp": 1638241347715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "cds",
"timestamp": 1638241343041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "clamp",
"timestamp": 1638241347715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:02:56.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "cds",
"timestamp": 1638241343041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:02:56.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "aai-ml",
"timestamp": 1638241349824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:02:56.485Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:02:56.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241349896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:02:56.486Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:02:56.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241349405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "clamp",
"timestamp": 1638241347715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241349405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "clamp",
"timestamp": 1638241347715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "policy-id",
"timestamp": 1638241350723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241351560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:02:56.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:02:56.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "cds",
"timestamp": 1638241351580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:02:56.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:02:56.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241349405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "clamp",
"timestamp": 1638241347715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "policy-id",
"timestamp": 1638241350723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "cds",
"timestamp": 1638241352642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-11-30T03:02:56.531Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:02:56.531Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241375799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:02:56.632Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2021-11-30T03:02:56.636Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:02:56.636Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:02:56.646Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:02:56.647Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:02:56.739Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f9ff2b3-16fd-4858-a00d-86913fd527bd
2021-11-30T03:02:56.754Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff2b3-16fd-4858-a00d-86913fd527bd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:02:56.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241353051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:02:56.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:02:56.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241349405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "clamp",
"timestamp": 1638241347715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "policy-id",
"timestamp": 1638241350723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:02:56.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241349405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "clamp",
"timestamp": 1638241347715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:02:56.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "policy-id",
"timestamp": 1638241350723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241354700,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:02:56.795Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f9ff2b3-16fd-4858-a00d-86913fd527bd
2021-11-30T03:02:56.795Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff2b3-16fd-4858-a00d-86913fd527bd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:02:56.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241349405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "policy-id",
"timestamp": 1638241350723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241355705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-30T03:02:56.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:02:56.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241349405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:02:56.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "policy-id",
"timestamp": 1638241350723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:56.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241357229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:02:56.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:02:56.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "policy-id",
"timestamp": 1638241350723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:02:56.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:02:56.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "policy-id",
"timestamp": 1638241358631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:02:56.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:02:56.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "policy-id",
"timestamp": 1638241359638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:02:56.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:02:56.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "policy-id",
"timestamp": 1638241360642,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:02:56.813Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f9ff2b3-16fd-4858-a00d-86913fd527bd
2021-11-30T03:02:56.813Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff2b3-16fd-4858-a00d-86913fd527bd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-30T03:02:56.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "aai-ml",
"timestamp": 1638241361693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:02:56.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:02:56.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241361730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:02:56.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:02:56.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "aai-ml",
"timestamp": 1638241362698,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:02:56.833Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f9ff2b3-16fd-4858-a00d-86913fd527bd
2021-11-30T03:02:56.833Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff2b3-16fd-4858-a00d-86913fd527bd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:02:56.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241362735,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:02:56.851Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f9ff2b3-16fd-4858-a00d-86913fd527bd
2021-11-30T03:02:56.851Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff2b3-16fd-4858-a00d-86913fd527bd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:02:56.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "clamp",
"timestamp": 1638241364113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:02:56.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:02:56.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "clamp",
"timestamp": 1638241366124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:02:56.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:02:56.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:02:56.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "clamp",
"timestamp": 1638241367127,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:02:56.869Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7f9ff2b3-16fd-4858-a00d-86913fd527bd
2021-11-30T03:02:56.869Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff2b3-16fd-4858-a00d-86913fd527bd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:02:57.550Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:02:57.551Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:02:57.553Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:02:57.553Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241375799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:02:57.653Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:02:57.654Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:02:57.654Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:02:57.668Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:02:57.669Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:02:58.553Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:02:58.554Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:02:58.556Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:02:58.556Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241375799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:02:58.657Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-30T03:02:58.658Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:02:58.658Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:02:58.684Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:02:58.685Z||pool-5-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:02:59.557Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:02:59.558Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:02:59.560Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:02:59.560Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241375799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:02:59.660Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:02:59.661Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:02:59.661Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:02:59.673Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:02:59.673Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:03:00.560Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:03:00.561Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:03:00.562Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:03:00.563Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241375799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-30T03:03:00.663Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:03:00.664Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:03:00.664Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:03:00.679Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:03:00.679Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:03:01.563Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:03:01.564Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:03:01.566Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:03:01.566Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241375799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:03:01.667Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-30T03:03:01.667Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:03:01.668Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:03:01.680Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:03:01.681Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-30T03:03:02.567Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:03:02.568Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:03:02.571Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:03:02.571Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241375799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:03:02.671Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:03:02.672Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:03:02.672Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:03:02.687Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:03:02.688Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:03:03.573Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"serviceName": "vFW 2021-11-30 02-59-22",
"serviceVersion": "1.0",
"serviceUUID": "fd432f82-2c00-47a7-962b-0fe596b1a5f4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "764f5976-5b70-4094-bc88-1a012fc6af58",
"resources": [
{
"resourceInstanceName": "vFW ba411c6b-915f 0",
"resourceCustomizationUUID": "bce0c4b0-63a5-4e14-ba41-7b2988db64c6",
"resourceName": "vFW ba411c6b-915f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ae2d43f6-8c54-4c8e-92b8-1b2035ff2e3f",
"resourceInvariantUUID": "56501fae-903b-42c0-87b6-837849f3e7a4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwba411c6b915f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"artifactChecksum": "NWM1OTE2NGFhOGJjMzk2YjZlMjUzYzcwMDFiYWI2NzY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "81eaaad4-962e-44c2-9ac3-2ae2e312df26",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ccd8dd6c-5703-4450-bab4-07e241acd998",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cb3f1d04-c469-46cf-9612-af338774c600",
"generatedFromUUID": "ccd8dd6c-5703-4450-bab4-07e241acd998"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cb3f1d04-c469-46cf-9612-af338774c600",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211130025922-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"artifactChecksum": "MzYzYWI4ZGJmZWYyY2Y3ZWQ3ZTlmMDk4MDllYmI4MTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "24514b65-06c7-497d-bc6f-28022e29324e"
}
],
"workloadContext": "Production"
}
2021-11-30T03:03:03.574Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-30T03:03:03.575Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd432f82-2c00-47a7-962b-0fe596b1a5f4 ASDC
2021-11-30T03:03:03.700Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7f9ff2b3-16fd-4858-a00d-86913fd527bd
ServiceName:vFW 2021-11-30 02-59-22
ServiceVersion:1.0
ServiceUUID:fd432f82-2c00-47a7-962b-0fe596b1a5f4
ServiceInvariantUUID:764f5976-5b70-4094-bc88-1a012fc6af58
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211130025922-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar
ArtifactUUID:24514b65-06c7-497d-bc6f-28022e29324e
ArtifactChecksum:MzYzYWI4ZGJmZWYyY2Y3ZWQ3ZTlmMDk4MDllYmI4MTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ba411c6b-915f 0
ResourceCustomizationUUID:bce0c4b0-63a5-4e14-ba41-7b2988db64c6
ResourceInvariantUUID:56501fae-903b-42c0-87b6-837849f3e7a4
ResourceName:vFW ba411c6b-915f
ResourceType:VF
ResourceUUID:ae2d43f6-8c54-4c8e-92b8-1b2035ff2e3f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwba411c6b915f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json
ArtifactUUID:81eaaad4-962e-44c2-9ac3-2ae2e312df26
ArtifactChecksum:NWM1OTE2NGFhOGJjMzk2YjZlMjUzYzcwMDFiYWI2NzY=
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/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml
ArtifactUUID:ccd8dd6c-5703-4450-bab4-07e241acd998
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/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env
ArtifactUUID:cb3f1d04-c469-46cf-9612-af338774c600
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/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env
ArtifactUUID:cb3f1d04-c469-46cf-9612-af338774c600
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-30T03:03:03.700Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd432f82-2c00-47a7-962b-0fe596b1a5f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-30T03:03:03.777Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-30T03:03:03.778Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-30T03:03:03.778Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-30T03:03:03.779Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 24514b65-06c7-497d-bc6f-28022e29324e from URL: /sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:03.779Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-30T03:03:03.780Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:04.070Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-30T03:03:04.090Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar 24514b65-06c7-497d-bc6f-28022e29324e 98960
2021-11-30T03:03:04.091Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar ASDC sendASDCNotification
2021-11-30T03:03:04.091Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:04.091Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:03:04.092Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:03:04.093Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:03:04.093Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241384090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:03:04.194Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-30T03:03:04.195Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:03:04.195Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:03:04.209Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:03:04.209Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:03:05.094Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-30T03:03:05.095Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-30T03:03:05.095Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 24514b65-06c7-497d-bc6f-28022e29324e, URL: /sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar to file: /app/ASDC/1/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:05.095Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211130025922-csar.csar
2021-11-30T03:03:05.211Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:05.211Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:06.284Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2227322855661643803/Definitions/service-Vfw20211130025922-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-11-30T03:03:08.797Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-30T03:03:08.801Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-30T03:03:08.801Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:08.801Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-30T03:03:08.801Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:08.801Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ba411c6b-915f 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-Vfw20211130025922-csar.csar
2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-30T03:03:08.807Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:08.809Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:03:08.812Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria
2021-11-30T03:03:08.812Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-30T03:03:08.813Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-30T03:03:08.814Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:08.814Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:03:08.814Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria
2021-11-30T03:03:08.814Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-30T03:03:08.815Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-30T03:03:08.815Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:08.815Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:03:08.817Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is not matching search criteria
2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-30T03:03:08.819Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-30T03:03:08.819Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-30T03:03:08.819Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-30T03:03:08.819Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-30T03:03:08.819Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-30T03:03:08.819Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-30T03:03:08.819Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:08.819Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-30T03:03:08.820Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:08.820Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria
2021-11-30T03:03:08.820Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:03:08.820Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria
2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria
2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is not matching search criteria
2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1bb32512-5ec5-466e-991a-c82ba170fa64
2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is not matching search criteria
2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e723b5a1-ba69-463f-a3d4-089499c1ad3f
2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is not matching search criteria
2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=95af473f-e129-4025-9a98-5f0b06af3b1e
2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:03:08.826Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:08.826Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:03:08.826Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-30 02-59-22
Description:catalog service description
Model UUID:fd432f82-2c00-47a7-962b-0fe596b1a5f4
Model Version:NULL
Model InvariantUuid:764f5976-5b70-4094-bc88-1a012fc6af58
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ba411c6b-915f
Model UUID:88d065ed-2ccf-463c-8558-d1a0d45fecdf
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:56501fae-903b-42c0-87b6-837849f3e7a4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bce0c4b0-63a5-4e14-ba41-7b2988db64c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:84eebb7b-e4c8-41a9-ac65-f11bec1a17fc
ModelName:VfwBa411c6b915f..base_vfw..module-0
ModelUuid:f0ccf193-fdc6-4f3e-aa0a-0843f2a22c8d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1bb32512-5ec5-466e-991a-c82ba170fa64
ModelInvariantUuid:6643e610-135f-49d4-adcb-e34562f389d4
ModelName:vFW ba411c6b-915f-nodes.vfwCvfc
ModelUuid:d15daea5-82d1-4e9f-94eb-0250938a1367
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b571d574-f510-4164-b133-17d89758b551
ModelInvariantUuid:9c448f63-04db-4079-8a2f-155381f67ac2
ModelName:VfwBa411c6b915f.compute.nodes.heat.vfw
ModelUuid:3bc646c2-c88d-4677-ad79-756cbf3ca709
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e723b5a1-ba69-463f-a3d4-089499c1ad3f
ModelInvariantUuid:a22bd3f6-8cfe-409a-a53e-bd0061650c2a
ModelName:vFW ba411c6b-915f-nodes.vsnCvfc
ModelUuid:407654fb-6afd-476a-8322-d45cef3a1f67
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:770ef947-4332-4ae2-bb8a-093eae44b080
ModelInvariantUuid:1a1e555a-32b8-4e0b-87f8-855ccaf75f2d
ModelName:VfwBa411c6b915f.compute.nodes.heat.vsn
ModelUuid:9188768a-6b23-4329-a281-e87a1b86aa9b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:95af473f-e129-4025-9a98-5f0b06af3b1e
ModelInvariantUuid:b6893a82-0730-4489-9bfd-b5c79312d714
ModelName:vFW ba411c6b-915f-nodes.vpgCvfc
ModelUuid:eccf5de8-f676-4000-abfb-6720166a0b04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:56433dd6-d226-48ec-a000-a3353529dbeb
ModelInvariantUuid:a4e65481-9ef2-46b5-92b8-167ff68bf436
ModelName:VfwBa411c6b915f.compute.nodes.heat.vpg
ModelUuid:ba5dbde2-19e9-4782-adff-e693cf0897a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-30T03:03:08.846Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ae2d43f6-8c54-4c8e-92b8-1b2035ff2e3f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-30T03:03:09.004Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||vFW ba411c6b-915f 0
2021-11-30T03:03:09.050Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae2d43f6-8c54-4c8e-92b8-1b2035ff2e3f
2021-11-30T03:03:09.051Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 81eaaad4-962e-44c2-9ac3-2ae2e312df26 from URL: /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json
2021-11-30T03:03:09.051Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-30T03:03:09.051Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json
2021-11-30T03:03:09.403Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-30T03:03:09.403Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json 81eaaad4-962e-44c2-9ac3-2ae2e312df26 785
2021-11-30T03:03:09.405Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json ASDC sendASDCNotification
2021-11-30T03:03:09.405Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json
2021-11-30T03:03:09.405Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:03:09.405Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:03:09.408Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:03:09.408Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241389405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:03:09.508Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-30T03:03:09.511Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:03:09.511Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:03:09.524Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:03:09.524Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:03:10.415Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBa411c6b915f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "84eebb7b-e4c8-41a9-ac65-f11bec1a17fc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f0ccf193-fdc6-4f3e-aa0a-0843f2a22c8d",
"vfModuleModelCustomizationUUID": "5a04e7c3-9b20-415d-bda8-d2dca2ed7b1c",
"isBase": true,
"artifacts": [
"ccd8dd6c-5703-4450-bab4-07e241acd998",
"cb3f1d04-c469-46cf-9612-af338774c600"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-30T03:03:10.428Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBa411c6b915f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0ccf193-fdc6-4f3e-aa0a-0843f2a22c8d
VfModuleModelInvariantUUID:84eebb7b-e4c8-41a9-ac65-f11bec1a17fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
ccd8dd6c-5703-4450-bab4-07e241acd998
,
cb3f1d04-c469-46cf-9612-af338774c600
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-30T03:03:10.430Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBa411c6b915f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "84eebb7b-e4c8-41a9-ac65-f11bec1a17fc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f0ccf193-fdc6-4f3e-aa0a-0843f2a22c8d",
"vfModuleModelCustomizationUUID": "5a04e7c3-9b20-415d-bda8-d2dca2ed7b1c",
"isBase": true,
"artifacts": [
"ccd8dd6c-5703-4450-bab4-07e241acd998",
"cb3f1d04-c469-46cf-9612-af338774c600"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-30T03:03:10.430Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBa411c6b915f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0ccf193-fdc6-4f3e-aa0a-0843f2a22c8d
VfModuleModelInvariantUUID:84eebb7b-e4c8-41a9-ac65-f11bec1a17fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
ccd8dd6c-5703-4450-bab4-07e241acd998
,
cb3f1d04-c469-46cf-9612-af338774c600
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-30T03:03:10.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ccd8dd6c-5703-4450-bab4-07e241acd998 from URL: /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml
2021-11-30T03:03:10.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-30T03:03:10.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml
2021-11-30T03:03:10.856Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-30T03:03:10.858Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml ccd8dd6c-5703-4450-bab4-07e241acd998 20368
2021-11-30T03:03:10.858Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-30T03:03:10.858Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml
2021-11-30T03:03:10.858Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:03:10.858Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:03:10.860Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:03:10.860Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241390858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:03:10.961Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:03:10.962Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:03:10.962Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:03:10.973Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:03:10.973Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:03:11.861Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cb3f1d04-c469-46cf-9612-af338774c600 from URL: /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env
2021-11-30T03:03:11.861Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-30T03:03:11.861Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env
2021-11-30T03:03:12.355Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-30T03:03:12.355Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env cb3f1d04-c469-46cf-9612-af338774c600 2098
2021-11-30T03:03:12.356Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-30T03:03:12.356Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env
2021-11-30T03:03:12.356Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:03:12.356Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:03:12.358Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:03:12.358Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241392356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:03:12.458Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:03:12.459Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:03:12.460Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:03:12.476Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:03:12.477Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:03:13.359Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fd432f82-2c00-47a7-962b-0fe596b1a5f4
2021-11-30T03:03:13.359Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ba411c6b-915f 0 ae2d43f6-8c54-4c8e-92b8-1b2035ff2e3f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-30T03:03:13.399Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11c64e29, org.onap.sdc.toscaparser.api.parameters.Input@39163a53, org.onap.sdc.toscaparser.api.parameters.Input@49c266f6, org.onap.sdc.toscaparser.api.parameters.Input@10bcf511, org.onap.sdc.toscaparser.api.parameters.Input@33a85629]
2021-11-30T03:03:13.402Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.402Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:03:13.403Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-11-30T03:03:13.403Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= bce0c4b0-63a5-4e14-ba41-7b2988db64c6
2021-11-30T03:03:13.403Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bce0c4b0-63a5-4e14-ba41-7b2988db64c6 matches Tosca VF Customization UUID: bce0c4b0-63a5-4e14-ba41-7b2988db64c6
2021-11-30T03:03:13.403Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: bce0c4b0-63a5-4e14-ba41-7b2988db64c6 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-30T03:03:13.409Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.409Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:03:13.410Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id bce0c4b0-63a5-4e14-ba41-7b2988db64c6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-11-30T03:03:13.410Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24c8c96a
2021-11-30T03:03:13.410Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.410Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-30T03:03:13.411Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5a04e7c3-9b20-415d-bda8-d2dca2ed7b1c
2021-11-30T03:03:13.411Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5a04e7c3-9b20-415d-bda8-d2dca2ed7b1c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-30T03:03:13.417Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.418Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria
2021-11-30T03:03:13.418Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:03:13.418Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.419Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria
2021-11-30T03:03:13.419Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:03:13.419Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.419Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is not matching search criteria
2021-11-30T03:03:13.419Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-30T03:03:13.420Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-30T03:03:13.420Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-30T03:03:13.420Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-30T03:03:13.420Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-30T03:03:13.420Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-30T03:03:13.421Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-30T03:03:13.421Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-30T03:03:13.421Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-30T03:03:13.421Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-30T03:03:13.421Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-30T03:03:13.421Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1bb32512-5ec5-466e-991a-c82ba170fa64
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-30T03:03:13.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria
2021-11-30T03:03:13.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:03:13.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is not matching search criteria
2021-11-30T03:03:13.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-30T03:03:13.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e723b5a1-ba69-463f-a3d4-089499c1ad3f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-30T03:03:13.434Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.435Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria
2021-11-30T03:03:13.435Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:03:13.437Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.437Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is not matching search criteria
2021-11-30T03:03:13.437Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-30T03:03:13.437Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-30T03:03:13.437Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-30T03:03:13.437Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=95af473f-e129-4025-9a98-5f0b06af3b1e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-30T03:03:13.441Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.441Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria
2021-11-30T03:03:13.441Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:03:13.441Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.441Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria
2021-11-30T03:03:13.441Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=bce0c4b0-63a5-4e14-ba41-7b2988db64c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-30T03:03:13.443Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.443Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:03:13.444Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fd432f82-2c00-47a7-962b-0fe596b1a5f4: vFW ba411c6b-915f
2021-11-30T03:03:13.444Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.444Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:03:13.444Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.444Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:03:13.444Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.444Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:03:13.444Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.445Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:03:13.445Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:03:13.445Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:03:13.445Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-11-30 02-59-22
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:03:13.835Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ba411c6b-915f ae2d43f6-8c54-4c8e-92b8-1b2035ff2e3f 1 ASDC deployResourceStructure
2021-11-30T03:03:13.836Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json ASDC sendASDCNotification
2021-11-30T03:03:13.836Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json
2021-11-30T03:03:13.836Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:03:13.836Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:03:13.838Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:03:13.838Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241393836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-30T03:03:13.938Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:03:13.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-11-30T03:03:13.940Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:03:13.955Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:03:13.955Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:03:14.838Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-30T03:03:14.839Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml
2021-11-30T03:03:14.839Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:03:14.840Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:03:14.842Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:03:14.842Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241394838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-30T03:03:14.942Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:03:14.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-11-30T03:03:14.944Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:03:14.959Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:03:14.960Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:03:15.843Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-30T03:03:15.844Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env
2021-11-30T03:03:15.844Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:03:15.844Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:03:15.847Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:03:15.847Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241395843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-30T03:03:15.947Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:03:15.948Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:03:15.948Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:03:15.960Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:03:15.960Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:03:16.847Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar ASDC sendASDCNotification
2021-11-30T03:03:16.848Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar
2021-11-30T03:03:16.848Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:03:16.848Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:03:16.850Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:03:16.850Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241396847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:03:16.950Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:03:16.951Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:03:16.951Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:03:16.963Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:03:16.964Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:03:17.851Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f9ff2b3-16fd-4858-a00d-86913fd527bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-30T03:03:17.868Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f9ff2b3-16fd-4858-a00d-86913fd527bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:03:17.878Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-30T03:03:47.879Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f9ff2b3-16fd-4858-a00d-86913fd527bd and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-30T03:03:47.897Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f9ff2b3-16fd-4858-a00d-86913fd527bd and serviceModelVersionId: fd432f82-2c00-47a7-962b-0fe596b1a5f4
2021-11-30T03:03:47.897Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 764f5976-5b70-4094-bc88-1a012fc6af58
2021-11-30T03:03:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:03:55.802Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:03:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:03:55.927Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:03:55.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:03:55.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241375799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:03:55.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:08.627Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?depth=0
2021-11-30T03:04:08.785Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-30T03:04:09.217Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?depth=0|INFO|500||Invoke
2021-11-30T03:04:09.226Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7f9ff2b3-16fd-4858-a00d-86913fd527bd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8191270-7af8-4bf3-b8c4-865b33deeb74], X-ECOMP-RequestID=[7f9ff2b3-16fd-4858-a00d-86913fd527bd], X-TransactionId=[], X-ONAP-RequestID=[7f9ff2b3-16fd-4858-a00d-86913fd527bd], Content-Type=[application/merge-patch+json]}
2021-11-30T03:04:09.363Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-30T03:04:10.494Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?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/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211130-03:04:09:371-3539], vertex-id=[151776], Content-Length=[0], Date=[Tue, 30 Nov 2021 03:04:09 GMT], Content-Type=[application/json]}
2021-11-30T03:04:10.495Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-30T03:04:10.495Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?depth=0|INFO|500||InvokeReturn
2021-11-30T03:04:10.498Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-30T03:04:10.498Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-30T03:04:10.501Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-30T03:04:10.508Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f9ff2b3-16fd-4858-a00d-86913fd527bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-30T03:04:10.509Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-30T03:04:10.509Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:04:10.510Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:04:10.510Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241450508,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-30T03:04:10.611Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-30T03:04:10.612Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:04:10.612Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:10.627Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:10.628Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 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-11-30T03:04:11.529Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:04:11.529Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|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-11-30T03:04:11.530Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:12.152Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:12.153Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:04:12.153Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1fdf90f-7b7c-4f25-bba2-2c444702d440","serviceName":"basic_onboard_uUmomW","serviceVersion":"1.0","serviceUUID":"51f40605-4ff0-4b60-87f5-ede40424cecc","serviceDescription":"service","serviceInvariantUUID":"1d3c81da-1218-4a5a-b97a-9a36e9f3266e","resources":[{"resourceInstanceName":"basic_onboard_uUmomW 0","resourceName":"basic_onboard_uUmomW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5dad8484-e565-4487-840d-2f0d5694e029","resourceInvariantUUID":"af89aaf4-e982-4d2d-a37f-0f759686f071","resourceCustomizationUUID":"3a405629-e722-476e-bc72-80b670ff7e47","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml","artifactChecksum":"MzQ5Mzg4ZmNhMzcyNmI2MDBjMmZhNzk1ZjY3M2NmYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aefd62ab-0761-43c1-92a4-3b2418a3252d","artifactVersion":"1"},{"artifactName":"basic_onboard_uumomw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json","artifactChecksum":"MjEzZDdhNWZjYWUzYjYwMmExYzI4ZjEwZTk1ZjUxODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"febf981b-c705-434d-a4a9-090e2b8d29ba","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"90257398-7364-4757-8fcd-eb320089cc64","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"58e5d7d6-1577-44f8-9cbf-0124dbddfaf4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7f2abd00-4e0d-461d-b262-119cc9b4566e","artifactVersion":"2","generatedFromUUID":"90257398-7364-4757-8fcd-eb320089cc64"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUumomw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml","artifactChecksum":"Y2RlNDRhNTJkOTI2MDkxNjliOWFlYzljZTczMGYxMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"040f0b7e-d467-4a2c-947d-dbc6fb2a8040","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUumomw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar","artifactChecksum":"M2E2YWM5MTI3OWEwMzM5YjU3M2NhNjFlMzhiZjY4OGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04a2061b-4a9b-456f-abc0-26db1c00772a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-30T03:04:12.158Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:04:12.158Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:04:12.160Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:04:12.160Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241451529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:12.260Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-30T03:04:12.261Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:04:12.261Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:12.273Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:12.273Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:04:13.161Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:04:13.162Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:04:13.163Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:04:13.164Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241451529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:04:13.264Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:04:13.265Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:04:13.265Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:13.279Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:13.280Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:04:14.164Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:04:14.165Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:04:14.167Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:04:14.167Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241451529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:04:14.268Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-30T03:04:14.269Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:04:14.269Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:14.281Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:14.281Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:04:15.168Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:04:15.169Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:04:15.171Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:04:15.172Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241451529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:15.272Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:04:15.273Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:04:15.273Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:15.287Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:15.287Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:04:16.173Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:04:16.174Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:04:16.176Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:04:16.176Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241451529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-30T03:04:16.276Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:04:16.277Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:04:16.277Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:16.290Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:16.290Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:04:17.176Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:04:17.177Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:04:17.179Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:04:17.180Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241451529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:17.280Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:04:17.282Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:04:17.283Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:17.296Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:17.296Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:04:18.180Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:04:18.181Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:04:18.185Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:04:18.185Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241451529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:04:18.285Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:04:18.286Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:04:18.286Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:18.299Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:18.299Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:04:19.187Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"serviceName": "basic_onboard_uUmomW",
"serviceVersion": "1.0",
"serviceUUID": "51f40605-4ff0-4b60-87f5-ede40424cecc",
"serviceDescription": "service",
"serviceInvariantUUID": "1d3c81da-1218-4a5a-b97a-9a36e9f3266e",
"resources": [
{
"resourceInstanceName": "basic_onboard_uUmomW 0",
"resourceCustomizationUUID": "3a405629-e722-476e-bc72-80b670ff7e47",
"resourceName": "basic_onboard_uUmomW",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5dad8484-e565-4487-840d-2f0d5694e029",
"resourceInvariantUUID": "af89aaf4-e982-4d2d-a37f-0f759686f071",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_uumomw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"artifactChecksum": "MjEzZDdhNWZjYWUzYjYwMmExYzI4ZjEwZTk1ZjUxODE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "febf981b-c705-434d-a4a9-090e2b8d29ba",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "90257398-7364-4757-8fcd-eb320089cc64",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7f2abd00-4e0d-461d-b262-119cc9b4566e",
"generatedFromUUID": "90257398-7364-4757-8fcd-eb320089cc64"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7f2abd00-4e0d-461d-b262-119cc9b4566e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardUumomw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"artifactChecksum": "M2E2YWM5MTI3OWEwMzM5YjU3M2NhNjFlMzhiZjY4OGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "04a2061b-4a9b-456f-abc0-26db1c00772a"
}
],
"workloadContext": "Production"
}
2021-11-30T03:04:19.187Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-30T03:04:19.188Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 51f40605-4ff0-4b60-87f5-ede40424cecc ASDC
2021-11-30T03:04:19.188Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e1fdf90f-7b7c-4f25-bba2-2c444702d440
ServiceName:basic_onboard_uUmomW
ServiceVersion:1.0
ServiceUUID:51f40605-4ff0-4b60-87f5-ede40424cecc
ServiceInvariantUUID:1d3c81da-1218-4a5a-b97a-9a36e9f3266e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUumomw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar
ArtifactUUID:04a2061b-4a9b-456f-abc0-26db1c00772a
ArtifactChecksum:M2E2YWM5MTI3OWEwMzM5YjU3M2NhNjFlMzhiZjY4OGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_uUmomW 0
ResourceCustomizationUUID:3a405629-e722-476e-bc72-80b670ff7e47
ResourceInvariantUUID:af89aaf4-e982-4d2d-a37f-0f759686f071
ResourceName:basic_onboard_uUmomW
ResourceType:VF
ResourceUUID:5dad8484-e565-4487-840d-2f0d5694e029
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_uumomw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json
ArtifactUUID:febf981b-c705-434d-a4a9-090e2b8d29ba
ArtifactChecksum:MjEzZDdhNWZjYWUzYjYwMmExYzI4ZjEwZTk1ZjUxODE=
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/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:90257398-7364-4757-8fcd-eb320089cc64
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/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env
ArtifactUUID:7f2abd00-4e0d-461d-b262-119cc9b4566e
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/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env
ArtifactUUID:7f2abd00-4e0d-461d-b262-119cc9b4566e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-30T03:04:19.188Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 51f40605-4ff0-4b60-87f5-ede40424cecc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:04:19.227Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-30T03:04:19.228Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-30T03:04:19.228Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-30T03:04:19.228Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 04a2061b-4a9b-456f-abc0-26db1c00772a from URL: /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:19.228Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-30T03:04:19.229Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:19.319Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-30T03:04:19.325Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar 04a2061b-4a9b-456f-abc0-26db1c00772a 71569
2021-11-30T03:04:19.325Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar ASDC sendASDCNotification
2021-11-30T03:04:19.325Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:19.325Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:04:19.325Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:04:19.327Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:04:19.327Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241459325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:04:19.428Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-30T03:04:19.429Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:04:19.429Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:19.444Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:19.444Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:04:20.328Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-30T03:04:20.329Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-30T03:04:20.329Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 04a2061b-4a9b-456f-abc0-26db1c00772a, URL: /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar to file: /app/ASDC/1/service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:20.329Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:20.330Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:20.330Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:20.558Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5442371242571017835/Definitions/service-BasicOnboardUumomw-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_uUmomW 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-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria
2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria
2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is not matching search criteria
2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria
2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria
2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria
2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is not matching search criteria
2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f996759d-173e-418a-8716-63df70b58b1f
2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:04:21.704Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:21.704Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:04:21.704Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_uUmomW
Description:service
Model UUID:51f40605-4ff0-4b60-87f5-ede40424cecc
Model Version:NULL
Model InvariantUuid:1d3c81da-1218-4a5a-b97a-9a36e9f3266e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_uUmomW
Model UUID:2b8db81a-4a10-4e78-94a7-8b0831e114b7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:af89aaf4-e982-4d2d-a37f-0f759686f071
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3a405629-e722-476e-bc72-80b670ff7e47
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f79c46ee-b402-4b11-94c6-f15b81e932a2
ModelName:BasicOnboardUumomw..base_ubuntu18..module-0
ModelUuid:0b3606cd-012d-459e-b722-0b2257d4e635
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f996759d-173e-418a-8716-63df70b58b1f
ModelInvariantUuid:575bc5a5-5242-4b28-8709-2ec79dcf653e
ModelName:basic_onboard_uUmomW-nodes.ubuntu18Cvfc
ModelUuid:27ca9463-4f63-426b-a801-c604d6ff2723
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c2a93b57-07c0-4eb3-84aa-e875575e59f7
ModelInvariantUuid:ad80a608-ce23-45ee-8c4a-1f4084819325
ModelName:BasicOnboardUumomw.compute.nodes.heat.ubuntu18
ModelUuid:fd3cc427-5a98-4b2f-bb6d-9bcf0b5b9ac4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-30T03:04:21.709Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 5dad8484-e565-4487-840d-2f0d5694e029
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-30T03:04:21.711Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||basic_onboard_uUmomW 0
2021-11-30T03:04:21.711Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5dad8484-e565-4487-840d-2f0d5694e029
2021-11-30T03:04:21.711Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: febf981b-c705-434d-a4a9-090e2b8d29ba from URL: /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json
2021-11-30T03:04:21.712Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-30T03:04:21.712Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json
2021-11-30T03:04:21.811Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-30T03:04:21.811Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json febf981b-c705-434d-a4a9-090e2b8d29ba 798
2021-11-30T03:04:21.811Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json ASDC sendASDCNotification
2021-11-30T03:04:21.811Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json
2021-11-30T03:04:21.812Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:04:21.812Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:04:21.813Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:04:21.814Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241461811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:04:21.914Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:04:21.915Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:04:21.915Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:21.936Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:21.936Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:04:22.817Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUumomw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f79c46ee-b402-4b11-94c6-f15b81e932a2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0b3606cd-012d-459e-b722-0b2257d4e635",
"vfModuleModelCustomizationUUID": "09439f20-18d2-4786-a92a-0c7efe56d24e",
"isBase": true,
"artifacts": [
"90257398-7364-4757-8fcd-eb320089cc64",
"7f2abd00-4e0d-461d-b262-119cc9b4566e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-30T03:04:22.823Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUumomw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b3606cd-012d-459e-b722-0b2257d4e635
VfModuleModelInvariantUUID:f79c46ee-b402-4b11-94c6-f15b81e932a2
VfModuleModelDescription:NULL
Artifacts UUID List:{
90257398-7364-4757-8fcd-eb320089cc64
,
7f2abd00-4e0d-461d-b262-119cc9b4566e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-30T03:04:22.826Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUumomw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f79c46ee-b402-4b11-94c6-f15b81e932a2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0b3606cd-012d-459e-b722-0b2257d4e635",
"vfModuleModelCustomizationUUID": "09439f20-18d2-4786-a92a-0c7efe56d24e",
"isBase": true,
"artifacts": [
"90257398-7364-4757-8fcd-eb320089cc64",
"7f2abd00-4e0d-461d-b262-119cc9b4566e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-30T03:04:22.826Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUumomw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b3606cd-012d-459e-b722-0b2257d4e635
VfModuleModelInvariantUUID:f79c46ee-b402-4b11-94c6-f15b81e932a2
VfModuleModelDescription:NULL
Artifacts UUID List:{
90257398-7364-4757-8fcd-eb320089cc64
,
7f2abd00-4e0d-461d-b262-119cc9b4566e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-30T03:04:22.826Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 90257398-7364-4757-8fcd-eb320089cc64 from URL: /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml
2021-11-30T03:04:22.826Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-30T03:04:22.826Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml
2021-11-30T03:04:23.363Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-30T03:04:23.363Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml 90257398-7364-4757-8fcd-eb320089cc64 5033
2021-11-30T03:04:23.363Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-30T03:04:23.363Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml
2021-11-30T03:04:23.363Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:04:23.364Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:04:23.365Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:04:23.365Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241463363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:04:23.465Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:04:23.466Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:04:23.466Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:23.480Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:23.480Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:04:24.366Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7f2abd00-4e0d-461d-b262-119cc9b4566e from URL: /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env
2021-11-30T03:04:24.366Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-30T03:04:24.367Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env
2021-11-30T03:04:24.565Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-30T03:04:24.565Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env 7f2abd00-4e0d-461d-b262-119cc9b4566e 909
2021-11-30T03:04:24.566Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-30T03:04:24.566Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env
2021-11-30T03:04:24.566Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:04:24.566Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:04:24.569Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:04:24.569Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241464566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:04:24.669Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:04:24.669Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:04:24.670Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:24.682Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:24.683Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:04:25.569Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 51f40605-4ff0-4b60-87f5-ede40424cecc
2021-11-30T03:04:25.570Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_uUmomW 0 5dad8484-e565-4487-840d-2f0d5694e029 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-30T03:04:25.587Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cf9f673, org.onap.sdc.toscaparser.api.parameters.Input@4644abee, org.onap.sdc.toscaparser.api.parameters.Input@4ba40c9c, org.onap.sdc.toscaparser.api.parameters.Input@20662a2d, org.onap.sdc.toscaparser.api.parameters.Input@63ef1a3c]
2021-11-30T03:04:25.588Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:25.588Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:04:25.588Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-11-30T03:04:25.588Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 3a405629-e722-476e-bc72-80b670ff7e47
2021-11-30T03:04:25.589Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3a405629-e722-476e-bc72-80b670ff7e47 matches Tosca VF Customization UUID: 3a405629-e722-476e-bc72-80b670ff7e47
2021-11-30T03:04:25.589Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 3a405629-e722-476e-bc72-80b670ff7e47 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-30T03:04:25.591Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:25.591Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:04:25.592Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 3a405629-e722-476e-bc72-80b670ff7e47: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-11-30T03:04:25.592Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a1a920e
2021-11-30T03:04:25.592Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:25.592Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-30T03:04:25.593Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 09439f20-18d2-4786-a92a-0c7efe56d24e
2021-11-30T03:04:25.593Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 09439f20-18d2-4786-a92a-0c7efe56d24e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-30T03:04:25.595Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:25.595Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria
2021-11-30T03:04:25.595Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:04:25.595Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:25.596Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria
2021-11-30T03:04:25.596Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:04:25.596Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:25.596Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is not matching search criteria
2021-11-30T03:04:25.596Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-30T03:04:25.596Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-30T03:04:25.596Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f996759d-173e-418a-8716-63df70b58b1f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-30T03:04:25.598Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:25.598Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria
2021-11-30T03:04:25.598Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:04:25.598Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:25.598Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria
2021-11-30T03:04:25.598Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0] matching following query criteria: sdcType=VF, customizationUUID=3a405629-e722-476e-bc72-80b670ff7e47
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-30T03:04:25.600Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:25.600Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:04:25.600Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 51f40605-4ff0-4b60-87f5-ede40424cecc: basic_onboard_uUmomW
2021-11-30T03:04:25.600Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:25.600Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:04:25.600Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:25.601Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:04:25.601Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:25.601Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:04:25.601Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:25.601Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:04:25.601Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:04:25.601Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:04:25.601Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_uUmomW
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:04:25.673Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_uUmomW 5dad8484-e565-4487-840d-2f0d5694e029 1 ASDC deployResourceStructure
2021-11-30T03:04:25.673Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json ASDC sendASDCNotification
2021-11-30T03:04:25.673Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json
2021-11-30T03:04:25.673Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:04:25.673Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:04:25.675Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:04:25.675Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241465673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-30T03:04:25.775Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:04:25.776Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:04:25.777Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:25.790Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:25.791Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:04:26.676Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-30T03:04:26.676Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml
2021-11-30T03:04:26.677Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:04:26.677Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:04:26.679Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:04:26.680Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241466676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-30T03:04:26.780Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:04:26.781Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:04:26.781Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:26.798Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:26.799Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:04:27.680Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-30T03:04:27.681Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env
2021-11-30T03:04:27.681Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:04:27.682Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:04:27.684Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:04:27.684Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241467680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-30T03:04:27.785Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:04:27.785Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:04:27.785Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:27.800Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:27.800Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:04:28.687Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar ASDC sendASDCNotification
2021-11-30T03:04:28.687Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar
2021-11-30T03:04:28.687Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:04:28.688Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:04:28.690Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:04:28.690Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241468685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:04:28.790Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:04:28.791Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:04:28.791Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:28.806Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:28.807Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:04:29.691Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1fdf90f-7b7c-4f25-bba2-2c444702d440
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-30T03:04:29.705Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1fdf90f-7b7c-4f25-bba2-2c444702d440
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-30T03:04:29.707Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:04:29.708Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-30T03:04:29.708Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-30T03:04:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:04:55.802Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:04:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:04:55.823Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:55.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241375799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:04:55.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241375799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:04:55.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241375799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241375799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-30T03:04:55.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241375799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241377395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "clamp",
"timestamp": 1638241377715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "cds",
"timestamp": 1638241373041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241379405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "ves-openapi-manager",
"timestamp": 1638241371802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "dcae-sch",
"timestamp": 1638241372362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241375799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:04:55.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241377395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:04:55.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "cds",
"timestamp": 1638241373041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "dcae-sch",
"timestamp": 1638241372362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "clamp",
"timestamp": 1638241377715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:04:55.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241379405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "ves-openapi-manager",
"timestamp": 1638241371802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241377395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:04:55.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "cds",
"timestamp": 1638241373041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "clamp",
"timestamp": 1638241377715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "dcae-sch",
"timestamp": 1638241372362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "ves-openapi-manager",
"timestamp": 1638241371802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241379405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241384090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:04:55.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241377395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "cds",
"timestamp": 1638241373041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "clamp",
"timestamp": 1638241377715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "ves-openapi-manager",
"timestamp": 1638241371802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241379405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "dcae-sch",
"timestamp": 1638241372362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241377395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-30T03:04:55.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "cds",
"timestamp": 1638241373041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "clamp",
"timestamp": 1638241377715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "ves-openapi-manager",
"timestamp": 1638241371802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "dcae-sch",
"timestamp": 1638241372362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241379405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "clamp",
"timestamp": 1638241377715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241377395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "ves-openapi-manager",
"timestamp": 1638241371802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "dcae-sch",
"timestamp": 1638241372362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "cds",
"timestamp": 1638241373041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241379405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241377395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:04:55.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "clamp",
"timestamp": 1638241377715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:04:55.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "dcae-sch",
"timestamp": 1638241372362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "ves-openapi-manager",
"timestamp": 1638241371802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241379405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:04:55.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "cds",
"timestamp": 1638241373041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:04:55.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241388997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:04:55.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241389059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:04:55.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "cds",
"timestamp": 1638241389159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:04:55.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241389405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:04:55.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "cds",
"timestamp": 1638241390164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:04:55.849Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1fdf90f-7b7c-4f25-bba2-2c444702d440
2021-11-30T03:04:55.849Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fdf90f-7b7c-4f25-bba2-2c444702d440 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:04:55.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241390684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:04:55.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241390858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:04:55.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241391216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:04:55.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "policy-id",
"timestamp": 1638241390723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241392089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:04:55.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638241392219,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:04:55.867Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1fdf90f-7b7c-4f25-bba2-2c444702d440
2021-11-30T03:04:55.867Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fdf90f-7b7c-4f25-bba2-2c444702d440 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:04:55.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241392356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:04:55.877Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "policy-id",
"timestamp": 1638241390723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241393113,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:04:55.884Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1fdf90f-7b7c-4f25-bba2-2c444702d440
2021-11-30T03:04:55.884Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fdf90f-7b7c-4f25-bba2-2c444702d440 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:04:55.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "policy-id",
"timestamp": 1638241390723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:04:55.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241393836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-30T03:04:55.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638241394117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-30T03:04:55.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "policy-id",
"timestamp": 1638241390723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241394838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-30T03:04:55.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "policy-id",
"timestamp": 1638241390723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "clamp",
"timestamp": 1638241395431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:04:55.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241395843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-30T03:04:55.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "aai-ml",
"timestamp": 1638241395474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "policy-id",
"timestamp": 1638241390723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241396847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:04:55.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "clamp",
"timestamp": 1638241397118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:04:55.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "aai-ml",
"timestamp": 1638241395474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "policy-id",
"timestamp": 1638241390723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:04:55.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "clamp",
"timestamp": 1638241398122,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:04:55.905Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1fdf90f-7b7c-4f25-bba2-2c444702d440
2021-11-30T03:04:55.905Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fdf90f-7b7c-4f25-bba2-2c444702d440 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:04:55.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "aai-ml",
"timestamp": 1638241395474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "policy-id",
"timestamp": 1638241398613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:04:55.916Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "aai-ml",
"timestamp": 1638241395474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "policy-id",
"timestamp": 1638241399618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:04:55.917Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "aai-ml",
"timestamp": 1638241395474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "policy-id",
"timestamp": 1638241400621,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:04:55.922Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1fdf90f-7b7c-4f25-bba2-2c444702d440
2021-11-30T03:04:55.922Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fdf90f-7b7c-4f25-bba2-2c444702d440 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-30T03:04:55.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "aai-ml",
"timestamp": 1638241395474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:04:55.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "aai-ml",
"timestamp": 1638241395474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:04:55.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:04:55.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "aai-ml",
"timestamp": 1638241403477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:04:55.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "aai-ml",
"timestamp": 1638241410085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:04:55.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:04:55.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:04:55.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "aai-ml",
"timestamp": 1638241411095,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:04:55.936Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1fdf90f-7b7c-4f25-bba2-2c444702d440
2021-11-30T03:04:55.936Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fdf90f-7b7c-4f25-bba2-2c444702d440 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:04:59.708Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1fdf90f-7b7c-4f25-bba2-2c444702d440
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-30T03:04:59.721Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1fdf90f-7b7c-4f25-bba2-2c444702d440
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-30T03:04:59.724Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:04:59.724Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:04:59.730Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-30T03:05:29.730Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1fdf90f-7b7c-4f25-bba2-2c444702d440 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-30T03:05:29.735Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1fdf90f-7b7c-4f25-bba2-2c444702d440 and serviceModelVersionId: 51f40605-4ff0-4b60-87f5-ede40424cecc
2021-11-30T03:05:29.735Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1d3c81da-1218-4a5a-b97a-9a36e9f3266e
2021-11-30T03:05:29.736Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?depth=0
2021-11-30T03:05:29.741Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-30T03:05:29.776Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?depth=0|INFO|500||Invoke
2021-11-30T03:05:29.776Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e1fdf90f-7b7c-4f25-bba2-2c444702d440], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7537eb2d-ec56-4a49-9812-73f272641c11], X-ECOMP-RequestID=[e1fdf90f-7b7c-4f25-bba2-2c444702d440], X-TransactionId=[], X-ONAP-RequestID=[e1fdf90f-7b7c-4f25-bba2-2c444702d440], Content-Type=[application/merge-patch+json]}
2021-11-30T03:05:29.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-30T03:05:30.386Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?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/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211130-03:05:29:808-68640], vertex-id=[196800], Content-Length=[0], Date=[Tue, 30 Nov 2021 03:05:29 GMT], Content-Type=[application/json]}
2021-11-30T03:05:30.386Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-30T03:05:30.387Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?depth=0|INFO|500||InvokeReturn
2021-11-30T03:05:30.387Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-30T03:05:30.387Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-30T03:05:30.394Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-30T03:05:30.394Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1fdf90f-7b7c-4f25-bba2-2c444702d440 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-30T03:05:30.394Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-30T03:05:30.394Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:05:30.397Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:05:30.397Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241530394,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-30T03:05:30.497Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:05:30.498Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:05:30.498Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:05:30.517Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:05:30.517Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 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-11-30T03:05:31.413Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:05:31.414Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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-11-30T03:05:31.414Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:05:40.950Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:05:55.799Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:05:55.800Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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-11-30T03:05:55.800Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:05:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:05:55.801Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:05:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:05:55.821Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:05:55.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:05:55.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241450508,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-30T03:05:55.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:05:55.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:05:55.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241451529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:05:55.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:05:55.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:05:55.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241451529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:05:55.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:05:55.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:05:55.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241451529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:05:55.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:05:55.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:05:55.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241451529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:05:55.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:05:55.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:05:55.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241451529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-30T03:05:55.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:05:55.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:05:55.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241451529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:05:55.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:05:55.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:05:55.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241451529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:05:55.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-30T03:05:55.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:05:55.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241459325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:05:55.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:05:55.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:05:55.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241461811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:05:55.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:05:55.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:05:55.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241463363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:05:55.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:05:55.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:05:55.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241464566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:05:55.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:05:55.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:05:55.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241465673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-30T03:05:55.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:05:55.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:05:55.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241466676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-30T03:05:55.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:05:55.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:05:55.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241467680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-30T03:05:55.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:05:55.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:05:55.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241468685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:05:55.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:06:05.339Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:06:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:06:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:06:55.802Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:06:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:06:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:06:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:06:56.328Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:06:56.329Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:06:56.329Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638241530394,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-30T03:06:56.330Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:07:05.354Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:07:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:07:55.800Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:07:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:07:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:07:55.801Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:07:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:08:05.345Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:08:05.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:08:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:08:55.800Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:08:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:08:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:08:55.801Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:08:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:09:05.339Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:09:05.345Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:09:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:09:55.800Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:09:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:09:55.801Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:09:55.801Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:09:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:10:05.346Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:10:05.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:10:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:10:55.800Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:10:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:10:55.802Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:10:55.802Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:10:55.803Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:11:05.341Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:11:05.341Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:11:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:11:55.800Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:11:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:11:55.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:11:55.801Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:11:55.801Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:12:05.339Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:12:05.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:12:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:12:55.800Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:12:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:12:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:12:55.801Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:12:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:13:05.344Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:13:05.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:13:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:13:55.800Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:13:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:13:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:13:55.802Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:13:55.802Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:14:05.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:14:05.347Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:14:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:14:55.800Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:14:55.800Z||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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:14:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:14:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:14:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:14:56.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:14:56.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1dd6d29f-2796-4cae-bec3-c63c8525433a","serviceName":"Demo_pNF_a3MShJHfJ6RtnmqPJ0CG","serviceVersion":"1.0","serviceUUID":"f61385a3-3b49-430c-ae58-da078a1ee529","serviceDescription":"catalog service description","serviceInvariantUUID":"07473e1c-e33d-44cc-b7aa-22f413fa035c","resources":[{"resourceInstanceName":"pNF f0d08122-8578 0","resourceName":"pNF f0d08122-8578","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8de862f9-2123-46fd-ae5d-3f715ec2ae47","resourceInvariantUUID":"10c875b9-76aa-40a9-9d19-419dc1daa785","resourceCustomizationUUID":"1b4810d2-dace-45fa-95be-3ecfcc84716a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml","artifactChecksum":"ZThkOTNlYjJiMGE4ZGJiMTVjY2Q1YTQ0N2M4NjlkNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84becdf4-11fd-463d-b690-4d5b72393986","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar","artifactChecksum":"ODQzY2Q1MWI2MzdiMTQ3OWJjYWVlZjQ4MDFiNmM5YTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7965167-044f-46e4-8b1a-f73f1a6f6c2e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41c7578b-87b5-4b26-877a-9e0aa00551c9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml","artifactChecksum":"ZDE3OWRiNjAzNDU4YzcwZjBlYzcyOTNmZTU4Nzc3YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"59a2b5af-1a47-45f9-9390-572b50d96a13","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1140493c-e13d-4c64-b967-376959793b54","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc624fc9-5f06-4bd6-be1f-152829124696","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml","artifactChecksum":"YjMyNzYwYzFhMDRmNWYwOGRjODRhNjgwZDNiYzdjNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a368f7c4-fb26-4fed-ac93-df7f2b032524","artifactVersion":"1"},{"artifactName":"service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar","artifactChecksum":"MDY5NTU2MTUzNGZhZGNmMTkxMDRkZDhlMjdjNDQyOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48175b91-612e-4b7b-b40b-f255bd667a28","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-30T03:14:56.431Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:14:56.431Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:14:56.433Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:14:56.433Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242095799,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.433Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:14:56.438Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.438Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "clamp",
"timestamp": 1638242067715,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.438Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "policy-id",
"timestamp": 1638242070723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "dcae-sch",
"timestamp": 1638242072361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638242071802,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.440Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.440Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638242069405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.440Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.440Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.440Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "clamp",
"timestamp": 1638242067715,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.440Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.440Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "policy-id",
"timestamp": 1638242070723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "dcae-sch",
"timestamp": 1638242072361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638242071802,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638242069405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.442Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.442Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.442Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638242077395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.442Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.442Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.442Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "clamp",
"timestamp": 1638242067715,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.442Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "policy-id",
"timestamp": 1638242070723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "dcae-sch",
"timestamp": 1638242072361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638242071802,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638242069405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "cds",
"timestamp": 1638242078041,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638242077395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "clamp",
"timestamp": 1638242067715,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "policy-id",
"timestamp": 1638242070723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "dcae-sch",
"timestamp": 1638242072361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638242071802,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638242069405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "cds",
"timestamp": 1638242078041,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638242077395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "clamp",
"timestamp": 1638242067715,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "policy-id",
"timestamp": 1638242070723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "dcae-sch",
"timestamp": 1638242072361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638242071802,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638242069405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "cds",
"timestamp": 1638242078041,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638242077395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "clamp",
"timestamp": 1638242067715,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "policy-id",
"timestamp": 1638242070723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "dcae-sch",
"timestamp": 1638242072361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638242071802,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638242069405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "cds",
"timestamp": 1638242078041,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638242077395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "clamp",
"timestamp": 1638242067715,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "policy-id",
"timestamp": 1638242070723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "dcae-sch",
"timestamp": 1638242072361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638242071802,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638242069405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "cds",
"timestamp": 1638242078041,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638242077395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "clamp",
"timestamp": 1638242067715,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "policy-id",
"timestamp": 1638242070723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "dcae-sch",
"timestamp": 1638242072361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638242071802,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638242069405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "cds",
"timestamp": 1638242078041,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638242077395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "cds",
"timestamp": 1638242078041,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "policy-id",
"timestamp": 1638242084772,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638242084856,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638242084886,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638242077395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "cds",
"timestamp": 1638242078041,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "policy-id",
"timestamp": 1638242085776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638242086086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "aai-ml",
"timestamp": 1638242085474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.454Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.454Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.454Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638242086540,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:14:56.454Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:14:56.454Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.454Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "policy-id",
"timestamp": 1638242086779,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:14:56.467Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1dd6d29f-2796-4cae-bec3-c63c8525433a
2021-11-30T03:14:56.468Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dd6d29f-2796-4cae-bec3-c63c8525433a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:14:56.477Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.477Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "cds",
"timestamp": 1638242086817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:14:56.478Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:14:56.478Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.478Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638242087089,
"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-11-30T03:14:56.483Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1dd6d29f-2796-4cae-bec3-c63c8525433a
2021-11-30T03:14:56.483Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dd6d29f-2796-4cae-bec3-c63c8525433a 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-11-30T03:14:56.493Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.493Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "aai-ml",
"timestamp": 1638242085474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.493Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.494Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.494Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638242087543,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:14:56.498Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1dd6d29f-2796-4cae-bec3-c63c8525433a
2021-11-30T03:14:56.498Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dd6d29f-2796-4cae-bec3-c63c8525433a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:14:56.506Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.506Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "cds",
"timestamp": 1638242087823,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:14:56.511Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1dd6d29f-2796-4cae-bec3-c63c8525433a
2021-11-30T03:14:56.511Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dd6d29f-2796-4cae-bec3-c63c8525433a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:14:56.519Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.519Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "aai-ml",
"timestamp": 1638242085474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.520Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.520Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.520Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "aai-ml",
"timestamp": 1638242085474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.520Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.520Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.521Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "aai-ml",
"timestamp": 1638242085474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.521Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.521Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.521Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "aai-ml",
"timestamp": 1638242085474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.521Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.521Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.521Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "aai-ml",
"timestamp": 1638242085474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "aai-ml",
"timestamp": 1638242085474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "aai-ml",
"timestamp": 1638242094213,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "clamp",
"timestamp": 1638242095188,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:14:56.534Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:14:56.534Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:14:56.534Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:14:56.547Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:14:56.547Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:14:57.434Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:14:57.435Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:14:57.437Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:14:57.437Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242095799,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:57.537Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:14:57.538Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:14:57.538Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:14:57.552Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:14:57.553Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:14:58.437Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:14:58.438Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:14:58.442Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:14:58.443Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242095799,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:58.541Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-30T03:14:58.541Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:14:58.542Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:14:58.555Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:14:58.555Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:14:59.443Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:14:59.444Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:14:59.447Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:14:59.447Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242095799,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:14:59.547Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:14:59.548Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:14:59.548Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:14:59.561Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:14:59.561Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:15:00.447Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:15:00.448Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:15:00.451Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:15:00.451Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242095799,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:15:00.551Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:15:00.552Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:15:00.552Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:15:00.566Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:15:00.567Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-30T03:15:01.451Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:15:01.453Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:15:01.456Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:15:01.456Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242095799,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:15:01.556Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:15:01.557Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:15:01.557Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:15:01.572Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:15:01.572Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:15:02.457Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:15:02.457Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:15:02.460Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:15:02.460Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242095799,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:15:02.560Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:15:02.561Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:15:02.561Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:15:02.575Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:15:02.576Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:15:03.461Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:15:03.461Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:15:03.463Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:15:03.464Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242095799,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:15:03.564Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:15:03.565Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:15:03.565Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:15:03.576Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:15:03.576Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:15:04.465Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"serviceName": "Demo_pNF_a3MShJHfJ6RtnmqPJ0CG",
"serviceVersion": "1.0",
"serviceUUID": "f61385a3-3b49-430c-ae58-da078a1ee529",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "07473e1c-e33d-44cc-b7aa-22f413fa035c",
"resources": [
{
"resourceInstanceName": "pNF f0d08122-8578 0",
"resourceCustomizationUUID": "1b4810d2-dace-45fa-95be-3ecfcc84716a",
"resourceName": "pNF f0d08122-8578",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "8de862f9-2123-46fd-ae5d-3f715ec2ae47",
"resourceInvariantUUID": "10c875b9-76aa-40a9-9d19-419dc1daa785",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"artifactChecksum": "MDY5NTU2MTUzNGZhZGNmMTkxMDRkZDhlMjdjNDQyOGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "48175b91-612e-4b7b-b40b-f255bd667a28"
}
],
"workloadContext": "Production"
}
2021-11-30T03:15:04.465Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-30T03:15:04.465Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f61385a3-3b49-430c-ae58-da078a1ee529 ASDC
2021-11-30T03:15:04.466Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1dd6d29f-2796-4cae-bec3-c63c8525433a
ServiceName:Demo_pNF_a3MShJHfJ6RtnmqPJ0CG
ServiceVersion:1.0
ServiceUUID:f61385a3-3b49-430c-ae58-da078a1ee529
ServiceInvariantUUID:07473e1c-e33d-44cc-b7aa-22f413fa035c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
ArtifactUUID:48175b91-612e-4b7b-b40b-f255bd667a28
ArtifactChecksum:MDY5NTU2MTUzNGZhZGNmMTkxMDRkZDhlMjdjNDQyOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f0d08122-8578 0
ResourceCustomizationUUID:1b4810d2-dace-45fa-95be-3ecfcc84716a
ResourceInvariantUUID:10c875b9-76aa-40a9-9d19-419dc1daa785
ResourceName:pNF f0d08122-8578
ResourceType:PNF
ResourceUUID:8de862f9-2123-46fd-ae5d-3f715ec2ae47
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-11-30T03:15:04.466Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f61385a3-3b49-430c-ae58-da078a1ee529 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-30T03:15:04.496Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-30T03:15:04.496Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-30T03:15:04.497Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-30T03:15:04.497Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 48175b91-612e-4b7b-b40b-f255bd667a28 from URL: /sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
2021-11-30T03:15:04.498Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-30T03:15:04.498Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
2021-11-30T03:15:04.568Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-30T03:15:04.571Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 48175b91-612e-4b7b-b40b-f255bd667a28 82627
2021-11-30T03:15:04.571Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar ASDC sendASDCNotification
2021-11-30T03:15:04.572Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
2021-11-30T03:15:04.572Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:15:04.572Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:15:04.573Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:15:04.574Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242104571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:15:04.674Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:15:04.675Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:15:04.675Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:15:04.686Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:15:04.687Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:15:05.574Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-30T03:15:05.575Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-30T03:15:05.575Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 48175b91-612e-4b7b-b40b-f255bd667a28, URL: /sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar to file: /app/ASDC/1/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
2021-11-30T03:15:05.576Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
2021-11-30T03:15:05.576Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
2021-11-30T03:15:05.576Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
2021-11-30T03:15:05.687Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP435262112019113494/Definitions/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml
2021-11-30T03:15:06.401Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||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-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||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-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||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-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||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-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f0d08122-8578 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-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||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-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Node template pNF f0d08122-8578 0 is matching search criteria
2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f0d08122-8578 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Node template pNF f0d08122-8578 0 is matching search criteria
2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f0d08122-8578 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_a3MShJHfJ6RtnmqPJ0CG
Description:catalog service description
Model UUID:f61385a3-3b49-430c-ae58-da078a1ee529
Model Version:NULL
Model InvariantUuid:07473e1c-e33d-44cc-b7aa-22f413fa035c
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-11-30T03:15:06.409Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8de862f9-2123-46fd-ae5d-3f715ec2ae47
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-30T03:15:06.412Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||pNF f0d08122-8578 0
2021-11-30T03:15:06.413Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8de862f9-2123-46fd-ae5d-3f715ec2ae47
2021-11-30T03:15:06.413Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||No resources found for Service: f61385a3-3b49-430c-ae58-da078a1ee529
2021-11-30T03:15:06.413Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f61385a3-3b49-430c-ae58-da078a1ee529
2021-11-30T03:15:06.413Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f0d08122-8578 0 8de862f9-2123-46fd-ae5d-3f715ec2ae47 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-11-30T03:15:06.417Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1baf7afe, org.onap.sdc.toscaparser.api.parameters.Input@3f7ed500, org.onap.sdc.toscaparser.api.parameters.Input@1ee2f384, org.onap.sdc.toscaparser.api.parameters.Input@4576384b, org.onap.sdc.toscaparser.api.parameters.Input@25eec291]
2021-11-30T03:15:06.417Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:15:06.418Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:15:06.418Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f61385a3-3b49-430c-ae58-da078a1ee529: pNF f0d08122-8578
2021-11-30T03:15:06.418Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||Processing PNF resource: 8de862f9-2123-46fd-ae5d-3f715ec2ae47
2021-11-30T03:15:06.418Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:15:06.418Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:15:06.418Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||Resource customization UUID: 1b4810d2-dace-45fa-95be-3ecfcc84716a is the same as notified resource customizationUUID: 1b4810d2-dace-45fa-95be-3ecfcc84716a
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-11-30T03:15:06.476Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f0d08122-8578 8de862f9-2123-46fd-ae5d-3f715ec2ae47 0 ASDC deployResourceStructure
2021-11-30T03:15:06.476Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar ASDC sendASDCNotification
2021-11-30T03:15:06.476Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar
2021-11-30T03:15:06.476Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:15:06.476Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:15:06.478Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:15:06.478Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242106476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:15:06.578Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:15:06.579Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:15:06.579Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:15:06.594Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:15:06.594Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:15:07.479Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-30T03:15:07.490Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-30T03:15:07.492Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:15:07.492Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-30T03:15:07.492Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-30T03:15:37.492Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-30T03:15:37.503Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-30T03:15:37.506Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:15:37.506Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-30T03:15:37.506Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-30T03:15:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:15:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:15:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:15:55.927Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:15:55.928Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:15:55.928Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242095799,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:15:55.929Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:16:07.506Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-30T03:16:07.522Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-30T03:16:07.524Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:16:07.525Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-30T03:16:07.525Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-30T03:16:37.525Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-30T03:16:37.536Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-30T03:16:37.539Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:16:37.539Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-30T03:16:37.539Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-30T03:16:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:16:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:16:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:16:56.330Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:16:56.331Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:16:56.331Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "clamp",
"timestamp": 1638242097196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:16:56.331Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:16:56.331Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:16:56.331Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242095799,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:16:56.332Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:16:56.332Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:16:56.332Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "aai-ml",
"timestamp": 1638242098189,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:16:56.332Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:16:56.342Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:16:56.342Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "clamp",
"timestamp": 1638242098199,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:16:56.348Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1dd6d29f-2796-4cae-bec3-c63c8525433a
2021-11-30T03:16:56.348Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dd6d29f-2796-4cae-bec3-c63c8525433a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:16:56.357Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:16:56.357Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242095799,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:16:56.358Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:16:56.358Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:16:56.358Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "aai-ml",
"timestamp": 1638242099194,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:16:56.365Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1dd6d29f-2796-4cae-bec3-c63c8525433a
2021-11-30T03:16:56.367Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dd6d29f-2796-4cae-bec3-c63c8525433a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242095799,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242095799,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242095799,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242095799,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242095799,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:16:56.378Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:16:56.378Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:16:56.378Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242104571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:16:56.378Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:16:56.378Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:16:56.378Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242106476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:16:56.378Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:17:07.539Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-30T03:17:07.552Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-30T03:17:07.555Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:17:07.562Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-30T03:17:37.562Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-30T03:17:37.569Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a and serviceModelVersionId: f61385a3-3b49-430c-ae58-da078a1ee529
2021-11-30T03:17:37.569Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07473e1c-e33d-44cc-b7aa-22f413fa035c
2021-11-30T03:17:37.569Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?depth=0
2021-11-30T03:17:37.574Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-11-30T03:17:37.612Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?depth=0|INFO|500||Invoke
2021-11-30T03:17:37.612Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1dd6d29f-2796-4cae-bec3-c63c8525433a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c034b78-fbba-4646-9168-ab9909473df7], X-ECOMP-RequestID=[1dd6d29f-2796-4cae-bec3-c63c8525433a], X-TransactionId=[], X-ONAP-RequestID=[1dd6d29f-2796-4cae-bec3-c63c8525433a], Content-Type=[application/merge-patch+json]}
2021-11-30T03:17:37.636Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-30T03:17:37.722Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?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/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211130-03:17:37:642-47712], vertex-id=[192712], Content-Length=[0], Date=[Tue, 30 Nov 2021 03:17:37 GMT], Content-Type=[application/json]}
2021-11-30T03:17:37.723Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-30T03:17:37.723Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?depth=0|INFO|500||InvokeReturn
2021-11-30T03:17:37.724Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-30T03:17:37.724Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-30T03:17:37.729Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-30T03:17:37.730Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1dd6d29f-2796-4cae-bec3-c63c8525433a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-30T03:17:37.730Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-30T03:17:37.730Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:17:37.732Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:17:37.733Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242257730,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-30T03:17:37.833Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:17:37.834Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-30T03:17:37.834Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:17:37.848Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:17:37.848Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 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-11-30T03:17:38.746Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:17:38.747Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:17:38.747Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:17:47.732Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:17:47.733Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-30T03:17:47.733Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1c0f6b38-87ba-4759-9859-4402a3710624","serviceDescription":"service","serviceInvariantUUID":"7f8366f2-c207-4c81-b1e2-e17e0d89e2a0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"11a8ed7d-5928-4497-a9e4-e963c2a38318","resourceInvariantUUID":"34e25cab-e0ef-4421-bb4a-64c7c35afc4c","resourceCustomizationUUID":"5303a464-a640-4a23-9f8a-5766146bc7a8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YTc0MzA3MWI4ZTIxYTY1OGQ3Zjg2MGE2OGNiOGVlY2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3a1199d-b8a0-4b31-83cc-cd6592010d44","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NGM1NGUwNWQ0Yjk5MDE3NjBhMmEyOWUxM2ZlYWRlMmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e5e773a-d681-47f4-b132-a368e3b1be58","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"659f1417-cd4a-42f8-b2d1-ff4ce29052a1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7137935f-970b-44b4-8dd5-26d63aee9e54","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9f0311c6-650e-4fcf-b05a-84c84ff0a238","artifactVersion":"2","generatedFromUUID":"659f1417-cd4a-42f8-b2d1-ff4ce29052a1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDUxNzVhY2Y4ZThkZjU1YTdiNzA0YWRhMzYzMTMyYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbbfe5c0-ce90-4897-a856-b89368279e67","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzIzNWY0ODc3YmY1YmY5ZTMwNmJlYzdkOWE0MTlhM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ece64d30-efae-4671-8996-a7092442a250","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-30T03:17:47.737Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:17:47.737Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:17:47.739Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:17:47.739Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242258746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:47.840Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:17:47.841Z||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-11-30T03:17:47.841Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:17:47.853Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:17:47.854Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:17:48.740Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:17:48.741Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:17:48.743Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:17:48.744Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242258746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:17:48.844Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:17:48.845Z||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-11-30T03:17:48.845Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:17:48.861Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:17:48.863Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:17:49.744Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:17:49.745Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:17:49.747Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:17:49.747Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242258746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:17:49.847Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:17:49.848Z||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-11-30T03:17:49.849Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:17:49.863Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:17:49.863Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-30T03:17:50.748Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:17:50.749Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:17:50.751Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:17:50.751Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242258746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:50.851Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:17:50.852Z||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-11-30T03:17:50.852Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:17:50.860Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:17:50.861Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:17:51.752Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:17:51.752Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:17:51.754Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:17:51.755Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242258746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-30T03:17:51.855Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:17:51.855Z||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-11-30T03:17:51.855Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:17:51.867Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:17:51.868Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:17:52.755Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:17:52.756Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:17:52.758Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:17:52.758Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242258746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:52.858Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-30T03:17:52.859Z||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-11-30T03:17:52.859Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:17:52.873Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:17:52.873Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:17:53.759Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:17:53.762Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:17:53.763Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:17:53.763Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242258746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:17:53.863Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:17:53.864Z||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-11-30T03:17:53.864Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:17:53.875Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:17:53.875Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:17:54.764Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "1c0f6b38-87ba-4759-9859-4402a3710624",
"serviceDescription": "service",
"serviceInvariantUUID": "7f8366f2-c207-4c81-b1e2-e17e0d89e2a0",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "5303a464-a640-4a23-9f8a-5766146bc7a8",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "11a8ed7d-5928-4497-a9e4-e963c2a38318",
"resourceInvariantUUID": "34e25cab-e0ef-4421-bb4a-64c7c35afc4c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NGM1NGUwNWQ0Yjk5MDE3NjBhMmEyOWUxM2ZlYWRlMmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4e5e773a-d681-47f4-b132-a368e3b1be58",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "659f1417-cd4a-42f8-b2d1-ff4ce29052a1",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9f0311c6-650e-4fcf-b05a-84c84ff0a238",
"generatedFromUUID": "659f1417-cd4a-42f8-b2d1-ff4ce29052a1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9f0311c6-650e-4fcf-b05a-84c84ff0a238",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YzIzNWY0ODc3YmY1YmY5ZTMwNmJlYzdkOWE0MTlhM2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ece64d30-efae-4671-8996-a7092442a250"
}
],
"workloadContext": "Production"
}
2021-11-30T03:17:54.764Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-30T03:17:54.764Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c0f6b38-87ba-4759-9859-4402a3710624 ASDC
2021-11-30T03:17:54.765Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1c0f6b38-87ba-4759-9859-4402a3710624
ServiceInvariantUUID:7f8366f2-c207-4c81-b1e2-e17e0d89e2a0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:ece64d30-efae-4671-8996-a7092442a250
ArtifactChecksum:YzIzNWY0ODc3YmY1YmY5ZTMwNmJlYzdkOWE0MTlhM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5303a464-a640-4a23-9f8a-5766146bc7a8
ResourceInvariantUUID:34e25cab-e0ef-4421-bb4a-64c7c35afc4c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:11a8ed7d-5928-4497-a9e4-e963c2a38318
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:4e5e773a-d681-47f4-b132-a368e3b1be58
ArtifactChecksum:NGM1NGUwNWQ0Yjk5MDE3NjBhMmEyOWUxM2ZlYWRlMmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:659f1417-cd4a-42f8-b2d1-ff4ce29052a1
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:9f0311c6-650e-4fcf-b05a-84c84ff0a238
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:9f0311c6-650e-4fcf-b05a-84c84ff0a238
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-30T03:17:54.765Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c0f6b38-87ba-4759-9859-4402a3710624 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-30T03:17:54.793Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-30T03:17:54.793Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-30T03:17:54.793Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-30T03:17:54.793Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ece64d30-efae-4671-8996-a7092442a250 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-30T03:17:54.793Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-30T03:17:54.794Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-30T03:17:54.923Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-30T03:17:54.927Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ece64d30-efae-4671-8996-a7092442a250 71028
2021-11-30T03:17:54.928Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-30T03:17:54.928Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-30T03:17:54.928Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:17:54.929Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:17:54.930Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:17:54.931Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242274928,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:17:55.031Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:17:55.032Z||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-11-30T03:17:55.032Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:17:55.043Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:17:55.044Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:17:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:17:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:17:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:17:55.929Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:17:55.930Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.930Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242257730,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-30T03:17:55.930Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:17:55.930Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.930Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242258746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.930Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.930Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.930Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "aai-ml",
"timestamp": 1638242265474,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "cds",
"timestamp": 1638242258041,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "cds",
"timestamp": 1638242258041,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "aai-ml",
"timestamp": 1638242265474,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.932Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242258746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "cds",
"timestamp": 1638242258041,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242258746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "aai-ml",
"timestamp": 1638242265474,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242258746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "cds",
"timestamp": 1638242258041,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "aai-ml",
"timestamp": 1638242265474,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "policy-id",
"timestamp": 1638242270723,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242258746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "aai-ml",
"timestamp": 1638242265474,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "cds",
"timestamp": 1638242258041,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "policy-id",
"timestamp": 1638242270723,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "ves-openapi-manager",
"timestamp": 1638242271802,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242258746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "aai-ml",
"timestamp": 1638242265474,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "cds",
"timestamp": 1638242258041,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "dcae-sch",
"timestamp": 1638242272361,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "policy-id",
"timestamp": 1638242270723,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "ves-openapi-manager",
"timestamp": 1638242271802,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "cds",
"timestamp": 1638242258041,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242258746,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "aai-ml",
"timestamp": 1638242265474,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "dcae-sch",
"timestamp": 1638242272361,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "policy-id",
"timestamp": 1638242270723,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "ves-openapi-manager",
"timestamp": 1638242271802,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "dcae-sch",
"timestamp": 1638242272361,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "cds",
"timestamp": 1638242274927,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242274928,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:17:55.938Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:17:55.938Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.938Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "aai-ml",
"timestamp": 1638242274926,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:17:55.938Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:17:55.938Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.939Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "policy-id",
"timestamp": 1638242270723,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.939Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.939Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:17:55.939Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "ves-openapi-manager",
"timestamp": 1638242271802,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:17:55.939Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:17:55.934Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-30T03:17:55.940Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-30T03:17:55.940Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ece64d30-efae-4671-8996-a7092442a250, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-30T03:17:55.941Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-30T03:17:55.941Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-30T03:17:55.941Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-30T03:17:56.673Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1693595807964620149/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-30T03:17:57.581Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-30T03:17:57.581Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-30T03:17:57.581Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-30T03:17:57.581Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-30T03:17:57.581Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-BasicVm-csar.csar
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-BasicVm-csar.csar
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-BasicVm-csar.csar
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-BasicVm-csar.csar
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-BasicVm-csar.csar
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a31a9b40-c952-4e71-9b3f-23ed62898bcd
2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:17:57.586Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:17:57.586Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:17:57.586Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:1c0f6b38-87ba-4759-9859-4402a3710624
Model Version:NULL
Model InvariantUuid:7f8366f2-c207-4c81-b1e2-e17e0d89e2a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:b811f504-31ec-45b4-a1af-2a09ec6ff0cd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:34e25cab-e0ef-4421-bb4a-64c7c35afc4c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5303a464-a640-4a23-9f8a-5766146bc7a8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:521d3524-442f-41be-9602-e1eab5175232
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:975b2990-69ea-41f4-b447-25cbb7d4ae5c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a31a9b40-c952-4e71-9b3f-23ed62898bcd
ModelInvariantUuid:d6898aaa-66cd-4d12-b481-756abb77abfb
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:5b074fcd-6512-4d02-b0db-678987c93024
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:5b1da4cc-234d-4f40-a0c3-3bed63f313bb
ModelInvariantUuid:e53ce3fc-3d4a-4247-ad5f-badfc28cb138
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:1165a4b4-cc44-484d-bda4-a79a50290b64
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-30T03:17:57.591Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 11a8ed7d-5928-4497-a9e4-e963c2a38318
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-30T03:17:57.594Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||basic_vm 0
2021-11-30T03:17:57.594Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 11a8ed7d-5928-4497-a9e4-e963c2a38318
2021-11-30T03:17:57.594Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4e5e773a-d681-47f4-b132-a368e3b1be58 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-30T03:17:57.594Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-30T03:17:57.594Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-30T03:17:57.992Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-30T03:17:57.993Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 4e5e773a-d681-47f4-b132-a368e3b1be58 787
2021-11-30T03:17:57.993Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-11-30T03:17:57.993Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-30T03:17:57.993Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:17:57.994Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:17:57.996Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:17:57.996Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242277993,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:17:58.096Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:17:58.097Z||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-11-30T03:17:58.097Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:17:58.109Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:17:58.109Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-30T03:17:58.997Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "521d3524-442f-41be-9602-e1eab5175232",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "975b2990-69ea-41f4-b447-25cbb7d4ae5c",
"vfModuleModelCustomizationUUID": "a9d5a538-4a6f-421f-a5d9-71784a8bbb65",
"isBase": true,
"artifacts": [
"659f1417-cd4a-42f8-b2d1-ff4ce29052a1",
"9f0311c6-650e-4fcf-b05a-84c84ff0a238"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-30T03:17:59.001Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:975b2990-69ea-41f4-b447-25cbb7d4ae5c
VfModuleModelInvariantUUID:521d3524-442f-41be-9602-e1eab5175232
VfModuleModelDescription:NULL
Artifacts UUID List:{
659f1417-cd4a-42f8-b2d1-ff4ce29052a1
,
9f0311c6-650e-4fcf-b05a-84c84ff0a238
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-30T03:17:59.004Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "521d3524-442f-41be-9602-e1eab5175232",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "975b2990-69ea-41f4-b447-25cbb7d4ae5c",
"vfModuleModelCustomizationUUID": "a9d5a538-4a6f-421f-a5d9-71784a8bbb65",
"isBase": true,
"artifacts": [
"659f1417-cd4a-42f8-b2d1-ff4ce29052a1",
"9f0311c6-650e-4fcf-b05a-84c84ff0a238"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-30T03:17:59.004Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:975b2990-69ea-41f4-b447-25cbb7d4ae5c
VfModuleModelInvariantUUID:521d3524-442f-41be-9602-e1eab5175232
VfModuleModelDescription:NULL
Artifacts UUID List:{
659f1417-cd4a-42f8-b2d1-ff4ce29052a1
,
9f0311c6-650e-4fcf-b05a-84c84ff0a238
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-30T03:17:59.004Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 659f1417-cd4a-42f8-b2d1-ff4ce29052a1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-30T03:17:59.004Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-30T03:17:59.004Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-30T03:17:59.196Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-30T03:17:59.197Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 659f1417-cd4a-42f8-b2d1-ff4ce29052a1 5033
2021-11-30T03:17:59.197Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-30T03:17:59.197Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-30T03:17:59.197Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:17:59.197Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:17:59.200Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:17:59.200Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242279197,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:17:59.300Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:17:59.301Z||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-11-30T03:17:59.301Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:17:59.316Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:17:59.316Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-30T03:18:00.200Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9f0311c6-650e-4fcf-b05a-84c84ff0a238 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-30T03:18:00.201Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-30T03:18:00.201Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-30T03:18:00.478Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-30T03:18:00.479Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 9f0311c6-650e-4fcf-b05a-84c84ff0a238 903
2021-11-30T03:18:00.479Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-30T03:18:00.479Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-30T03:18:00.479Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:18:00.479Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:18:00.481Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:18:00.481Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638242280479,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:18:00.582Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-30T03:18:00.582Z||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-11-30T03:18:00.583Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ...
2021-11-30T03:18:00.596Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:18:00.597Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:18:01.482Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1c0f6b38-87ba-4759-9859-4402a3710624
2021-11-30T03:18:01.482Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 11a8ed7d-5928-4497-a9e4-e963c2a38318 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-30T03:18:01.498Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@159cddd6, org.onap.sdc.toscaparser.api.parameters.Input@72b39ab5, org.onap.sdc.toscaparser.api.parameters.Input@681f46fb, org.onap.sdc.toscaparser.api.parameters.Input@49924fa5, org.onap.sdc.toscaparser.api.parameters.Input@3a93492c]
2021-11-30T03:18:01.499Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery