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-09-24T06:32:28.263Z||main|||||INFO|500||The following profiles are active: basic
2021-09-24T06:32:44.032Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-24T06:32:44.033Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-24T06:32:44.161Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-24T06:32:50.996Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-24T06:32:51.743Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-24T06:32:52.829Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-24T06:32:52.839Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-24T06:32:53.058Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-24T06:32:53.398Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-24T06:32:54.235Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-24T06:33:01.065Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-24T06:33:04.074Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-24T06:33:04.135Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-24T06:33:05.076Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-24T06:33:05.379Z||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-09-24T06:33:07.008Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-24T06:33:08.508Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-24T06:33:08.542Z||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$$47a94641.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-09-24T06:33:08.543Z||main|||||WARN|500||The sdc end point is not alive
2021-09-24T06:33:12.956Z||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-09-24T06:33:16.626Z||main|||||WARN|500||---
2021-09-24T06:33:16.627Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-24T06:33:16.627Z||main|||||WARN|500||---
2021-09-24T06:33:17.394Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-24T06:33:24.327Z||main|||||INFO|500||Started Application in 60.431 seconds (JVM running for 65.527)
2021-09-24T06:33:24.356Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-24T06:33:24.360Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-24T06:33:24.384Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-24T06:33:24.460Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-24T06:33:24.537Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cff3ef1d-d4bf-44ea-b309-9fa51a939551 url= /sdc/v1/artifactTypes
2021-09-24T06:33:24.537Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-24T06:33:24.946Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-24T06:33:24.970Z||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-09-24T06:33:24.994Z||scheduling-1|||||DEBUG|500||create keys
2021-09-24T06:33:25.003Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-24T06:33:25.038Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:33:25.096Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= be969fde-b4af-4519-99a8-361e2fc79f74 url= /sdc/v1/registerForDistribution
2021-09-24T06:33:25.232Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= be969fde-b4af-4519-99a8-361e2fc79f74 url= /sdc/v1/registerForDistribution
2021-09-24T06:33:25.233Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-24T06:33:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:33:25.245Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:33:25.252Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-24T06:33:25.265Z||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-09-24T06:33:25.265Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:33:25.266Z||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-09-24T06:33:25.266Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:33:35.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:33:35.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:34:25.242Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:34:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:34:25.246Z||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-09-24T06:34:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:34:25.249Z||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-09-24T06:34:25.249Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:34:34.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:34:34.852Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:35:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:35:25.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:35:25.248Z||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-09-24T06:35:25.249Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:35:25.252Z||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-09-24T06:35:25.252Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:35:34.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:35:34.821Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:36:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:36:25.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:36:25.247Z||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-09-24T06:36:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:36:25.247Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:36:25.248Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:36:34.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:36:34.850Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:37:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:37:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:37:25.247Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:37:25.247Z||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-09-24T06:37:25.247Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:37:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:37:34.801Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:37:34.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:38:25.243Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:38:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:38:25.247Z||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-09-24T06:38:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:38:25.248Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:38:25.248Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:38:34.803Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:38:34.820Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:39:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:39:25.244Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:39:25.245Z||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-09-24T06:39:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:39:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:39:25.248Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:39:34.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:39:34.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:40:25.243Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:40:25.245Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:40:25.248Z||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-09-24T06:40:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:40:25.251Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:40:25.251Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:40:34.802Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:40:34.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:41:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:41:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:41:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:41:25.245Z||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-09-24T06:41:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:41:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:41:34.808Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:41:34.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:42:25.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:42:25.245Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:42:25.247Z||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-09-24T06:42:25.247Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:42:25.247Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:42:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:42:34.810Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:42:34.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:43:02.807Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-24T06:43:25.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:43:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:43:25.248Z||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-09-24T06:43:25.248Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:43:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:43:25.248Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:43:34.810Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:43:34.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:44:25.241Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:44:25.243Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:44:25.243Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:44:25.244Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:44:25.245Z||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-09-24T06:44:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:44:34.799Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:44:34.805Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:45:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:45:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:45:25.244Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:45:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:45:25.245Z||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-09-24T06:45:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:45:34.793Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:45:34.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:46:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:46:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:46:25.245Z||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-09-24T06:46:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:46:25.248Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:46:25.249Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:46:34.801Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:46:34.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:47:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:47:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:47:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:47:25.246Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:47:25.251Z||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-09-24T06:47:25.251Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:47:34.802Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:47:34.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:48:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:48:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:48:25.245Z||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-09-24T06:48:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:48:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:48:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:48:34.804Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:48:34.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:49:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:49:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:49:25.246Z||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-09-24T06:49:25.246Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:49:25.246Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:49:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:49:34.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:49:34.821Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:50:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:50:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:50:25.246Z||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-09-24T06:50:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:50:25.248Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:50:25.248Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:50:34.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:50:34.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:51:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:51:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:51:25.246Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:51:25.247Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:51:25.249Z||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-09-24T06:51:25.249Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:51:34.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:51:34.828Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:52:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:52:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:52:25.245Z||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-09-24T06:52:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:52:25.248Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:52:25.248Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:52:34.803Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:52:34.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:53:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:53:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:53:25.245Z||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-09-24T06:53:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:53:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:53:25.246Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:53:34.832Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:53:34.840Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:54:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:54:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:54:25.247Z||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-09-24T06:54:25.247Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:54:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:54:25.248Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:54:34.807Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:54:34.823Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:55:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:55:25.242Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:55:25.243Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:55:25.244Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:55:25.245Z||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-09-24T06:55:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:55:34.797Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:55:34.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:56:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:56:25.244Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:56:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:56:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:56:25.245Z||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-09-24T06:56:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:56:34.797Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:56:34.820Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:57:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:57:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:57:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:57:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:57:25.245Z||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-09-24T06:57:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:57:34.807Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:57:34.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:58:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:58:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:58:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:58:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:58:25.245Z||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-09-24T06:58:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:58:34.805Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:58:34.811Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:59:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:59:25.244Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:59:25.246Z||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-09-24T06:59:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:59:25.249Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:59:25.249Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:59:34.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T06:59:34.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:00:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:00:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:00:25.244Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:00:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:00:25.244Z||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-09-24T07:00:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:00:34.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:00:34.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:01:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:01:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:01:25.246Z||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-09-24T07:01:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:01:25.246Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:01:25.247Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:01:34.802Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:01:34.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:02:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:02:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:02:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:02:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:02:25.245Z||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-09-24T07:02:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:02:34.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:02:34.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:03:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:03:25.246Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:03:25.247Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:03:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:03:25.248Z||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-09-24T07:03:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:03:34.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:03:34.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:04:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:04:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:04:25.247Z||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-09-24T07:04:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:04:25.247Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:04:25.248Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:04:34.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:04:34.809Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:05:25.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:05:25.243Z||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-09-24T07:05:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:05:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:05:25.245Z||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-09-24T07:05:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:05:34.801Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:05:34.803Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:06:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:06:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:06:25.245Z||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-09-24T07:06:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:06:25.245Z||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-09-24T07:06:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:06:34.797Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:06:34.811Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:07:25.241Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:07:25.243Z||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-09-24T07:07:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:07:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:07:25.245Z||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-09-24T07:07:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:07:34.800Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:07:34.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:08:25.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:08:25.243Z||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-09-24T07:08:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:08:25.250Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:08:25.251Z||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-09-24T07:08:25.252Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:08:34.801Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:08:34.803Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:09:25.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:09:25.244Z||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-09-24T07:09:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:09:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:09:25.245Z||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-09-24T07:09:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:09:34.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:09:34.821Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:10:25.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:10:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:10:25.246Z||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-09-24T07:10:25.246Z||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-09-24T07:10:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:10:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:10:34.805Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:10:34.805Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:11:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:11:25.242Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:11:25.242Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:11:25.245Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:11:25.246Z||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-09-24T07:11:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:11:34.788Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:11:34.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:12:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:12:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:12:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:12:25.245Z||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-09-24T07:12:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:12:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:12:34.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:12:34.805Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:13:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:13:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:13:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:13:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:13:25.245Z||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-09-24T07:13:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:13:34.806Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:13:34.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:14:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:14:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:14:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:14:25.245Z||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-09-24T07:14:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:14:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:14:34.798Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:14:34.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:15:25.243Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:15:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:15:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:15:25.245Z||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-09-24T07:15:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:15:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:15:34.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:15:34.804Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:16:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:16:25.246Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:16:25.246Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:16:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:16:25.247Z||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-09-24T07:16:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:16:34.793Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:16:34.793Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:17:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:17:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:17:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:17:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:17:25.245Z||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-09-24T07:17:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:17:34.820Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:17:34.823Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:18:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:18:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:18:25.243Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:18:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:18:25.245Z||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-09-24T07:18:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:18:34.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:18:34.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:19:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:19:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:19:25.243Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:19:25.244Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:19:25.245Z||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-09-24T07:19:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:19:34.805Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:19:34.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:20:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:20:25.244Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:20:25.246Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:20:25.246Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:20:25.247Z||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-09-24T07:20:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:20:34.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:20:34.816Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:21:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:21:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:21:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:21:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:21:25.245Z||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-09-24T07:21:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:21:34.797Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:21:34.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:22:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:22:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:22:25.243Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:22:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:22:25.245Z||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-09-24T07:22:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:22:34.802Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:22:34.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:23:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:23:25.244Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:23:25.244Z||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-09-24T07:23:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:23:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:23:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:23:34.802Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:23:34.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:24:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:24:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:24:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:24:25.245Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:24:25.245Z||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-09-24T07:24:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:24:34.811Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:24:34.811Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:25:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:25:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:25:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:25:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:25:25.245Z||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-09-24T07:25:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:25:34.801Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:25:34.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:26:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:26:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:26:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:26:25.244Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:26:25.245Z||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-09-24T07:26:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:26:34.794Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:26:34.821Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:27:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:27:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:27:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:27:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:27:25.244Z||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-09-24T07:27:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:27:34.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:27:34.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:28:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:28:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:28:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:28:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:28:25.245Z||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-09-24T07:28:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:28:34.797Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:28:34.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:29:25.245Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:29:25.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:29:25.246Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:29:25.246Z||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-09-24T07:29:25.246Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:29:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:29:34.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:29:34.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:30:25.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:30:25.245Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:30:25.248Z||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-09-24T07:30:25.248Z||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-09-24T07:30:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:30:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:30:34.829Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:30:34.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:31:25.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:31:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:31:25.245Z||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-09-24T07:31:25.245Z||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-09-24T07:31:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:31:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:31:34.797Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:31:34.797Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:32:25.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:32:25.243Z||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-09-24T07:32:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:32:25.244Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:32:25.244Z||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-09-24T07:32:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:32:34.810Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:32:34.821Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:33:25.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:33:25.245Z||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-09-24T07:33:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:33:25.255Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:33:25.256Z||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-09-24T07:33:25.256Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:33:34.804Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:33:34.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:34:25.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:34:25.244Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:34:25.244Z||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-09-24T07:34:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:34:25.245Z||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-09-24T07:34:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:34:34.795Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:34:34.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:35:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:35:25.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:35:25.249Z||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-09-24T07:35:25.249Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:35:25.249Z||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-09-24T07:35:25.249Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:35:34.804Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:35:34.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:36:25.241Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:36:25.242Z||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-09-24T07:36:25.242Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:36:25.244Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:36:25.245Z||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-09-24T07:36:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:36:34.800Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:36:34.800Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:37:25.241Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:37:25.243Z||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-09-24T07:37:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:37:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:37:25.245Z||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-09-24T07:37:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:37:34.808Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:37:34.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:38:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:38:25.243Z||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-09-24T07:38:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:38:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:38:25.245Z||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-09-24T07:38:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:38:34.796Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:38:34.796Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:39:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:39:25.243Z||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-09-24T07:39:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:39:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:39:25.245Z||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-09-24T07:39:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:39:34.802Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:39:34.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:40:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:40:25.243Z||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-09-24T07:40:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:40:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:40:25.244Z||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-09-24T07:40:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:40:34.825Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:40:34.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:41:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:41:25.244Z||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-09-24T07:41:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:41:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:41:25.245Z||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-09-24T07:41:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:41:34.797Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:41:34.812Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:42:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:42:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:42:25.245Z||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-09-24T07:42:25.245Z||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-09-24T07:42:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:42:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:42:34.799Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:42:34.803Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:43:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:43:25.244Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:43:25.245Z||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-09-24T07:43:25.245Z||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-09-24T07:43:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:43:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:43:34.800Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:43:34.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:44:25.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:44:25.243Z||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-09-24T07:44:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:44:25.246Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:44:25.246Z||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-09-24T07:44:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:44:34.799Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:44:34.798Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:45:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:45:25.243Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:45:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:45:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:45:25.245Z||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-09-24T07:45:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:45:34.860Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:45:34.861Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:46:25.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:46:25.243Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:46:25.243Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:46:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:46:25.245Z||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-09-24T07:46:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:46:34.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:46:34.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:47:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:47:25.243Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:47:25.243Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:47:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:47:25.245Z||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-09-24T07:47:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:47:34.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:47:34.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:48:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:48:25.244Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:48:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:48:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:48:25.245Z||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-09-24T07:48:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:48:34.802Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:48:34.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:49:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:49:25.244Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:49:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:49:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:49:25.244Z||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-09-24T07:49:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:49:34.796Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:49:34.796Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:50:25.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:50:25.244Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:50:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:50:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:50:25.245Z||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-09-24T07:50:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:50:34.807Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:50:34.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:51:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:51:25.243Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:51:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:51:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:51:25.244Z||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-09-24T07:51:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:51:34.793Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:51:34.795Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:52:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:52:25.243Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:52:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:52:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:52:25.245Z||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-09-24T07:52:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:52:34.791Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:52:34.798Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:53:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:53:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:53:25.244Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:53:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:53:25.244Z||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-09-24T07:53:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:53:34.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:53:34.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:54:25.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:54:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:54:25.245Z||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-09-24T07:54:25.245Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:54:25.246Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:54:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:54:34.795Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:54:34.806Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:55:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:55:25.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:55:25.248Z||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-09-24T07:55:25.248Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:55:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:55:25.248Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:55:34.800Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:55:34.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:56:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:56:25.244Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:56:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:56:25.244Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:56:25.245Z||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-09-24T07:56:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:56:34.803Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:56:34.819Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:57:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:57:25.244Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:57:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:57:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:57:25.245Z||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-09-24T07:57:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:57:34.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:57:34.795Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:58:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:58:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:58:25.245Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:58:25.245Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:58:25.245Z||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-09-24T07:58:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:58:34.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:58:34.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:59:25.245Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:59:25.246Z||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-09-24T07:59:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:59:25.246Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:59:25.247Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:31.353Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:31.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T07:59:31.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dac97e00-7b1e-44b6-93ae-2a925a96cb0f","serviceName":"vFW 2021-09-24 07-55-47","serviceVersion":"1.0","serviceUUID":"b869ca41-db0c-4a5f-9afc-60d58623d067","serviceDescription":"catalog service description","serviceInvariantUUID":"1e901deb-7157-4c8d-ba86-09416049fad4","resources":[{"resourceInstanceName":"vFW 210d3b96-effd 0","resourceName":"vFW 210d3b96-effd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a93f4b1f-b037-4d31-bf7c-559b55e05d15","resourceInvariantUUID":"63af2e5a-1fc0-432b-b507-065d7b549248","resourceCustomizationUUID":"c0393e7b-091c-42f4-be08-ca85b3247e1c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml","artifactChecksum":"YmE4NTFhNjU1MGU5ZDIwMmFhZjFjMDc1MmZiMGFjZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf970f8b-e84a-44dc-bbcf-3f0e630f7900","artifactVersion":"1"},{"artifactName":"vfw210d3b96effd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json","artifactChecksum":"Nzk1YWFkMzJlOTYyNDBhMmYyMGEwNGExNTU0MjY4ZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3bec8b05-1223-42b1-810d-3f0efd1ad41a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5cb41c83-76d3-4288-86f6-84c53dceedb8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml","artifactChecksum":"N2VhZWM4NDMxN2U1YWEwYzU3MDA2OWVmZDg2YWQ3ZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f7456a57-d477-4d8b-81c9-c1d4a420fad0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ff7d0de9-6026-4b91-882c-c3cc16f00813","artifactVersion":"2","generatedFromUUID":"5cb41c83-76d3-4288-86f6-84c53dceedb8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210924075547-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml","artifactChecksum":"MjY1MTE1MGQ2ZGI3N2ZmMmI2YTFkNDFhMzJmYTU2ZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0ae555e-0433-467f-80b6-2b219cd425ac","artifactVersion":"1"},{"artifactName":"service-Vfw20210924075547-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar","artifactChecksum":"MTUwZjljZDVmYTFmZjViMDU4NzZkMmNjZmNmY2E5OWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d5899892-49ec-4a89-91c3-0438671d6a58","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T07:59:31.375Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T07:59:31.389Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:31.403Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:31.403Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470365241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T07:59:31.503Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-09-24T07:59:31.507Z||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-09-24T07:59:31.507Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:31.518Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:31.520Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:31.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:31.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T07:59:31.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632470368703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T07:59:31.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T07:59:32.412Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T07:59:32.412Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:32.414Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:32.414Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470365241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T07:59:32.515Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T07:59:32.516Z||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-09-24T07:59:32.516Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:32.526Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:32.527Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:33.415Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T07:59:33.416Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:33.418Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:33.418Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470365241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T07:59:33.518Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T07:59:33.519Z||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-09-24T07:59:33.519Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:33.533Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:33.534Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:34.424Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T07:59:34.424Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:34.427Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:34.427Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470365241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T07:59:34.528Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T07:59:34.529Z||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-09-24T07:59:34.529Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:34.537Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:34.538Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:35.435Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T07:59:35.436Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:35.438Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:35.438Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470365241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-24T07:59:35.539Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T07:59:35.540Z||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-09-24T07:59:35.540Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:35.548Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:35.549Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:36.439Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T07:59:36.439Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:36.442Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:36.442Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470365241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T07:59:36.543Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T07:59:36.543Z||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-09-24T07:59:36.544Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:36.551Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:36.552Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:37.443Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T07:59:37.444Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:37.445Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:37.446Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470365241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T07:59:37.546Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T07:59:37.547Z||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-09-24T07:59:37.547Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:37.557Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:37.558Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:38.447Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"serviceName": "vFW 2021-09-24 07-55-47",
"serviceVersion": "1.0",
"serviceUUID": "b869ca41-db0c-4a5f-9afc-60d58623d067",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1e901deb-7157-4c8d-ba86-09416049fad4",
"resources": [
{
"resourceInstanceName": "vFW 210d3b96-effd 0",
"resourceCustomizationUUID": "c0393e7b-091c-42f4-be08-ca85b3247e1c",
"resourceName": "vFW 210d3b96-effd",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a93f4b1f-b037-4d31-bf7c-559b55e05d15",
"resourceInvariantUUID": "63af2e5a-1fc0-432b-b507-065d7b549248",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw210d3b96effd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"artifactChecksum": "Nzk1YWFkMzJlOTYyNDBhMmYyMGEwNGExNTU0MjY4ZmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3bec8b05-1223-42b1-810d-3f0efd1ad41a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5cb41c83-76d3-4288-86f6-84c53dceedb8",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ff7d0de9-6026-4b91-882c-c3cc16f00813",
"generatedFromUUID": "5cb41c83-76d3-4288-86f6-84c53dceedb8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ff7d0de9-6026-4b91-882c-c3cc16f00813",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210924075547-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"artifactChecksum": "MTUwZjljZDVmYTFmZjViMDU4NzZkMmNjZmNmY2E5OWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d5899892-49ec-4a89-91c3-0438671d6a58"
}
],
"workloadContext": "Production"
}
2021-09-24T07:59:38.450Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T07:59:38.450Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b869ca41-db0c-4a5f-9afc-60d58623d067 ASDC
2021-09-24T07:59:38.596Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:dac97e00-7b1e-44b6-93ae-2a925a96cb0f
ServiceName:vFW 2021-09-24 07-55-47
ServiceVersion:1.0
ServiceUUID:b869ca41-db0c-4a5f-9afc-60d58623d067
ServiceInvariantUUID:1e901deb-7157-4c8d-ba86-09416049fad4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210924075547-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar
ArtifactUUID:d5899892-49ec-4a89-91c3-0438671d6a58
ArtifactChecksum:MTUwZjljZDVmYTFmZjViMDU4NzZkMmNjZmNmY2E5OWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 210d3b96-effd 0
ResourceCustomizationUUID:c0393e7b-091c-42f4-be08-ca85b3247e1c
ResourceInvariantUUID:63af2e5a-1fc0-432b-b507-065d7b549248
ResourceName:vFW 210d3b96-effd
ResourceType:VF
ResourceUUID:a93f4b1f-b037-4d31-bf7c-559b55e05d15
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw210d3b96effd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json
ArtifactUUID:3bec8b05-1223-42b1-810d-3f0efd1ad41a
ArtifactChecksum:Nzk1YWFkMzJlOTYyNDBhMmYyMGEwNGExNTU0MjY4ZmI=
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/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml
ArtifactUUID:5cb41c83-76d3-4288-86f6-84c53dceedb8
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/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env
ArtifactUUID:ff7d0de9-6026-4b91-882c-c3cc16f00813
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/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env
ArtifactUUID:ff7d0de9-6026-4b91-882c-c3cc16f00813
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-24T07:59:38.597Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b869ca41-db0c-4a5f-9afc-60d58623d067 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-09-24T07:59:39.030Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T07:59:39.031Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T07:59:39.032Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T07:59:39.033Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d5899892-49ec-4a89-91c3-0438671d6a58 from URL: /sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:39.033Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T07:59:39.034Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:41.014Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T07:59:41.047Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar d5899892-49ec-4a89-91c3-0438671d6a58 98747
2021-09-24T07:59:41.049Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar ASDC sendASDCNotification
2021-09-24T07:59:41.049Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:41.051Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T07:59:41.052Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:41.054Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:41.055Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470381047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T07:59:41.155Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T07:59:41.156Z||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-09-24T07:59:41.156Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:41.166Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:41.166Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:42.055Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T07:59:42.056Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T07:59:42.057Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d5899892-49ec-4a89-91c3-0438671d6a58, URL: /sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar to file: /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:42.058Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210924075547-csar.csar
2021-09-24T07:59:42.192Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:42.192Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:42.998Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8541829419810149178/Definitions/service-Vfw20210924075547-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-09-24T07:59:45.696Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T07:59:45.701Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T07:59:45.701Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.702Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-24T07:59:45.702Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||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-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.702Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||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-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.702Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||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-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.702Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.703Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.703Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||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-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.703Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 210d3b96-effd 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-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.703Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||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-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.704Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||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-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.704Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.704Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||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-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.704Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.704Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||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-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.705Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T07:59:45.711Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:45.713Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:45.717Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:45.717Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T07:59:45.719Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T07:59:45.721Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:45.721Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:45.721Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:45.721Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T07:59:45.722Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T07:59:45.722Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:45.722Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:45.726Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:45.726Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is not matching search criteria
2021-09-24T07:59:45.726Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T07:59:45.727Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T07:59:45.727Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T07:59:45.727Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.727Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.727Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T07:59:45.742Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.742Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T07:59:45.742Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T07:59:45.743Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.743Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.743Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T07:59:45.743Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.744Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T07:59:45.744Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.744Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T07:59:45.744Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:45.745Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T07:59:45.746Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:45.747Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:45.747Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T07:59:45.747Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:45.748Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:45.748Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T07:59:45.748Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:45.748Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:45.749Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T07:59:45.749Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:45.749Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is not matching search criteria
2021-09-24T07:59:45.749Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T07:59:45.750Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T07:59:45.750Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-24T07:59:45.750Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T07:59:45.750Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T07:59:45.751Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.751Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.751Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T07:59:45.751Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.751Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T07:59:45.752Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.752Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5550b065-b8fc-4177-b524-88f169ff85b1
2021-09-24T07:59:45.752Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:45.753Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is not matching search criteria
2021-09-24T07:59:45.753Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T07:59:45.753Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T07:59:45.753Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T07:59:45.754Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.755Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.755Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T07:59:45.755Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.756Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-24T07:59:45.756Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T07:59:45.756Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.757Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T07:59:45.757Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.757Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8e750cd-19f2-46c5-9808-2dec66ccbd21
2021-09-24T07:59:45.758Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:45.758Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is not matching search criteria
2021-09-24T07:59:45.758Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T07:59:45.758Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T07:59:45.758Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T07:59:45.759Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.759Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.759Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T07:59:45.759Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.760Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T07:59:45.760Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T07:59:45.760Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.760Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.760Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-24T07:59:45.761Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0ee5b226-2539-4f55-a943-e3733a1e3417
2021-09-24T07:59:45.761Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:45.761Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:45.761Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:45.762Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:45.762Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:45.762Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:45.762Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:45.762Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:45.763Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-24 07-55-47
Description:catalog service description
Model UUID:b869ca41-db0c-4a5f-9afc-60d58623d067
Model Version:NULL
Model InvariantUuid:1e901deb-7157-4c8d-ba86-09416049fad4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 210d3b96-effd
Model UUID:2bd9910a-e9eb-4369-aa99-fecbd326f7e7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:63af2e5a-1fc0-432b-b507-065d7b549248
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c0393e7b-091c-42f4-be08-ca85b3247e1c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2cc7c4ed-7eab-44b3-9a59-778016be4753
ModelName:Vfw210d3b96Effd..base_vfw..module-0
ModelUuid:bb1922ac-98c4-4821-9b9a-3854d7e3e676
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5550b065-b8fc-4177-b524-88f169ff85b1
ModelInvariantUuid:92997dcb-7413-465a-9ac2-f7788d0cfe27
ModelName:vFW 210d3b96-effd-nodes.vfwCvfc
ModelUuid:052b6ecd-c9ab-47d9-9807-7e95f87e116c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8d55b37d-e552-4b5c-8f1b-2671d33de389
ModelInvariantUuid:6e87ec1d-4e74-433a-b530-6a4b3b62069d
ModelName:Vfw210d3b96Effd.compute.nodes.heat.vfw
ModelUuid:8a15c690-e5c1-4aaa-a4ef-d853b081d1bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c8e750cd-19f2-46c5-9808-2dec66ccbd21
ModelInvariantUuid:1a2fa0c2-1873-4882-b988-8cfff349578f
ModelName:vFW 210d3b96-effd-nodes.vsnCvfc
ModelUuid:9f583219-7d2f-4ae1-b38d-08b7cd6e6173
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:939f51db-5638-4c61-b990-4a82eb8340bf
ModelInvariantUuid:ef9e4998-62ce-4235-85e5-347d483dece2
ModelName:Vfw210d3b96Effd.compute.nodes.heat.vsn
ModelUuid:7025168c-b9ae-4433-a9ac-8f42c7de9eb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0ee5b226-2539-4f55-a943-e3733a1e3417
ModelInvariantUuid:a0e91509-702e-4fd0-aa04-c86beb101a09
ModelName:vFW 210d3b96-effd-nodes.vpgCvfc
ModelUuid:3919317b-59a7-447d-97d1-f536fe1f163a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e42cf81a-106a-4621-ade7-f4d683efc873
ModelInvariantUuid:56d600cc-c004-474f-abe9-9e5ea31a4a9b
ModelName:Vfw210d3b96Effd.compute.nodes.heat.vpg
ModelUuid:15add0c6-b6a8-4a73-87d0-cb4f20cd2790
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-24T07:59:45.794Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a93f4b1f-b037-4d31-bf7c-559b55e05d15
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T07:59:46.109Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||vFW 210d3b96-effd 0
2021-09-24T07:59:46.117Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a93f4b1f-b037-4d31-bf7c-559b55e05d15
2021-09-24T07:59:46.117Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3bec8b05-1223-42b1-810d-3f0efd1ad41a from URL: /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json
2021-09-24T07:59:46.117Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T07:59:46.117Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json
2021-09-24T07:59:48.534Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T07:59:48.536Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json 3bec8b05-1223-42b1-810d-3f0efd1ad41a 785
2021-09-24T07:59:48.536Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json ASDC sendASDCNotification
2021-09-24T07:59:48.536Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json
2021-09-24T07:59:48.536Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T07:59:48.536Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:48.539Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:48.539Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470388536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T07:59:48.640Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T07:59:48.640Z||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-09-24T07:59:48.640Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:48.665Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:48.666Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1}
2021-09-24T07:59:49.540Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw210d3b96Effd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2cc7c4ed-7eab-44b3-9a59-778016be4753",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb1922ac-98c4-4821-9b9a-3854d7e3e676",
"vfModuleModelCustomizationUUID": "3d352a55-113c-4961-b878-9a05e069bcac",
"isBase": true,
"artifacts": [
"5cb41c83-76d3-4288-86f6-84c53dceedb8",
"ff7d0de9-6026-4b91-882c-c3cc16f00813"
],
"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-09-24T07:59:49.560Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw210d3b96Effd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb1922ac-98c4-4821-9b9a-3854d7e3e676
VfModuleModelInvariantUUID:2cc7c4ed-7eab-44b3-9a59-778016be4753
VfModuleModelDescription:NULL
Artifacts UUID List:{
5cb41c83-76d3-4288-86f6-84c53dceedb8
,
ff7d0de9-6026-4b91-882c-c3cc16f00813
}
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-09-24T07:59:49.564Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw210d3b96Effd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2cc7c4ed-7eab-44b3-9a59-778016be4753",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb1922ac-98c4-4821-9b9a-3854d7e3e676",
"vfModuleModelCustomizationUUID": "3d352a55-113c-4961-b878-9a05e069bcac",
"isBase": true,
"artifacts": [
"5cb41c83-76d3-4288-86f6-84c53dceedb8",
"ff7d0de9-6026-4b91-882c-c3cc16f00813"
],
"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-09-24T07:59:49.564Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw210d3b96Effd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb1922ac-98c4-4821-9b9a-3854d7e3e676
VfModuleModelInvariantUUID:2cc7c4ed-7eab-44b3-9a59-778016be4753
VfModuleModelDescription:NULL
Artifacts UUID List:{
5cb41c83-76d3-4288-86f6-84c53dceedb8
,
ff7d0de9-6026-4b91-882c-c3cc16f00813
}
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-09-24T07:59:49.565Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cb41c83-76d3-4288-86f6-84c53dceedb8 from URL: /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml
2021-09-24T07:59:49.565Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T07:59:49.565Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml
2021-09-24T07:59:50.635Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T07:59:50.636Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml 5cb41c83-76d3-4288-86f6-84c53dceedb8 20368
2021-09-24T07:59:50.636Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-24T07:59:50.636Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml
2021-09-24T07:59:50.636Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T07:59:50.636Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:50.638Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:50.638Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470390636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T07:59:50.738Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T07:59:50.739Z||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-09-24T07:59:50.739Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:50.747Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:50.748Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:51.640Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ff7d0de9-6026-4b91-882c-c3cc16f00813 from URL: /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env
2021-09-24T07:59:51.640Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T07:59:51.641Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env
2021-09-24T07:59:52.237Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T07:59:52.237Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env ff7d0de9-6026-4b91-882c-c3cc16f00813 2098
2021-09-24T07:59:52.237Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-24T07:59:52.237Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env
2021-09-24T07:59:52.237Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T07:59:52.238Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:52.264Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:52.264Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470392237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T07:59:52.340Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2021-09-24T07:59:52.341Z||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-09-24T07:59:52.341Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:52.352Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:52.352Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:53.265Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b869ca41-db0c-4a5f-9afc-60d58623d067
2021-09-24T07:59:53.265Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 210d3b96-effd 0 a93f4b1f-b037-4d31-bf7c-559b55e05d15 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T07:59:53.314Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56f57e00, org.onap.sdc.toscaparser.api.parameters.Input@38a898cf, org.onap.sdc.toscaparser.api.parameters.Input@49ad72f, org.onap.sdc.toscaparser.api.parameters.Input@291ca720, org.onap.sdc.toscaparser.api.parameters.Input@5464d97d]
2021-09-24T07:59:53.317Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.317Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:53.318Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-09-24T07:59:53.318Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= c0393e7b-091c-42f4-be08-ca85b3247e1c
2021-09-24T07:59:53.318Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0393e7b-091c-42f4-be08-ca85b3247e1c matches Tosca VF Customization UUID: c0393e7b-091c-42f4-be08-ca85b3247e1c
2021-09-24T07:59:53.318Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: c0393e7b-091c-42f4-be08-ca85b3247e1c matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-24T07:59:53.325Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.325Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:53.331Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id c0393e7b-091c-42f4-be08-ca85b3247e1c: {\"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-09-24T07:59:53.331Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@195f2d11
2021-09-24T07:59:53.331Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.332Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T07:59:53.332Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3d352a55-113c-4961-b878-9a05e069bcac
2021-09-24T07:59:53.333Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3d352a55-113c-4961-b878-9a05e069bcac
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-24T07:59:53.341Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.341Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:53.341Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T07:59:53.344Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.345Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:53.345Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T07:59:53.346Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.346Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is not matching search criteria
2021-09-24T07:59:53.347Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T07:59:53.347Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T07:59:53.347Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-24T07:59:53.347Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T07:59:53.348Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T07:59:53.348Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:53.348Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:53.350Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T07:59:53.350Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:53.350Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T07:59:53.350Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:53.351Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5550b065-b8fc-4177-b524-88f169ff85b1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-24T07:59:53.363Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.363Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:53.364Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T07:59:53.364Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.364Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is not matching search criteria
2021-09-24T07:59:53.364Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T07:59:53.364Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T07:59:53.365Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T07:59:53.365Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:53.365Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:53.365Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T07:59:53.365Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:53.365Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-24T07:59:53.366Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T07:59:53.366Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:53.366Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T07:59:53.366Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:53.366Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8e750cd-19f2-46c5-9808-2dec66ccbd21
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-24T07:59:53.368Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.368Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:53.369Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T07:59:53.371Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.371Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is not matching search criteria
2021-09-24T07:59:53.371Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T07:59:53.371Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T07:59:53.371Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T07:59:53.372Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:53.372Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:53.372Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T07:59:53.372Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:53.372Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T07:59:53.372Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T07:59:53.373Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:53.373Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:53.373Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-24T07:59:53.373Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0ee5b226-2539-4f55-a943-e3733a1e3417
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-24T07:59:53.374Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.375Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:53.375Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T07:59:53.375Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.375Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:53.375Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=c0393e7b-091c-42f4-be08-ca85b3247e1c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T07:59:53.376Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.377Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:53.377Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b869ca41-db0c-4a5f-9afc-60d58623d067: vFW 210d3b96-effd
2021-09-24T07:59:53.377Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.377Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:53.377Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.377Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:53.378Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.378Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:53.378Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.378Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:53.378Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T07:59:53.378Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:53.379Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-24 07-55-47
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-24T07:59:53.592Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 210d3b96-effd a93f4b1f-b037-4d31-bf7c-559b55e05d15 1 ASDC deployResourceStructure
2021-09-24T07:59:53.592Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json ASDC sendASDCNotification
2021-09-24T07:59:53.592Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json
2021-09-24T07:59:53.593Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T07:59:53.593Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:53.600Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:53.600Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470393592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T07:59:53.695Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-09-24T07:59:53.696Z||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-09-24T07:59:53.696Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:53.706Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:53.706Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-24T07:59:54.603Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-24T07:59:54.604Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml
2021-09-24T07:59:54.604Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T07:59:54.604Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:54.606Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:54.606Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470394603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-24T07:59:54.706Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T07:59:54.707Z||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-09-24T07:59:54.707Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:54.745Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:54.746Z||pool-15-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:55.607Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-24T07:59:55.608Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env
2021-09-24T07:59:55.608Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T07:59:55.608Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:55.616Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:55.616Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470395607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-24T07:59:55.716Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T07:59:55.717Z||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-09-24T07:59:55.717Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:55.733Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:55.734Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-24T07:59:56.618Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar ASDC sendASDCNotification
2021-09-24T07:59:56.618Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:56.618Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T07:59:56.618Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:56.620Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:56.621Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470396618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T07:59:56.722Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T07:59:56.723Z||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-09-24T07:59:56.724Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:56.737Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T07:59:56.738Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-24T07:59:57.621Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
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-09-24T07:59:57.648Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
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-09-24T07:59:57.650Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T07:59:57.650Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T07:59:57.650Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:00:25.246Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:00:25.249Z||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-09-24T08:00:25.250Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:00:25.276Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:00:25.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:00:25.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470369503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:00:25.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:00:27.651Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
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-09-24T08:00:27.674Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
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-09-24T08:00:27.678Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:00:27.678Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:00:27.678Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:00:57.678Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
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-09-24T08:00:57.688Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
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-09-24T08:00:57.690Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:00:57.691Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:00:57.691Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:01:25.245Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:01:25.246Z||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-09-24T08:01:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:01:25.273Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:01:25.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:01:25.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470365241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:01:25.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:01:25.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:01:25.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "clamp",
"timestamp": 1632470368451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:01:25.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:01:25.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:01:25.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "dcae-sch",
"timestamp": 1632470365734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:01:25.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:01:27.692Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
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-09-24T08:01:27.727Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
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-09-24T08:01:27.730Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:01:27.730Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:01:27.731Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:01:57.731Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
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-09-24T08:01:57.750Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
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-09-24T08:01:57.751Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:01:57.751Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:01:57.751Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:02:25.245Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:02:25.246Z||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-09-24T08:02:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:02:25.790Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:02:25.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470369503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T08:02:25.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632470368703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "clamp",
"timestamp": 1632470368451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T08:02:25.807Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470365241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T08:02:25.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "dcae-sch",
"timestamp": 1632470365734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470369503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T08:02:25.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632470368703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "clamp",
"timestamp": 1632470368451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "dcae-sch",
"timestamp": 1632470365734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470365241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T08:02:25.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470369503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632470368703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "clamp",
"timestamp": 1632470368451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "dcae-sch",
"timestamp": 1632470365734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470365241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "cds",
"timestamp": 1632470373711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470369503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-24T08:02:25.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632470368703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "clamp",
"timestamp": 1632470368451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "dcae-sch",
"timestamp": 1632470365734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470365241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-24T08:02:25.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "cds",
"timestamp": 1632470373711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470369503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "clamp",
"timestamp": 1632470368451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632470368703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "dcae-sch",
"timestamp": 1632470365734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470365241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "cds",
"timestamp": 1632470373711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470369503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:02:25.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632470368703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "clamp",
"timestamp": 1632470368451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:02:25.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "dcae-sch",
"timestamp": 1632470365734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470365241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:02:25.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "cds",
"timestamp": 1632470373711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "cds",
"timestamp": 1632470373711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "cds",
"timestamp": 1632470373711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "policy-id",
"timestamp": 1632470379058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "cds",
"timestamp": 1632470373711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:02:25.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470380640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.857Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "policy-id",
"timestamp": 1632470379058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470381047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "policy-id",
"timestamp": 1632470379058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T08:02:25.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "policy-id",
"timestamp": 1632470379058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "policy-id",
"timestamp": 1632470379058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470383459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "policy-id",
"timestamp": 1632470379058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470384819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.867Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470383459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "cds",
"timestamp": 1632470385519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "policy-id",
"timestamp": 1632470379058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:02:25.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470383459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "cds",
"timestamp": 1632470386542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-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-09-24T08:02:25.896Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dac97e00-7b1e-44b6-93ae-2a925a96cb0f
2021-09-24T08:02:25.897Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac97e00-7b1e-44b6-93ae-2a925a96cb0f 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-09-24T08:02:25.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "aai-ml",
"timestamp": 1632470385849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470383459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "aai-ml",
"timestamp": 1632470385849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470388145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470383459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470388536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "aai-ml",
"timestamp": 1632470385849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "policy-id",
"timestamp": 1632470388796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "clamp",
"timestamp": 1632470389110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470383459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470389351,
"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-09-24T08:02:25.929Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dac97e00-7b1e-44b6-93ae-2a925a96cb0f
2021-09-24T08:02:25.929Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac97e00-7b1e-44b6-93ae-2a925a96cb0f 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-09-24T08:02:25.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "aai-ml",
"timestamp": 1632470385849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "policy-id",
"timestamp": 1632470389805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:02:25.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "clamp",
"timestamp": 1632470390192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:02:25.964Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470383459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:02:25.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470390354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T08:02:25.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "aai-ml",
"timestamp": 1632470385849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:25.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470390636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.970Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "policy-id",
"timestamp": 1632470390809,
"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-09-24T08:02:25.981Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dac97e00-7b1e-44b6-93ae-2a925a96cb0f
2021-09-24T08:02:25.983Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac97e00-7b1e-44b6-93ae-2a925a96cb0f 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-09-24T08:02:25.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "clamp",
"timestamp": 1632470391196,
"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-09-24T08:02:26.000Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dac97e00-7b1e-44b6-93ae-2a925a96cb0f
2021-09-24T08:02:26.000Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac97e00-7b1e-44b6-93ae-2a925a96cb0f 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-09-24T08:02:26.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "aai-ml",
"timestamp": 1632470385849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:02:26.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:26.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470391763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:02:26.024Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470392237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:02:26.025Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "aai-ml",
"timestamp": 1632470385849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:02:26.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T08:02:26.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470393592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T08:02:26.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "aai-ml",
"timestamp": 1632470394326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:02:26.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470394603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-24T08:02:26.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470395607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-24T08:02:26.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470396618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:02:26.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470397774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:02:26.029Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470398782,
"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-09-24T08:02:26.034Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dac97e00-7b1e-44b6-93ae-2a925a96cb0f
2021-09-24T08:02:26.035Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac97e00-7b1e-44b6-93ae-2a925a96cb0f 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-09-24T08:02:26.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "aai-ml",
"timestamp": 1632470412451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:02:26.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "aai-ml",
"timestamp": 1632470413457,
"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-09-24T08:02:26.050Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dac97e00-7b1e-44b6-93ae-2a925a96cb0f
2021-09-24T08:02:26.050Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac97e00-7b1e-44b6-93ae-2a925a96cb0f 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-09-24T08:02:27.752Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
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-09-24T08:02:27.762Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
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-09-24T08:02:27.765Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:02:27.765Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T08:02:27.765Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T08:02:27.765Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T08:02:27.766Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:02:27.766Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:02:27.766Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:02:27.766Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:02:27.766Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:02:27.766Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:02:27.766Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||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-09-24T08:02:27.771Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T08:02:57.773Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f 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-09-24T08:02:57.787Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f and serviceModelVersionId: b869ca41-db0c-4a5f-9afc-60d58623d067
2021-09-24T08:02:57.788Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e901deb-7157-4c8d-ba86-09416049fad4
2021-09-24T08:03:16.168Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0
2021-09-24T08:03:16.300Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T08:03:16.834Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0|INFO|500||Invoke
2021-09-24T08:03:16.842Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dac97e00-7b1e-44b6-93ae-2a925a96cb0f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eb916bf4-2c68-46e3-b5aa-de4258e8266f], X-ECOMP-RequestID=[dac97e00-7b1e-44b6-93ae-2a925a96cb0f], X-TransactionId=[], X-ONAP-RequestID=[dac97e00-7b1e-44b6-93ae-2a925a96cb0f], Content-Type=[application/merge-patch+json]}
2021-09-24T08:03:17.000Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-24T08:03:17.800Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210924-08:03:17:058-83910], vertex-id=[348256], Content-Length=[0], Date=[Fri, 24 Sep 2021 08:03:17 GMT], Content-Type=[application/json]}
2021-09-24T08:03:17.801Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T08:03:17.802Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0|INFO|500||InvokeReturn
2021-09-24T08:03:17.807Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T08:03:17.809Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T08:03:17.819Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||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-09-24T08:03:17.821Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dac97e00-7b1e-44b6-93ae-2a925a96cb0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T08:03:17.823Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T08:03:17.824Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:03:17.826Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:03:17.826Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470597822,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:03:17.926Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:03:17.927Z||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-09-24T08:03:17.928Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:03:17.953Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:03:17.953Z||pool-18-thread-1|||||INFO|500||cambria reply ok (26 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-09-24T08:03:18.853Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:03:18.854Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:03:18.854Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:03:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:03:25.246Z||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-09-24T08:03:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:03:25.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:03:25.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:03:25.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470597822,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:03:25.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:03:29.090Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:03:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:03:29.093Z||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-09-24T08:03:29.093Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:03:38.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:03:38.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:03:38.656Z||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-09-24T08:03:38.656Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:03:48.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:03:48.259Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:03:48.260Z||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-09-24T08:03:48.260Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:03:57.826Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:04:25.241Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:04:25.243Z||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-09-24T08:04:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:04:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:04:25.245Z||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-09-24T08:04:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:04:34.800Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:04:34.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:25.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:05:25.244Z||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-09-24T08:05:25.244Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:05:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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-09-24T08:05:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:05:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:05:25.915Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:25.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e1206d5-e7c9-4a19-a6e3-66ac8dec8897","serviceName":"basic_onboard_AtYTPY","serviceVersion":"1.0","serviceUUID":"6a48323f-2508-4c45-ba5f-03a266451182","serviceDescription":"service","serviceInvariantUUID":"00bfc565-29a3-4e6c-a353-e691f178f6e4","resources":[{"resourceInstanceName":"basic_onboard_AtYTPY 0","resourceName":"basic_onboard_AtYTPY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea29d89e-0fdc-4ad6-96b2-795da17a8b31","resourceInvariantUUID":"ab1d1264-0dad-45ec-965b-dcf85664cf23","resourceCustomizationUUID":"cba54b87-a89f-42e9-a04a-2598640312da","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml","artifactChecksum":"NjVmMDRhNmUyYzQyYzk0NGE3NWQ1MDliNDgwZDAwNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9930ec5d-4bff-4390-aa26-2bdd1b5ba278","artifactVersion":"1"},{"artifactName":"basic_onboard_atytpy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json","artifactChecksum":"YTRlMTI4ZDQ4NGM4YmE4OThkM2E5MDU4ZjhkOWFmZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81ac4bd3-a32e-4be1-9242-43ec6f17b3f9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"811f665c-b4c5-4a45-872f-736750242a6e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"628a8750-852e-4846-88c5-e6e21e73c1f8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f03459fc-01d8-4a38-bf9f-5c800f99abd1","artifactVersion":"2","generatedFromUUID":"811f665c-b4c5-4a45-872f-736750242a6e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAtytpy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml","artifactChecksum":"ZDhkNmM0NGU2NmZlN2ExN2YxMjI5M2IyYjliNzU4ZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80c2f559-908f-46e3-b07b-6e1ebcda08fc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAtytpy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar","artifactChecksum":"MjM3MjBkM2MzMDY5MWU3MmU0M2NlNzhkYTlkMWVkYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"323adcfa-e142-4c17-a26a-6b19c52832c3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T08:05:25.921Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:05:25.923Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:25.930Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:25.930Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470725241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.935Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:25.938Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.939Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "aai-ml",
"timestamp": 1632470685849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.940Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.940Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.940Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "dcae-sch",
"timestamp": 1632470685735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.940Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.940Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.940Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470683460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.941Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.941Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.941Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "policy-id",
"timestamp": 1632470679057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.941Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.941Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.941Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "dcae-sch",
"timestamp": 1632470685735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.942Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.942Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.942Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470683460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.943Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.943Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.943Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "aai-ml",
"timestamp": 1632470685849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.943Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.943Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.943Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "policy-id",
"timestamp": 1632470679057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.944Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.944Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.944Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "ves-openapi-manager",
"timestamp": 1632470688703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.944Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.944Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.944Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "cds",
"timestamp": 1632470688709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.945Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.945Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.945Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "aai-ml",
"timestamp": 1632470685849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.945Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.945Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.945Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "dcae-sch",
"timestamp": 1632470685735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.946Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.946Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.946Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470683460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.946Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.947Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.947Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "policy-id",
"timestamp": 1632470679057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-24T08:05:25.947Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.947Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.947Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470689503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "ves-openapi-manager",
"timestamp": 1632470688703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "cds",
"timestamp": 1632470688709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "aai-ml",
"timestamp": 1632470685849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.949Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.949Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.949Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470683460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.949Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.949Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.949Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "dcae-sch",
"timestamp": 1632470685735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.949Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.949Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.950Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "policy-id",
"timestamp": 1632470679057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.950Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.950Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.950Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470689503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T08:05:25.950Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.950Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.950Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "ves-openapi-manager",
"timestamp": 1632470688703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.950Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.951Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.951Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "cds",
"timestamp": 1632470688709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.951Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.951Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.951Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "aai-ml",
"timestamp": 1632470685849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.951Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.951Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.951Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470683460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "dcae-sch",
"timestamp": 1632470685735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "policy-id",
"timestamp": 1632470679057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470689503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "ves-openapi-manager",
"timestamp": 1632470688703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "cds",
"timestamp": 1632470688709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "aai-ml",
"timestamp": 1632470685849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.954Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.954Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.954Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "dcae-sch",
"timestamp": 1632470685735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.954Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.954Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.954Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470683460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.955Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.955Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.955Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "policy-id",
"timestamp": 1632470679057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.956Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.956Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.956Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470689503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "ves-openapi-manager",
"timestamp": 1632470688703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "cds",
"timestamp": 1632470688709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "aai-ml",
"timestamp": 1632470685849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:05:25.958Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.958Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.958Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "dcae-sch",
"timestamp": 1632470685735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.958Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.958Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.958Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470683460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:05:25.959Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.959Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.960Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "policy-id",
"timestamp": 1632470679057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:05:25.960Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.960Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.960Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470689503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-24T08:05:25.960Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.960Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.961Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "ves-openapi-manager",
"timestamp": 1632470688703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.961Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.961Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.961Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "cds",
"timestamp": 1632470688709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.961Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.961Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.961Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470689503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "ves-openapi-manager",
"timestamp": 1632470688703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "cds",
"timestamp": 1632470688709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470689503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:05:25.963Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:25.963Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.963Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "aai-ml",
"timestamp": 1632470697102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:05:25.963Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:25.963Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.963Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470697412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:05:25.964Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:25.964Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.964Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "policy-id",
"timestamp": 1632470697503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:05:25.964Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:25.964Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.964Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "cds",
"timestamp": 1632470697956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:05:25.964Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:25.964Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.965Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "policy-id",
"timestamp": 1632470698508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:05:25.965Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:25.965Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.965Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470698590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:05:25.965Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:25.965Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.966Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "cds",
"timestamp": 1632470698965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T08:05:25.991Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
2021-09-24T08:05:25.993Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 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-09-24T08:05:26.002Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.002Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "clamp",
"timestamp": 1632470698453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:26.003Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:26.003Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.003Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "policy-id",
"timestamp": 1632470699511,
"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-09-24T08:05:26.012Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
2021-09-24T08:05:26.012Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 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-09-24T08:05:26.021Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.021Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "clamp",
"timestamp": 1632470698453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T08:05:26.022Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:26.022Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.022Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470700469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:05:26.022Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:26.022Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.022Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "clamp",
"timestamp": 1632470698453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:26.022Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:26.022Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.023Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470701428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:05:26.023Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:26.023Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.023Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632470701476,
"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-09-24T08:05:26.027Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-24T08:05:26.028Z||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-09-24T08:05:26.028Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:26.030Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
2021-09-24T08:05:26.030Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 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-09-24T08:05:26.038Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:26.039Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:26.039Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.039Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "clamp",
"timestamp": 1632470698453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "clamp",
"timestamp": 1632470698453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "clamp",
"timestamp": 1632470698453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "clamp",
"timestamp": 1632470698453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:05:26.041Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T08:05:26.041Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.041Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470706415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:05:26.041Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:26.041Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.041Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470707438,
"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-09-24T08:05:26.045Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
2021-09-24T08:05:26.045Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 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-09-24T08:05:26.051Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.051Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632470708441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T08:05:26.051Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:26.051Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.051Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "aai-ml",
"timestamp": 1632470709638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:05:26.051Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:26.051Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.052Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "aai-ml",
"timestamp": 1632470710642,
"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-09-24T08:05:26.056Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
2021-09-24T08:05:26.056Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 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-09-24T08:05:26.069Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.069Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "clamp",
"timestamp": 1632470714192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:05:26.069Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:26.069Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.069Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "clamp",
"timestamp": 1632470716202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:05:26.069Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:26.069Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.069Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "clamp",
"timestamp": 1632470717205,
"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-09-24T08:05:26.073Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
2021-09-24T08:05:26.074Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 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-09-24T08:05:26.931Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:05:26.932Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:26.934Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:26.934Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470725241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T08:05:27.034Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:05:27.035Z||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-09-24T08:05:27.035Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:27.044Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:27.044Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:05:27.934Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:05:27.935Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:27.937Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:27.937Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470725241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-24T08:05:28.037Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:05:28.038Z||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-09-24T08:05:28.038Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:28.049Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:28.049Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:05:28.938Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:05:28.939Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:28.941Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:28.941Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470725241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:29.043Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-24T08:05:29.044Z||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-09-24T08:05:29.044Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:29.054Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:29.055Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:29.942Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:05:29.944Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:29.947Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:29.947Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470725241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-24T08:05:30.048Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:05:30.050Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:05:30.050Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:30.059Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:30.060Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:30.949Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:05:30.950Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:30.953Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:30.953Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470725241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:05:31.058Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-24T08:05:31.061Z||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-09-24T08:05:31.061Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:31.071Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:31.071Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:31.953Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:05:31.955Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:31.958Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:31.958Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470725241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:05:32.058Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:05:32.059Z||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-09-24T08:05:32.059Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:32.068Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:32.069Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:32.960Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"serviceName": "basic_onboard_AtYTPY",
"serviceVersion": "1.0",
"serviceUUID": "6a48323f-2508-4c45-ba5f-03a266451182",
"serviceDescription": "service",
"serviceInvariantUUID": "00bfc565-29a3-4e6c-a353-e691f178f6e4",
"resources": [
{
"resourceInstanceName": "basic_onboard_AtYTPY 0",
"resourceCustomizationUUID": "cba54b87-a89f-42e9-a04a-2598640312da",
"resourceName": "basic_onboard_AtYTPY",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ea29d89e-0fdc-4ad6-96b2-795da17a8b31",
"resourceInvariantUUID": "ab1d1264-0dad-45ec-965b-dcf85664cf23",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_atytpy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"artifactChecksum": "YTRlMTI4ZDQ4NGM4YmE4OThkM2E5MDU4ZjhkOWFmZjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "81ac4bd3-a32e-4be1-9242-43ec6f17b3f9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "811f665c-b4c5-4a45-872f-736750242a6e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f03459fc-01d8-4a38-bf9f-5c800f99abd1",
"generatedFromUUID": "811f665c-b4c5-4a45-872f-736750242a6e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f03459fc-01d8-4a38-bf9f-5c800f99abd1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAtytpy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"artifactChecksum": "MjM3MjBkM2MzMDY5MWU3MmU0M2NlNzhkYTlkMWVkYTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "323adcfa-e142-4c17-a26a-6b19c52832c3"
}
],
"workloadContext": "Production"
}
2021-09-24T08:05:32.961Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T08:05:32.961Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6a48323f-2508-4c45-ba5f-03a266451182 ASDC
2021-09-24T08:05:32.962Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
ServiceName:basic_onboard_AtYTPY
ServiceVersion:1.0
ServiceUUID:6a48323f-2508-4c45-ba5f-03a266451182
ServiceInvariantUUID:00bfc565-29a3-4e6c-a353-e691f178f6e4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAtytpy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar
ArtifactUUID:323adcfa-e142-4c17-a26a-6b19c52832c3
ArtifactChecksum:MjM3MjBkM2MzMDY5MWU3MmU0M2NlNzhkYTlkMWVkYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_AtYTPY 0
ResourceCustomizationUUID:cba54b87-a89f-42e9-a04a-2598640312da
ResourceInvariantUUID:ab1d1264-0dad-45ec-965b-dcf85664cf23
ResourceName:basic_onboard_AtYTPY
ResourceType:VF
ResourceUUID:ea29d89e-0fdc-4ad6-96b2-795da17a8b31
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_atytpy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json
ArtifactUUID:81ac4bd3-a32e-4be1-9242-43ec6f17b3f9
ArtifactChecksum:YTRlMTI4ZDQ4NGM4YmE4OThkM2E5MDU4ZjhkOWFmZjM=
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/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:811f665c-b4c5-4a45-872f-736750242a6e
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/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env
ArtifactUUID:f03459fc-01d8-4a38-bf9f-5c800f99abd1
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/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env
ArtifactUUID:f03459fc-01d8-4a38-bf9f-5c800f99abd1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-24T08:05:32.966Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a48323f-2508-4c45-ba5f-03a266451182 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-09-24T08:05:33.008Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:05:33.010Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-24T08:05:33.010Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-24T08:05:33.010Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 323adcfa-e142-4c17-a26a-6b19c52832c3 from URL: /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:33.010Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-24T08:05:33.011Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:33.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-24T08:05:33.248Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar 323adcfa-e142-4c17-a26a-6b19c52832c3 71361
2021-09-24T08:05:33.248Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar ASDC sendASDCNotification
2021-09-24T08:05:33.248Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:33.248Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:05:33.249Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:33.252Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:33.252Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470733248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:05:33.351Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:05:33.352Z||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-09-24T08:05:33.353Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:33.367Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:33.367Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:34.255Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:05:34.256Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-24T08:05:34.257Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 323adcfa-e142-4c17-a26a-6b19c52832c3, URL: /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar to file: /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:34.258Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:34.259Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:34.259Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:34.541Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9679332525745600891/Definitions/service-BasicOnboardAtytpy-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-09-24T08:05:35.929Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T08:05:35.930Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-24T08:05:35.930Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.930Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-24T08:05:35.930Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.930Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.930Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.930Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.930Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.931Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.931Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.931Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_AtYTPY 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-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.931Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.932Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-24T08:05:35.932Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:35.932Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:35.932Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:35.932Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-24T08:05:35.933Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:05:35.933Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:35.933Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:35.933Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:35.933Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-24T08:05:35.934Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:05:35.934Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:35.934Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:35.934Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:35.934Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is not matching search criteria
2021-09-24T08:05:35.935Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-24T08:05:35.935Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-24T08:05:35.935Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-24T08:05:35.935Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T08:05:35.935Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T08:05:35.935Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:35.936Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T08:05:35.936Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:35.936Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:35.936Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:05:35.936Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:35.937Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:35.937Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:05:35.937Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:35.937Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:35.937Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:05:35.938Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:35.938Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is not matching search criteria
2021-09-24T08:05:35.938Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-24T08:05:35.938Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T08:05:35.938Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b90a1a2f-e056-4134-a73c-1367f1ad7ccd
2021-09-24T08:05:35.938Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:35.939Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:35.939Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:35.939Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:35.939Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:35.939Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:35.940Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:35.940Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:35.940Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_AtYTPY
Description:service
Model UUID:6a48323f-2508-4c45-ba5f-03a266451182
Model Version:NULL
Model InvariantUuid:00bfc565-29a3-4e6c-a353-e691f178f6e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_AtYTPY
Model UUID:7bf5fe15-5ac5-405f-bee0-e7a9512939f5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ab1d1264-0dad-45ec-965b-dcf85664cf23
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cba54b87-a89f-42e9-a04a-2598640312da
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ca8f1b95-0989-40ea-9ff6-359697bf58f4
ModelName:BasicOnboardAtytpy..base_ubuntu18..module-0
ModelUuid:7dd3bbb0-b680-4cd2-9b35-0c9340846df0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b90a1a2f-e056-4134-a73c-1367f1ad7ccd
ModelInvariantUuid:d2968d8f-672c-4950-9b99-9aa22b1fe968
ModelName:basic_onboard_AtYTPY-nodes.ubuntu18Cvfc
ModelUuid:c348c509-722c-44eb-bc25-5aad8b1c08cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5602e0a2-e0b4-4269-8f2c-2d4d5befef5a
ModelInvariantUuid:a9342276-8089-4cb8-b3ab-2d21383b007b
ModelName:BasicOnboardAtytpy.compute.nodes.heat.ubuntu18
ModelUuid:c565d878-8843-4e9b-a024-ba741c0a67f4
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-24T08:05:35.946Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ea29d89e-0fdc-4ad6-96b2-795da17a8b31
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T08:05:35.951Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||basic_onboard_AtYTPY 0
2021-09-24T08:05:35.951Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ea29d89e-0fdc-4ad6-96b2-795da17a8b31
2021-09-24T08:05:35.951Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 81ac4bd3-a32e-4be1-9242-43ec6f17b3f9 from URL: /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json
2021-09-24T08:05:35.951Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-24T08:05:35.952Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json
2021-09-24T08:05:37.583Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-24T08:05:37.583Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json 81ac4bd3-a32e-4be1-9242-43ec6f17b3f9 798
2021-09-24T08:05:37.584Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json ASDC sendASDCNotification
2021-09-24T08:05:37.584Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json
2021-09-24T08:05:37.584Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:05:37.584Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:37.586Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:37.587Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470737584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:05:37.686Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:05:37.687Z||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-09-24T08:05:37.688Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:37.696Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:37.697Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:38.588Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAtytpy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ca8f1b95-0989-40ea-9ff6-359697bf58f4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7dd3bbb0-b680-4cd2-9b35-0c9340846df0",
"vfModuleModelCustomizationUUID": "b6668941-5e9c-4ac1-ae15-219cf4fea043",
"isBase": true,
"artifacts": [
"811f665c-b4c5-4a45-872f-736750242a6e",
"f03459fc-01d8-4a38-bf9f-5c800f99abd1"
],
"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-09-24T08:05:38.593Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAtytpy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7dd3bbb0-b680-4cd2-9b35-0c9340846df0
VfModuleModelInvariantUUID:ca8f1b95-0989-40ea-9ff6-359697bf58f4
VfModuleModelDescription:NULL
Artifacts UUID List:{
811f665c-b4c5-4a45-872f-736750242a6e
,
f03459fc-01d8-4a38-bf9f-5c800f99abd1
}
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-09-24T08:05:38.599Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAtytpy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ca8f1b95-0989-40ea-9ff6-359697bf58f4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7dd3bbb0-b680-4cd2-9b35-0c9340846df0",
"vfModuleModelCustomizationUUID": "b6668941-5e9c-4ac1-ae15-219cf4fea043",
"isBase": true,
"artifacts": [
"811f665c-b4c5-4a45-872f-736750242a6e",
"f03459fc-01d8-4a38-bf9f-5c800f99abd1"
],
"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-09-24T08:05:38.599Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAtytpy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7dd3bbb0-b680-4cd2-9b35-0c9340846df0
VfModuleModelInvariantUUID:ca8f1b95-0989-40ea-9ff6-359697bf58f4
VfModuleModelDescription:NULL
Artifacts UUID List:{
811f665c-b4c5-4a45-872f-736750242a6e
,
f03459fc-01d8-4a38-bf9f-5c800f99abd1
}
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-09-24T08:05:38.599Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 811f665c-b4c5-4a45-872f-736750242a6e from URL: /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml
2021-09-24T08:05:38.600Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-24T08:05:38.600Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml
2021-09-24T08:05:39.952Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-24T08:05:39.952Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml 811f665c-b4c5-4a45-872f-736750242a6e 5033
2021-09-24T08:05:39.953Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-24T08:05:39.953Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml
2021-09-24T08:05:39.953Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:05:39.953Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:39.955Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:39.955Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470739953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:05:40.055Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:05:40.056Z||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-09-24T08:05:40.057Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:40.065Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:40.065Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:40.956Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f03459fc-01d8-4a38-bf9f-5c800f99abd1 from URL: /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env
2021-09-24T08:05:40.956Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-24T08:05:40.957Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env
2021-09-24T08:05:43.574Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-24T08:05:43.581Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env f03459fc-01d8-4a38-bf9f-5c800f99abd1 909
2021-09-24T08:05:43.582Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-24T08:05:43.582Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env
2021-09-24T08:05:43.583Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:05:43.583Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:43.590Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:43.590Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470743582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:05:43.695Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:05:43.696Z||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-09-24T08:05:43.696Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:43.709Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:43.710Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:44.595Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6a48323f-2508-4c45-ba5f-03a266451182
2021-09-24T08:05:44.595Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_AtYTPY 0 ea29d89e-0fdc-4ad6-96b2-795da17a8b31 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T08:05:44.613Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e5d1e19, org.onap.sdc.toscaparser.api.parameters.Input@187e8050, org.onap.sdc.toscaparser.api.parameters.Input@628ab848, org.onap.sdc.toscaparser.api.parameters.Input@3ef2ee40, org.onap.sdc.toscaparser.api.parameters.Input@18798251]
2021-09-24T08:05:44.615Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:44.623Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:44.623Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-09-24T08:05:44.623Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= cba54b87-a89f-42e9-a04a-2598640312da
2021-09-24T08:05:44.623Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cba54b87-a89f-42e9-a04a-2598640312da matches Tosca VF Customization UUID: cba54b87-a89f-42e9-a04a-2598640312da
2021-09-24T08:05:44.624Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: cba54b87-a89f-42e9-a04a-2598640312da matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-24T08:05:44.627Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:44.628Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:44.628Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id cba54b87-a89f-42e9-a04a-2598640312da: {\"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-09-24T08:05:44.629Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a3f25ef
2021-09-24T08:05:44.629Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:44.629Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T08:05:44.629Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6668941-5e9c-4ac1-ae15-219cf4fea043
2021-09-24T08:05:44.629Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6668941-5e9c-4ac1-ae15-219cf4fea043
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-24T08:05:44.632Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:44.632Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:44.632Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:05:44.632Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:44.632Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:44.633Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:05:44.633Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:44.633Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is not matching search criteria
2021-09-24T08:05:44.633Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-24T08:05:44.633Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T08:05:44.634Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b90a1a2f-e056-4134-a73c-1367f1ad7ccd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-24T08:05:44.636Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:44.636Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:44.636Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:05:44.637Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:44.637Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:44.637Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0] matching following query criteria: sdcType=VF, customizationUUID=cba54b87-a89f-42e9-a04a-2598640312da
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T08:05:44.639Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:44.639Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:44.639Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6a48323f-2508-4c45-ba5f-03a266451182: basic_onboard_AtYTPY
2021-09-24T08:05:44.639Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:44.639Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:44.639Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:44.639Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:44.640Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:44.640Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:44.640Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:44.640Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:44.640Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:05:44.640Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:44.640Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_AtYTPY
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-24T08:05:44.734Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_AtYTPY ea29d89e-0fdc-4ad6-96b2-795da17a8b31 1 ASDC deployResourceStructure
2021-09-24T08:05:44.735Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json ASDC sendASDCNotification
2021-09-24T08:05:44.735Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json
2021-09-24T08:05:44.735Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:05:44.735Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:44.737Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:44.737Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470744735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T08:05:44.847Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2021-09-24T08:05:44.848Z||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-09-24T08:05:44.848Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:44.866Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:44.866Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:45.738Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-24T08:05:45.738Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml
2021-09-24T08:05:45.738Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:05:45.739Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:45.740Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:45.740Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470745738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-24T08:05:45.843Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-24T08:05:45.843Z||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-09-24T08:05:45.844Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:45.855Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:45.856Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:46.741Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-24T08:05:46.741Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env
2021-09-24T08:05:46.742Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:05:46.742Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:46.743Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:46.744Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470746741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-24T08:05:46.844Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:05:46.845Z||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-09-24T08:05:46.845Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:46.854Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:46.854Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:47.744Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar ASDC sendASDCNotification
2021-09-24T08:05:47.745Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:47.745Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:05:47.745Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:47.747Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:47.747Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470747744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:05:47.847Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:05:47.848Z||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-09-24T08:05:47.848Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:47.862Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:05:47.862Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:48.748Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
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-09-24T08:05:48.759Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
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-09-24T08:05:48.762Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:05:48.762Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T08:05:48.762Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T08:05:48.762Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T08:05:48.763Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:05:48.763Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:05:48.763Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:05:48.763Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:05:48.763Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:05:48.764Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:05:48.764Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T08:05:48.769Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T08:06:18.770Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 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-09-24T08:06:18.780Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 and serviceModelVersionId: 6a48323f-2508-4c45-ba5f-03a266451182
2021-09-24T08:06:18.781Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00bfc565-29a3-4e6c-a353-e691f178f6e4
2021-09-24T08:06:18.782Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0
2021-09-24T08:06:18.787Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T08:06:18.847Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0|INFO|500||Invoke
2021-09-24T08:06:18.848Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e1206d5-e7c9-4a19-a6e3-66ac8dec8897], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[48de7587-93f2-4ba8-a0ba-b157d115e131], X-ECOMP-RequestID=[8e1206d5-e7c9-4a19-a6e3-66ac8dec8897], X-TransactionId=[], X-ONAP-RequestID=[8e1206d5-e7c9-4a19-a6e3-66ac8dec8897], Content-Type=[application/merge-patch+json]}
2021-09-24T08:06:18.875Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-24T08:06:19.405Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210924-08:06:18:907-2760], vertex-id=[352352], Content-Length=[0], Date=[Fri, 24 Sep 2021 08:06:18 GMT], Content-Type=[application/json]}
2021-09-24T08:06:19.405Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T08:06:19.406Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0|INFO|500||InvokeReturn
2021-09-24T08:06:19.407Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T08:06:19.407Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T08:06:19.418Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T08:06:19.418Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T08:06:19.418Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T08:06:19.419Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:06:19.421Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:06:19.421Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470779418,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:06:19.521Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:06:19.522Z||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-09-24T08:06:19.523Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:06:19.541Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:06:19.542Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T08:06:25.241Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:06:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-09-24T08:06:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:06:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:06:25.245Z||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-09-24T08:06:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:06:25.396Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:06:25.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:06:25.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470725241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:06:25.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:06:34.788Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:07:25.241Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:07:25.244Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-09-24T08:07:25.244Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:07:25.245Z||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-09-24T08:07:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:07:25.244Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:07:25.809Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:07:25.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470725241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T08:07:25.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-24T08:07:25.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470725241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-24T08:07:25.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-24T08:07:25.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470725241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470725241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470725241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470725241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470733248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470737584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470739953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470743582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470744735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470745738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470746741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470747744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632470779418,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:34.827Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:08:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:08:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:08:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:08:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:08:25.245Z||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-09-24T08:08:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:08:34.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:08:34.830Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:09:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:09:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:09:25.244Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:09:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:09:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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-09-24T08:09:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:09:34.803Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:09:34.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:10:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:10:25.244Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:10:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:10:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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-09-24T08:10:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:10:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:10:34.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:10:34.810Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:11:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:11:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:11:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:11:25.245Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:11:25.246Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-09-24T08:11:25.246Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:11:34.870Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:11:34.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:12:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:12:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:12:25.245Z||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-09-24T08:12:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:12:25.246Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:12:25.247Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:12:34.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:12:34.823Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:13:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:13:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:13:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:13:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:13:25.244Z||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-09-24T08:13:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:13:34.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:13:34.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:14:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:14:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:14:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:14:25.244Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:14:25.244Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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-09-24T08:14:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:14:34.799Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:14:34.799Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:15:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:15:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:15:25.243Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:15:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:15:25.245Z||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-09-24T08:15:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:15:34.794Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:15:34.810Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:16:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:16:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:16:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:16:25.245Z||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-09-24T08:16:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:16:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:16:34.792Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:16:34.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:17:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:17:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:17:25.245Z||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-09-24T08:17:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:17:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:17:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:17:34.800Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:17:34.827Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:18:25.243Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:18:25.244Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:18:25.246Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:18:25.246Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-09-24T08:18:25.246Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:18:25.246Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:18:34.793Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:18:34.802Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:19:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:19:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:19:25.245Z||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-09-24T08:19:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:19:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:19:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:19:25.891Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:19:25.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471528704,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:19:25.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "aai-ml",
"timestamp": 1632471525849,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:19:25.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "dcae-sch",
"timestamp": 1632471525734,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:19:25.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "cds",
"timestamp": 1632471528709,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:19:25.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471523464,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:19:25.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471529504,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:19:25.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "aai-ml",
"timestamp": 1632471525849,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:19:25.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:19:25.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471528704,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:19:25.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "cds",
"timestamp": 1632471528709,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:19:25.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:19:25.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "dcae-sch",
"timestamp": 1632471525734,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:19:25.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471523464,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:19:25.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:19:25.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471529504,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:19:25.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:19:25.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "aai-ml",
"timestamp": 1632471532883,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:19:25.904Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "cds",
"timestamp": 1632471533141,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:19:25.904Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471533141,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:19:25.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "cds",
"timestamp": 1632471534147,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-09-24T08:19:25.909Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:19:25.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d51d13b1-daa9-4221-8c56-1ba07dd3e8a3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8a3881af-dd59-4767-aab9-40443ca9166b","serviceDescription":"service","serviceInvariantUUID":"f6817060-4654-48e9-990a-7ae96240ca9b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"81faa2d1-de31-4657-bbc8-4981722e780c","resourceInvariantUUID":"356bcf3e-5c66-44c9-917f-fb73ccdf7557","resourceCustomizationUUID":"4de4d9cd-b4d3-4336-bc3f-9d1017e1d83c","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"YmY4MGZmOTNkY2Q5YTZjZmMyNDlmODY4NDUzZjhmYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9944b19-a906-443c-ae72-70bc09e4d8ab","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2FkNDM0OTczYzkwOTYxMjViNmJlNzQ4NzcyMzQ0Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bde043f8-5cc6-4f2d-b5f6-fe78c98b31b4","artifactVersion":"1"}],"workloadContext":"Production"}
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-09-24T08:19:25.930Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d51d13b1-daa9-4221-8c56-1ba07dd3e8a3
2021-09-24T08:19:25.931Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d51d13b1-daa9-4221-8c56-1ba07dd3e8a3 and ComponentName cds
2021-09-24T08:19:25.931Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:19:25.932Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
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-09-24T08:19:25.939Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:19:25.939Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471565242,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471535047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:19:25.941Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471536053,
"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-09-24T08:19:25.946Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d51d13b1-daa9-4221-8c56-1ba07dd3e8a3
2021-09-24T08:19:25.947Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d51d13b1-daa9-4221-8c56-1ba07dd3e8a3 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-09-24T08:19:25.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "aai-ml",
"timestamp": 1632471538187,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:19:25.958Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "clamp",
"timestamp": 1632471538450,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:19:25.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "aai-ml",
"timestamp": 1632471539192,
"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-09-24T08:19:25.964Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d51d13b1-daa9-4221-8c56-1ba07dd3e8a3
2021-09-24T08:19:25.964Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d51d13b1-daa9-4221-8c56-1ba07dd3e8a3 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-09-24T08:19:25.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "policy-id",
"timestamp": 1632471539067,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:19:25.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "clamp",
"timestamp": 1632471538450,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:19:25.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:19:25.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "policy-id",
"timestamp": 1632471539067,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:19:25.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T08:19:25.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "policy-id",
"timestamp": 1632471545959,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:19:25.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "policy-id",
"timestamp": 1632471546968,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:19:25.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "policy-id",
"timestamp": 1632471547975,
"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-09-24T08:19:25.979Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d51d13b1-daa9-4221-8c56-1ba07dd3e8a3
2021-09-24T08:19:25.979Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d51d13b1-daa9-4221-8c56-1ba07dd3e8a3 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-09-24T08:19:25.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "clamp",
"timestamp": 1632471551402,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:19:25.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "clamp",
"timestamp": 1632471553410,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:19:25.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "clamp",
"timestamp": 1632471554414,
"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-09-24T08:19:25.993Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d51d13b1-daa9-4221-8c56-1ba07dd3e8a3
2021-09-24T08:19:25.993Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d51d13b1-daa9-4221-8c56-1ba07dd3e8a3 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-09-24T08:19:26.039Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:19:26.040Z||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-09-24T08:19:26.040Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:19:26.052Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:19:26.053Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:19:26.940Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:19:26.940Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:19:26.942Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:19:26.943Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471565242,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:19:27.043Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:19:27.044Z||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-09-24T08:19:27.044Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:19:27.059Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:19:27.060Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:19:27.943Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "8a3881af-dd59-4767-aab9-40443ca9166b",
"serviceDescription": "service",
"serviceInvariantUUID": "f6817060-4654-48e9-990a-7ae96240ca9b",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "4de4d9cd-b4d3-4336-bc3f-9d1017e1d83c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "81faa2d1-de31-4657-bbc8-4981722e780c",
"resourceInvariantUUID": "356bcf3e-5c66-44c9-917f-fb73ccdf7557",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "N2FkNDM0OTczYzkwOTYxMjViNmJlNzQ4NzcyMzQ0Mzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bde043f8-5cc6-4f2d-b5f6-fe78c98b31b4"
}
],
"workloadContext": "Production"
}
2021-09-24T08:19:27.944Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T08:19:27.944Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8a3881af-dd59-4767-aab9-40443ca9166b ASDC
2021-09-24T08:19:27.945Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d51d13b1-daa9-4221-8c56-1ba07dd3e8a3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8a3881af-dd59-4767-aab9-40443ca9166b
ServiceInvariantUUID:f6817060-4654-48e9-990a-7ae96240ca9b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:bde043f8-5cc6-4f2d-b5f6-fe78c98b31b4
ArtifactChecksum:N2FkNDM0OTczYzkwOTYxMjViNmJlNzQ4NzcyMzQ0Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4de4d9cd-b4d3-4336-bc3f-9d1017e1d83c
ResourceInvariantUUID:356bcf3e-5c66-44c9-917f-fb73ccdf7557
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:81faa2d1-de31-4657-bbc8-4981722e780c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-24T08:19:27.945Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a3881af-dd59-4767-aab9-40443ca9166b 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-09-24T08:19:27.976Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:19:27.977Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-24T08:19:27.978Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-24T08:19:27.978Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bde043f8-5cc6-4f2d-b5f6-fe78c98b31b4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-24T08:19:27.978Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-24T08:19:27.978Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-24T08:19:29.240Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-24T08:19:29.242Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bde043f8-5cc6-4f2d-b5f6-fe78c98b31b4 52170
2021-09-24T08:19:29.242Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-24T08:19:29.242Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-24T08:19:29.243Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:19:29.243Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:19:29.245Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:19:29.245Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471569242,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:19:29.345Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:19:29.346Z||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-09-24T08:19:29.346Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:19:29.357Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:19:29.358Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:19:30.245Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:19:30.246Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-24T08:19:30.246Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bde043f8-5cc6-4f2d-b5f6-fe78c98b31b4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.247Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-24T08:19:30.248Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.248Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.373Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7134401451571702837/Definitions/service-BasicNetwork-template.yml
2021-09-24T08:19:30.928Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T08:19:30.929Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-24T08:19:30.929Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.929Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-24T08:19:30.929Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.929Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.929Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.929Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.930Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||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-BasicNetwork-csar.csar
2021-09-24T08:19:30.930Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.930Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.930Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.930Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-24T08:19:30.931Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:19:30.931Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.931Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-24T08:19:30.931Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-24T08:19:30.932Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:19:30.932Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:19:30.932Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.932Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-24T08:19:30.932Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-24T08:19:30.933Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:19:30.933Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:19:30.933Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.933Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:19:30.933Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.934Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:19:30.934Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.934Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:19:30.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:19:30.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:8a3881af-dd59-4767-aab9-40443ca9166b
Model Version:NULL
Model InvariantUuid:f6817060-4654-48e9-990a-7ae96240ca9b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:356bcf3e-5c66-44c9-917f-fb73ccdf7557
Model UUID:5a64714b-eec8-4067-aabf-60016d02f169
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:4de4d9cd-b4d3-4336-bc3f-9d1017e1d83c
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-24T08:19:30.941Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 81faa2d1-de31-4657-bbc8-4981722e780c
2021-09-24T08:19:30.941Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||No resources found for Service: 8a3881af-dd59-4767-aab9-40443ca9166b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T08:19:30.947Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||
2021-09-24T08:19:30.947Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-24T08:19:30.948Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 8a3881af-dd59-4767-aab9-40443ca9166b
2021-09-24T08:19:30.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8a3881af-dd59-4767-aab9-40443ca9166b
2021-09-24T08:19:30.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-24T08:19:30.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T08:19:30.953Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@201fcc79, org.onap.sdc.toscaparser.api.parameters.Input@7e991507, org.onap.sdc.toscaparser.api.parameters.Input@126cbc9d, org.onap.sdc.toscaparser.api.parameters.Input@38c4c796, org.onap.sdc.toscaparser.api.parameters.Input@66e6a8f3]
2021-09-24T08:19:30.954Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:19:30.955Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.955Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:19:30.955Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.956Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8a3881af-dd59-4767-aab9-40443ca9166b: Generic NeutronNet
2021-09-24T08:19:30.956Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:19:30.956Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.956Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:19:30.957Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-24T08:19:30.997Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:19:30.998Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.998Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:19:30.998Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.999Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:19:30.999Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.999Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_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 network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) 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 (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-24T08:19:31.055Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-24T08:19:31.055Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-24T08:19:31.055Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-24T08:19:31.056Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:19:31.057Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:19:31.059Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:19:31.059Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471571055,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:19:31.159Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:19:31.160Z||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-09-24T08:19:31.160Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:19:31.169Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:19:31.170Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:19:32.060Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d51d13b1-daa9-4221-8c56-1ba07dd3e8a3
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-09-24T08:19:32.069Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d51d13b1-daa9-4221-8c56-1ba07dd3e8a3
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-09-24T08:19:32.073Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:19:32.073Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T08:19:32.073Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T08:19:32.073Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T08:19:32.074Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:19:32.074Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:19:32.074Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:19:32.074Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:19:32.074Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:19:32.074Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T08:19:32.074Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||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-09-24T08:19:32.079Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T08:20:02.079Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d51d13b1-daa9-4221-8c56-1ba07dd3e8a3 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-09-24T08:20:02.090Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d51d13b1-daa9-4221-8c56-1ba07dd3e8a3 and serviceModelVersionId: 8a3881af-dd59-4767-aab9-40443ca9166b
2021-09-24T08:20:02.090Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f6817060-4654-48e9-990a-7ae96240ca9b
2021-09-24T08:20:02.092Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0
2021-09-24T08:20:02.098Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T08:20:02.182Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0|INFO|500||Invoke
2021-09-24T08:20:02.183Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d51d13b1-daa9-4221-8c56-1ba07dd3e8a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[468b5b6e-ca12-441f-9f80-c0f351ddf361], X-ECOMP-RequestID=[d51d13b1-daa9-4221-8c56-1ba07dd3e8a3], X-TransactionId=[], X-ONAP-RequestID=[d51d13b1-daa9-4221-8c56-1ba07dd3e8a3], Content-Type=[application/merge-patch+json]}
2021-09-24T08:20:02.209Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-24T08:20:02.729Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210924-08:20:02:250-28537], vertex-id=[258112], Content-Length=[0], Date=[Fri, 24 Sep 2021 08:20:02 GMT], Content-Type=[application/json]}
2021-09-24T08:20:02.729Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T08:20:02.730Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0|INFO|500||InvokeReturn
2021-09-24T08:20:02.731Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T08:20:02.731Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T08:20:02.736Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||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-09-24T08:20:02.737Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d51d13b1-daa9-4221-8c56-1ba07dd3e8a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T08:20:02.737Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T08:20:02.738Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:20:02.742Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:20:02.742Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471602737,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:20:02.844Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-24T08:20:02.845Z||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-09-24T08:20:02.846Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:20:02.857Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:20:02.857Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T08:20:25.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:20:25.250Z||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-09-24T08:20:25.251Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:20:25.252Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:20:25.253Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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-09-24T08:20:25.253Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:20:25.387Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:20:25.388Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:20:25.388Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471565242,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:20:25.390Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:20:34.820Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:21:25.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:21:25.245Z||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-09-24T08:21:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:21:25.249Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:21:25.249Z||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-09-24T08:21:25.249Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:21:25.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:21:25.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T08:21:25.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471565242,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:21:25.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-24T08:21:25.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T08:21:25.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471569242,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:21:25.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:21:25.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T08:21:25.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471571055,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:21:25.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:21:25.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T08:21:25.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471602737,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:21:25.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:21:34.793Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:22:25.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:22:25.244Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:22:25.246Z||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-09-24T08:22:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:22:25.246Z||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-09-24T08:22:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:22:34.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:22:34.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:23:25.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:23:25.244Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:23:25.246Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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-09-24T08:23:25.246Z||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-09-24T08:23:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:23:25.246Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:23:25.389Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:23:25.862Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.868Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "cds",
"timestamp": 1632471753709,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.869Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.869Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.869Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "policy-id",
"timestamp": 1632471759057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.870Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.870Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.870Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "cds",
"timestamp": 1632471753709,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.870Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.870Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.870Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "policy-id",
"timestamp": 1632471759057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.870Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.871Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.871Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471763459,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.871Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.871Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.871Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "cds",
"timestamp": 1632471753709,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.872Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.872Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.872Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "policy-id",
"timestamp": 1632471759057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-24T08:23:25.872Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.872Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.872Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471763459,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.873Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.873Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.873Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "policy-id",
"timestamp": 1632471759057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.873Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.873Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.873Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "cds",
"timestamp": 1632471753709,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.874Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.874Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.874Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471763459,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "dcae-sch",
"timestamp": 1632471765733,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "aai-ml",
"timestamp": 1632471765851,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "policy-id",
"timestamp": 1632471759057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "cds",
"timestamp": 1632471753709,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471763459,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "dcae-sch",
"timestamp": 1632471765733,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "aai-ml",
"timestamp": 1632471765851,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "policy-id",
"timestamp": 1632471759057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "cds",
"timestamp": 1632471753709,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.878Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.878Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.878Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471763459,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.878Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.878Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.878Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "dcae-sch",
"timestamp": 1632471765733,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.878Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "aai-ml",
"timestamp": 1632471765851,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "cds",
"timestamp": 1632471753709,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "policy-id",
"timestamp": 1632471759057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471763459,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471768708,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "dcae-sch",
"timestamp": 1632471765733,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.883Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "aai-ml",
"timestamp": 1632471765851,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.884Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.884Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.884Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471763459,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:23:25.884Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.884Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.884Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471769503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.887Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.888Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.888Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471768708,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.888Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.889Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.889Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "dcae-sch",
"timestamp": 1632471765733,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.889Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.890Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.890Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "aai-ml",
"timestamp": 1632471765851,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.890Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.890Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.891Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "policy-id",
"timestamp": 1632471770794,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:23:25.891Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.891Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.891Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471769503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T08:23:25.892Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.892Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.892Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "cds",
"timestamp": 1632471771255,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:23:25.892Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.893Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.893Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471768708,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.893Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.893Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.894Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "dcae-sch",
"timestamp": 1632471765733,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.894Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.895Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.895Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "aai-ml",
"timestamp": 1632471765851,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.897Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.897Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.897Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "policy-id",
"timestamp": 1632471771804,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:23:25.899Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.900Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.900Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471772151,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:23:25.901Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.901Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.901Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471769503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-24T08:23:25.902Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.903Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.903Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "cds",
"timestamp": 1632471772263,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-09-24T08:23:25.914Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:23:25.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5bd6d9a8-ced6-417f-9664-82ab8b93a486","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8cbf0cc5-d6c1-450c-9a44-183bfc776ea9","serviceDescription":"service","serviceInvariantUUID":"5d6190ff-3d7d-4152-998a-7f3c53f02404","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29994cd7-4722-48e5-8361-db4850596d21","resourceInvariantUUID":"4d438992-a1fd-441f-bae9-1a0bc6a1d00e","resourceCustomizationUUID":"10502721-65a1-4f12-9547-f97cf54335dc","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":"NDIzOTFmYzZhZDllNDIxMTVkZDg2NWMwMGFjNTMzY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b022e6a-4121-4eb5-823c-83d31fe0ef40","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":"NDRjZWJkNzU0ODY4NmExYzU0NGQwYWY3MzZhODY0ZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1589e1f5-8567-4dd2-88b4-f65c72188b9b","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":"cbb317c7-1cd4-4616-a225-47dac44c30bc","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":"b2031ee9-0fe3-4ccf-8d1c-de427c8c8e25","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":"c5209bbe-059f-43ef-87f9-eeb4c360220f","artifactVersion":"2","generatedFromUUID":"cbb317c7-1cd4-4616-a225-47dac44c30bc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTk5NTYyMjI4MTZiMjdiMmRhODBjM2M4NTdiZjJkOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18ef544e-17c3-4a64-aaa1-b8d74348884f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDdjMGY5NGNiZWIzODdlMGFiZDEzZmU5YTM3NjAzZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76c86b69-3412-4331-b228-084d3ef06369","artifactVersion":"1"}],"workloadContext":"Production"}
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-09-24T08:23:25.918Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:23:25.919Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T08:23:25.923Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:25.923Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471805241,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.925Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5bd6d9a8-ced6-417f-9664-82ab8b93a486
2021-09-24T08:23:25.925Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd6d9a8-ced6-417f-9664-82ab8b93a486 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-09-24T08:23:25.934Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.934Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471768708,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.934Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.934Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.934Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "dcae-sch",
"timestamp": 1632471765733,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "aai-ml",
"timestamp": 1632471765851,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:23:25.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.936Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "policy-id",
"timestamp": 1632471772809,
"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-09-24T08:23:25.940Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bd6d9a8-ced6-417f-9664-82ab8b93a486
2021-09-24T08:23:25.940Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd6d9a8-ced6-417f-9664-82ab8b93a486 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-09-24T08:23:25.947Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.948Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471769503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.948Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.948Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.948Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471768708,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.948Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.948Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.948Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471769503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-24T08:23:25.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471768708,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "aai-ml",
"timestamp": 1632471774945,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:23:25.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.950Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471769503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.950Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.950Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.950Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471775220,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:23:25.950Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.950Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.950Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471768708,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.951Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.951Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.951Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471769503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:23:25.951Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.951Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.951Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471776229,
"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-09-24T08:23:25.957Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5bd6d9a8-ced6-417f-9664-82ab8b93a486
2021-09-24T08:23:25.957Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd6d9a8-ced6-417f-9664-82ab8b93a486 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-09-24T08:23:25.964Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.964Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471778215,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:23:25.964Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.964Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.965Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "clamp",
"timestamp": 1632471778451,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.965Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.965Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.965Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "clamp",
"timestamp": 1632471778451,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T08:23:25.965Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.965Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.965Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "clamp",
"timestamp": 1632471778451,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.965Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.966Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.966Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471782037,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:23:25.966Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.966Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.966Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "clamp",
"timestamp": 1632471778451,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.966Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.966Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.967Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "clamp",
"timestamp": 1632471778451,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.967Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.967Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.967Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "clamp",
"timestamp": 1632471778451,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.967Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.967Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.967Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "clamp",
"timestamp": 1632471778451,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:23:25.967Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.968Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.968Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471787934,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:23:25.968Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.968Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.968Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471788964,
"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-09-24T08:23:25.980Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bd6d9a8-ced6-417f-9664-82ab8b93a486
2021-09-24T08:23:25.981Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd6d9a8-ced6-417f-9664-82ab8b93a486 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-09-24T08:23:25.988Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.988Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "aai-ml",
"timestamp": 1632471789143,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:23:25.988Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.989Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.989Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "cds",
"timestamp": 1632471783709,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.989Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.989Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.990Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471788702,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.990Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.990Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.990Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "dcae-sch",
"timestamp": 1632471785733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.991Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:25.991Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.991Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471789973,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T08:23:25.991Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.991Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.992Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "aai-ml",
"timestamp": 1632471790148,
"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-09-24T08:23:25.997Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5bd6d9a8-ced6-417f-9664-82ab8b93a486
2021-09-24T08:23:25.997Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd6d9a8-ced6-417f-9664-82ab8b93a486 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-09-24T08:23:26.007Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.007Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471788702,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.007Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.007Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "cds",
"timestamp": 1632471783709,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "dcae-sch",
"timestamp": 1632471785733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471790978,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "cds",
"timestamp": 1632471783709,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471788702,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "dcae-sch",
"timestamp": 1632471785733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471790978,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "cds",
"timestamp": 1632471783709,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471788702,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "dcae-sch",
"timestamp": 1632471785733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471790978,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "cds",
"timestamp": 1632471783709,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471788702,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "dcae-sch",
"timestamp": 1632471785733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471793459,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471790978,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "cds",
"timestamp": 1632471783709,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471788702,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "dcae-sch",
"timestamp": 1632471785733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471793459,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471790978,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "cds",
"timestamp": 1632471783709,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471788702,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "dcae-sch",
"timestamp": 1632471785733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471793459,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "clamp",
"timestamp": 1632471796477,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "aai-ml",
"timestamp": 1632471795849,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471790978,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "cds",
"timestamp": 1632471783709,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471788702,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "dcae-sch",
"timestamp": 1632471785733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471793459,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "aai-ml",
"timestamp": 1632471795849,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471790978,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "ves-openapi-manager",
"timestamp": 1632471788702,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "dcae-sch",
"timestamp": 1632471785733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "cds",
"timestamp": 1632471783709,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471793459,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "aai-ml",
"timestamp": 1632471795849,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471790978,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471793459,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "clamp",
"timestamp": 1632471799477,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "aai-ml",
"timestamp": 1632471795849,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471790978,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "policy-id",
"timestamp": 1632471799057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.021Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471793459,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.021Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.021Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.021Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "clamp",
"timestamp": 1632471800480,
"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-09-24T08:23:26.023Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:23:26.025Z||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-09-24T08:23:26.025Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:26.030Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5bd6d9a8-ced6-417f-9664-82ab8b93a486
2021-09-24T08:23:26.030Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd6d9a8-ced6-417f-9664-82ab8b93a486 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-09-24T08:23:26.038Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:23:26.038Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:23:26.039Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.039Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "aai-ml",
"timestamp": 1632471795849,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.039Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.039Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "policy-id",
"timestamp": 1632471799057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471793459,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "cds",
"timestamp": 1632471801447,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "aai-ml",
"timestamp": 1632471795849,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "policy-id",
"timestamp": 1632471799057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632471793459,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "cds",
"timestamp": 1632471802457,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T08:23:26.055Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f868bdbf-1d52-4acf-8706-48fab7761053
2021-09-24T08:23:26.055Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f868bdbf-1d52-4acf-8706-48fab7761053 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-09-24T08:23:26.071Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.071Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "aai-ml",
"timestamp": 1632471795849,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.071Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.071Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.071Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "policy-id",
"timestamp": 1632471799057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.071Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.071Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "aai-ml",
"timestamp": 1632471795849,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "policy-id",
"timestamp": 1632471799057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632471804128,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "aai-ml",
"timestamp": 1632471795849,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
"consumerID": "policy-id",
"timestamp": 1632471799057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.073Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T08:23:26.924Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:23:26.925Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:26.927Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:26.927Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471805241,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T08:23:27.028Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:23:27.028Z||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-09-24T08:23:27.029Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:27.038Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:23:27.038Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:27.928Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:23:27.930Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:27.932Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:27.933Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471805241,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-24T08:23:28.033Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:23:28.033Z||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-09-24T08:23:28.034Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:28.040Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:23:28.041Z||pool-42-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:28.933Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:23:28.933Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:28.936Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:28.936Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471805241,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:29.037Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:23:29.037Z||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-09-24T08:23:29.037Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:29.048Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:23:29.048Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:29.937Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:23:29.937Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:29.940Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:29.940Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471805241,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-24T08:23:30.040Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:23:30.041Z||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-09-24T08:23:30.041Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:30.049Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:23:30.050Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:30.940Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:23:30.941Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:30.942Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:30.943Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471805241,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T08:23:31.043Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:23:31.044Z||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-09-24T08:23:31.044Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:31.054Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:23:31.054Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:31.943Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:23:31.945Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:31.946Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:31.947Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471805241,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T08:23:32.047Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:23:32.047Z||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-09-24T08:23:32.048Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:32.068Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:23:32.068Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:32.948Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "8cbf0cc5-d6c1-450c-9a44-183bfc776ea9",
"serviceDescription": "service",
"serviceInvariantUUID": "5d6190ff-3d7d-4152-998a-7f3c53f02404",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "10502721-65a1-4f12-9547-f97cf54335dc",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "29994cd7-4722-48e5-8361-db4850596d21",
"resourceInvariantUUID": "4d438992-a1fd-441f-bae9-1a0bc6a1d00e",
"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": "NDRjZWJkNzU0ODY4NmExYzU0NGQwYWY3MzZhODY0ZGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1589e1f5-8567-4dd2-88b4-f65c72188b9b",
"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": "cbb317c7-1cd4-4616-a225-47dac44c30bc",
"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": "c5209bbe-059f-43ef-87f9-eeb4c360220f",
"generatedFromUUID": "cbb317c7-1cd4-4616-a225-47dac44c30bc"
},
"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": "c5209bbe-059f-43ef-87f9-eeb4c360220f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZDdjMGY5NGNiZWIzODdlMGFiZDEzZmU5YTM3NjAzZjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "76c86b69-3412-4331-b228-084d3ef06369"
}
],
"workloadContext": "Production"
}
2021-09-24T08:23:32.948Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T08:23:32.949Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8cbf0cc5-d6c1-450c-9a44-183bfc776ea9 ASDC
2021-09-24T08:23:32.950Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5bd6d9a8-ced6-417f-9664-82ab8b93a486
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8cbf0cc5-d6c1-450c-9a44-183bfc776ea9
ServiceInvariantUUID:5d6190ff-3d7d-4152-998a-7f3c53f02404
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:76c86b69-3412-4331-b228-084d3ef06369
ArtifactChecksum:ZDdjMGY5NGNiZWIzODdlMGFiZDEzZmU5YTM3NjAzZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:10502721-65a1-4f12-9547-f97cf54335dc
ResourceInvariantUUID:4d438992-a1fd-441f-bae9-1a0bc6a1d00e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:29994cd7-4722-48e5-8361-db4850596d21
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:1589e1f5-8567-4dd2-88b4-f65c72188b9b
ArtifactChecksum:NDRjZWJkNzU0ODY4NmExYzU0NGQwYWY3MzZhODY0ZGY=
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:cbb317c7-1cd4-4616-a225-47dac44c30bc
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:c5209bbe-059f-43ef-87f9-eeb4c360220f
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:c5209bbe-059f-43ef-87f9-eeb4c360220f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-24T08:23:32.950Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8cbf0cc5-d6c1-450c-9a44-183bfc776ea9 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-09-24T08:23:32.986Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:23:32.987Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-24T08:23:32.987Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-24T08:23:32.987Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 76c86b69-3412-4331-b228-084d3ef06369 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-24T08:23:32.987Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-24T08:23:32.988Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-24T08:23:34.147Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-24T08:23:34.151Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 76c86b69-3412-4331-b228-084d3ef06369 70860
2021-09-24T08:23:34.152Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-24T08:23:34.152Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-24T08:23:34.152Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:23:34.153Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:34.155Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:34.155Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632471814152,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T08:23:34.256Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:23:34.257Z||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-09-24T08:23:34.257Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:34.301Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T08:23:34.301Z||pool-47-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:35.156Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:23:35.157Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-24T08:23:35.157Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 76c86b69-3412-4331-b228-084d3ef06369, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:35.175Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-24T08:23:35.176Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:35.176Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:35.514Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14266304051573804542/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-09-24T08:23:36.904Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||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-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||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-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||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-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||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-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||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-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||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-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||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-09-24T08:23:36.906Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||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-09-24T08:23:36.906Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||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-09-24T08:23:36.906Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-24T08:23:36.906Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:23:36.906Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:36.906Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T08:23:36.906Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-24T08:23:36.907Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:23:36.907Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:23:36.907Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:36.907Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T08:23:36.907Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-24T08:23:36.907Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:23:36.908Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:23:36.908Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:36.908Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:23:36.908Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-24T08:23:36.908Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-24T08:23:36.908Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-24T08:23:36.908Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-24T08:23:36.909Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-24T08:23:36.909Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T08:23:36.909Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:23:36.909Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T08:23:36.909Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:23:36.909Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T08:23:36.909Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:23:36.910Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:23:36.910Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T08:23:36.910Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:23:36.910Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T08:23:36.911Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T08:23:36.911Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:23:36.911Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery