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-10T06:31:16.351Z||main|||||INFO|500||The following profiles are active: basic
2021-09-10T06:31:30.481Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-10T06:31:30.482Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-10T06:31:30.703Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-10T06:31:35.840Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-10T06:31:36.285Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-10T06:31:37.011Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-10T06:31:37.019Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-10T06:31:37.272Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-10T06:31:37.710Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-10T06:31:38.569Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-10T06:31:45.557Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-10T06:31:48.185Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-10T06:31:48.252Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-10T06:31:48.945Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-10T06:31:49.125Z||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-10T06:31:50.546Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-10T06:31:51.833Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-10T06:31:51.887Z||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$$b734f26c.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-10T06:31:51.888Z||main|||||WARN|500||The sdc end point is not alive
2021-09-10T06:31:55.758Z||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-10T06:31:58.651Z||main|||||WARN|500||---
2021-09-10T06:31:58.652Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-10T06:31:58.652Z||main|||||WARN|500||---
2021-09-10T06:31:59.201Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-10T06:32:04.582Z||main|||||INFO|500||Started Application in 52.526 seconds (JVM running for 58.459)
2021-09-10T06:32:04.605Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-10T06:32:04.608Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-10T06:32:04.628Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-10T06:32:04.659Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-10T06:32:04.700Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f4bb3cab-4a3f-46be-ba4f-05f7084410aa url= /sdc/v1/artifactTypes
2021-09-10T06:32:04.701Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-10T06:32:05.037Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-10T06:32:05.056Z||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-10T06:32:05.076Z||scheduling-1|||||DEBUG|500||create keys
2021-09-10T06:32:05.087Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-10T06:32:05.123Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:32:05.150Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9ece0642-9b37-47c2-8a1b-7653071b27f0 url= /sdc/v1/registerForDistribution
2021-09-10T06:32:05.274Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9ece0642-9b37-47c2-8a1b-7653071b27f0 url= /sdc/v1/registerForDistribution
2021-09-10T06:32:05.275Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-10T06:32:05.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:32:05.288Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:32:05.294Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-10T06:32:05.295Z||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-10T06:32:05.295Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:32:05.301Z||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-10T06:32:05.302Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:32:15.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:32:15.732Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:33:05.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:33:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:33:05.289Z||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-10T06:33:05.294Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:33:05.297Z||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-10T06:33:05.297Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:33:14.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:33:14.945Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:34:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:34:05.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:34:05.289Z||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-10T06:34:05.289Z||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-10T06:34:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:34:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:34:14.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:34:14.898Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:35:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:35:05.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:35:05.288Z||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-10T06:35:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:35:05.292Z||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-10T06:35:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:35:14.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:35:14.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:36:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:36:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:36:05.287Z||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-10T06:36:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:36:05.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T06:36:05.288Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T06:36:14.853Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:36:14.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:37:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:37:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:37:05.289Z||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-10T06:37:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:37:05.289Z||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-10T06:37:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:37:14.853Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:37:14.854Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:38:05.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:38:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:38:05.288Z||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-10T06:38:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:38:05.288Z||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-10T06:38:05.297Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:38:14.857Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:38:14.861Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:39:05.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:39:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:39:05.288Z||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-10T06:39:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:39:05.288Z||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-10T06:39:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:39:14.836Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:39:14.836Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:40:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:40:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:40:05.296Z||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-10T06:40:05.296Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:40:05.297Z||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-10T06:40:05.297Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:40:14.855Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:40:14.862Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:41:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:41:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:41:05.290Z||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-10T06:41:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:41:05.290Z||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-10T06:41:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:41:14.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:41:14.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:41:41.739Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-10T06:42:05.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:42:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:42:05.291Z||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-10T06:42:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:42:05.291Z||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-10T06:42:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:42:14.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:42:14.860Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:43:05.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:43:05.284Z||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-10T06:43:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:43:05.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:43:05.287Z||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-10T06:43:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:43:14.839Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:43:14.862Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:44:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:44:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:44:05.288Z||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-10T06:44:05.288Z||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-10T06:44:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:44:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:44:14.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:44:14.855Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:45:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:45:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:45:05.288Z||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-10T06:45:05.288Z||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-10T06:45:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:45:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:45:14.843Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:45:14.850Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:46:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:46:05.287Z||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-10T06:46:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:46:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:46:05.292Z||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-10T06:46:05.293Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:46:14.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:46:14.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:47:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:47:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:47:05.287Z||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-10T06:47:05.287Z||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-10T06:47:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:47:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:47:14.849Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:47:14.851Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:48:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:48:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:48:05.287Z||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-10T06:48:05.287Z||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-10T06:48:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:48:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:48:14.840Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:48:14.842Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:49:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:49:05.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:49:05.287Z||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-10T06:49:05.287Z||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-10T06:49:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:49:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:49:14.852Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:49:14.852Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:50:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:50:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:50:05.288Z||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-10T06:50:05.288Z||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-10T06:50:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:50:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:50:14.857Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:50:14.857Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:51:05.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:51:05.284Z||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-10T06:51:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:51:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:51:05.287Z||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-10T06:51:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:51:14.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:51:14.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:52:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:52:05.286Z||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-10T06:52:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:52:05.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:52:05.289Z||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-10T06:52:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:52:14.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:52:14.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:53:05.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:53:05.284Z||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-10T06:53:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:53:05.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:53:05.287Z||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-10T06:53:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:53:14.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:53:14.883Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:54:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:54:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:54:05.287Z||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-10T06:54:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:54:05.287Z||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-10T06:54:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:54:14.859Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:54:14.866Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:55:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:55:05.285Z||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-10T06:55:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:55:05.286Z||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-10T06:55:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:55:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:55:14.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:55:14.836Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:56:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:56:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:56:05.287Z||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-10T06:56:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:56:05.289Z||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-10T06:56:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:56:14.848Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:56:14.847Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:57:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:57:05.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:57:05.286Z||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-10T06:57:05.286Z||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-10T06:57:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:57:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:57:14.841Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:57:14.854Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:58:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:58:05.287Z||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-10T06:58:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:58:05.290Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:58:05.290Z||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-10T06:58:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:58:14.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:58:14.837Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:59:05.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:59:05.284Z||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-10T06:59:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:59:05.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T06:59:05.286Z||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-10T06:59:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T06:59:14.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T06:59:14.833Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:00:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:00:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:00:05.286Z||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-10T07:00:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:00:05.286Z||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-10T07:00:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:00:14.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:00:14.839Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:01:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:01:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:01:05.286Z||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-10T07:01:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:01:05.286Z||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-10T07:01:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:01:14.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:01:14.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:02:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:02:05.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:02:05.286Z||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-10T07:02:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:02:05.286Z||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-10T07:02:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:02:14.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:02:14.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:03:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:03:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:03:05.289Z||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-10T07:03:05.289Z||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-10T07:03:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:03:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:03:14.848Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:03:14.848Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:04:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:04:05.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:04:05.289Z||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-10T07:04:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:04:05.292Z||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-10T07:04:05.294Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:04:14.842Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:04:14.863Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:05:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:05:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:05:05.289Z||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-10T07:05:05.289Z||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-10T07:05:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:05:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:05:14.851Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:05:14.851Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:06:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:06:05.285Z||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-10T07:06:05.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:06:05.286Z||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-10T07:06:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:06:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:06:14.843Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:06:14.843Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:07:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:07:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:07:05.286Z||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-10T07:07:05.286Z||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-10T07:07:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:07:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:07:14.835Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:07:14.840Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:08:05.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:08:05.284Z||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-10T07:08:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:08:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:08:05.286Z||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-10T07:08:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:08:14.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:08:14.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:09:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:09:05.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:09:05.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T07:09:05.287Z||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-10T07:09:05.287Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T07:09:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:09:14.846Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:09:14.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:10:05.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:10:05.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T07:10:05.284Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T07:10:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:10:05.287Z||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-10T07:10:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:10:14.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:10:14.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:11:05.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:11:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:11:05.289Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T07:11:05.289Z||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-10T07:11:05.289Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T07:11:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:11:14.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:11:14.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:12:05.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:12:05.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T07:12:05.285Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T07:12:05.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:12:05.286Z||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-10T07:12:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:12:14.852Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:12:14.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:13:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:13:05.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:13:05.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T07:13:05.286Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T07:13:05.286Z||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-10T07:13:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:13:14.839Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:13:14.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:14:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:14:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:14:05.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T07:14:05.286Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T07:14:05.286Z||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-10T07:14:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:14:14.850Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:14:14.853Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:15:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:15:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:15:05.286Z||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-10T07:15:05.286Z||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-10T07:15:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:15:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:15:14.836Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:15:14.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:16:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:16:05.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:16:05.287Z||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-10T07:16:05.287Z||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-10T07:16:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:16:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:16:14.856Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:16:14.858Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:17:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:17:05.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:17:05.286Z||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-10T07:17:05.286Z||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-10T07:17:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:17:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:17:14.852Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:17:14.858Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:18:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:18:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:18:05.287Z||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-10T07:18:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:18:05.287Z||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-10T07:18:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:18:14.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:18:14.846Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:19:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:19:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:19:05.286Z||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-10T07:19:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:19:05.286Z||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-10T07:19:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:19:14.849Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:19:14.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:20:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:20:05.285Z||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-10T07:20:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:20:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:20:05.287Z||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-10T07:20:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:20:14.846Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:20:14.846Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:21:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:21:05.286Z||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-10T07:21:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:21:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:21:05.287Z||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-10T07:21:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:21:14.843Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:21:14.843Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:22:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:22:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:22:05.287Z||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-10T07:22:05.287Z||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-10T07:22:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:22:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:22:14.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:22:14.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:23:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:23:05.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:23:05.287Z||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-10T07:23:05.287Z||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-10T07:23:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:23:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:23:14.856Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:23:14.857Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:24:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:24:05.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:24:05.286Z||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-10T07:24:05.286Z||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-10T07:24:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:24:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:24:14.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:24:14.846Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:25:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:25:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:25:05.286Z||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-10T07:25:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:25:05.286Z||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-10T07:25:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:25:14.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:25:14.849Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:26:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:26:05.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:26:05.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T07:26:05.286Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T07:26:05.286Z||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-10T07:26:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:26:14.858Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:26:14.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:27:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:27:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:27:05.291Z||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-10T07:27:05.291Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T07:27:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:27:05.292Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T07:27:14.843Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:27:14.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:28:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:28:05.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:28:05.289Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T07:28:05.289Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T07:28:05.289Z||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-10T07:28:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:28:14.854Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:28:14.858Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:29:05.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:29:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:29:05.290Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T07:29:05.290Z||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-10T07:29:05.290Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T07:29:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:29:14.856Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:29:14.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:30:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:30:05.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:30:05.288Z||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-10T07:30:05.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T07:30:05.288Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T07:30:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:30:14.850Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:30:14.853Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:31:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:31:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:31:05.292Z||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-10T07:31:05.292Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T07:31:05.293Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:31:05.293Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T07:31:14.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:31:14.904Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:32:05.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:32:05.284Z||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-10T07:32:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:32:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:32:05.286Z||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-10T07:32:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:32:14.849Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:32:14.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:33:05.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:33:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:33:05.294Z||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-10T07:33:05.294Z||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-10T07:33:05.295Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:33:05.295Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:33:14.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:33:14.842Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:34:05.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:34:05.284Z||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-10T07:34:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:34:05.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:34:05.286Z||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-10T07:34:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:34:14.836Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:34:14.859Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:35:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:35:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:35:05.286Z||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-10T07:35:05.286Z||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-10T07:35:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:35:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:35:14.849Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:35:14.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:36:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:36:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:36:05.286Z||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-10T07:36:05.286Z||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-10T07:36:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:36:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:36:14.849Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:36:14.858Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:37:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:37:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:37:05.286Z||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-10T07:37:05.286Z||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-10T07:37:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:37:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:37:14.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:37:14.861Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:38:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:38:05.285Z||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-10T07:38:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:38:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:38:05.287Z||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-10T07:38:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:38:14.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:38:14.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:39:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:39:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:39:05.292Z||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-10T07:39:05.292Z||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-10T07:39:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:39:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:39:14.861Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:39:14.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:40:05.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:40:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:40:05.287Z||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-10T07:40:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:40:05.287Z||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-10T07:40:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:40:14.852Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:40:14.856Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:41:05.288Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:41:05.288Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:41:05.297Z||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-10T07:41:05.297Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:41:05.297Z||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-10T07:41:05.298Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:41:14.850Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:41:14.850Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:42:05.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:42:05.284Z||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-10T07:42:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:42:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:42:05.286Z||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-10T07:42:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:42:14.857Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:42:14.858Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:43:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:43:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:43:05.286Z||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-10T07:43:05.286Z||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-10T07:43:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:43:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:43:14.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:43:14.845Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:44:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:44:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:44:05.286Z||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-10T07:44:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:44:05.287Z||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-10T07:44:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:44:14.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:44:14.850Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:45:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:45:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:45:05.286Z||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-10T07:45:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:45:05.286Z||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-10T07:45:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:45:14.846Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:45:14.853Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:46:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:46:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:46:05.286Z||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-10T07:46:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:46:05.286Z||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-10T07:46:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:46:14.838Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:46:14.852Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:47:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:47:05.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:47:05.286Z||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-10T07:47:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:47:05.286Z||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-10T07:47:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:47:14.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:47:14.859Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:48:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:48:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:48:05.287Z||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-10T07:48:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:48:05.287Z||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-10T07:48:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:48:14.863Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:48:14.898Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:49:05.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:49:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:49:05.293Z||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-10T07:49:05.294Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:49:05.293Z||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-10T07:49:05.294Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:49:14.846Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:49:14.849Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:50:05.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:50:05.285Z||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-10T07:50:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:50:05.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:50:05.286Z||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-10T07:50:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:50:14.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:50:14.844Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:51:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:51:05.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:51:05.285Z||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-10T07:51:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:51:05.291Z||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-10T07:51:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:51:14.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:51:14.844Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:52:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:52:05.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:52:05.286Z||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-10T07:52:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:52:05.286Z||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-10T07:52:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:52:14.848Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:52:14.886Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:53:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:53:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:53:05.286Z||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-10T07:53:05.286Z||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-10T07:53:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:53:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:53:14.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:53:14.832Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:54:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:54:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:54:05.286Z||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-10T07:54:05.286Z||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-10T07:54:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:54:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:54:14.841Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:54:14.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:55:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:55:05.285Z||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-10T07:55:05.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:55:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:55:05.286Z||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-10T07:55:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:55:14.842Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:55:14.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:56:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:56:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:56:05.286Z||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-10T07:56:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:56:05.290Z||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-10T07:56:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:56:14.855Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:56:14.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:57:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:57:05.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:57:05.286Z||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-10T07:57:05.286Z||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-10T07:57:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:57:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:57:14.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:57:14.841Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:58:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:58:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:58:05.286Z||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-10T07:58:05.286Z||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-10T07:58:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:58:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:58:14.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:58:14.894Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:59:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:59:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T07:59:05.286Z||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-10T07:59:05.286Z||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-10T07:59:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:59:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T07:59:14.841Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T07:59:14.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:00:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:00:05.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:00:05.286Z||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-10T08:00:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:00:05.286Z||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-10T08:00:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:00:14.893Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:00:14.895Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:01:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:01:05.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:01:05.287Z||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-10T08:01:05.287Z||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-10T08:01:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:01:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:01:14.852Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:01:14.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:02:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:02:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:02:05.286Z||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-10T08:02:05.286Z||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-10T08:02:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:02:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:02:14.846Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:02:14.848Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:03:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:03:05.291Z||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-10T08:03:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:03:05.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:03:05.292Z||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-10T08:03:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:03:14.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:03:14.860Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:04:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:04:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:04:05.290Z||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-10T08:04:05.290Z||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-10T08:04:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:04:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:04:14.837Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:04:14.840Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:05:05.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:05:05.284Z||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-10T08:05:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:05:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:05:05.287Z||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-10T08:05:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:05:14.827Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:05:14.832Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:06:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:06:05.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:06:05.286Z||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-10T08:06:05.286Z||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-10T08:06:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:06:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:06:14.851Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:06:14.866Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:07:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:07:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:07:05.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T08:07:05.286Z||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-10T08:07:05.286Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:07:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:07:14.848Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:07:14.848Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:08:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:08:05.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T08:08:05.286Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:08:05.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:08:05.287Z||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-10T08:08:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:08:14.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:08:14.853Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:09:05.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:09:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:09:05.293Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T08:09:05.294Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:09:05.302Z||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-10T08:09:05.303Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:09:14.861Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:09:14.861Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:10:05.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:10:05.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T08:10:05.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:10:05.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:10:05.286Z||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-10T08:10:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:10:14.845Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:10:14.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:11:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:11:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:11:05.287Z||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-10T08:11:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:11:05.287Z||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-10T08:11:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:11:14.846Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:11:14.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:12:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:12:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:12:05.285Z||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-10T08:12:05.286Z||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-10T08:12:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:12:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:12:14.862Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:12:14.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:13:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:13:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:13:05.286Z||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-10T08:13:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:13:05.286Z||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-10T08:13:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:13:14.866Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:13:14.866Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:14:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:14:05.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:14:05.286Z||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-10T08:14:05.286Z||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-10T08:14:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:14:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:14:14.837Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:14:14.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:15:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:15:05.286Z||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-10T08:15:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:15:05.288Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:15:05.288Z||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-10T08:15:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:15:14.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:15:14.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:16:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:16:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:16:05.286Z||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-10T08:16:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:16:05.287Z||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-10T08:16:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:16:14.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:16:14.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:17:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:17:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:17:05.286Z||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-10T08:17:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:17:05.286Z||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-10T08:17:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:17:14.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:17:14.842Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:18:05.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:18:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:18:05.287Z||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-10T08:18:05.287Z||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-10T08:18:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:18:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:18:14.841Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:18:14.841Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:19:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:19:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:19:05.288Z||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-10T08:19:05.288Z||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-10T08:19:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:19:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:19:14.867Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:19:14.886Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:20:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:20:05.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:20:05.286Z||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-10T08:20:05.286Z||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-10T08:20:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:20:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:20:14.837Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:20:14.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:21:05.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:21:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:21:05.291Z||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-10T08:21:05.291Z||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-10T08:21:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:21:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:21:14.859Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:21:14.864Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:22:05.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:22:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:22:05.289Z||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-10T08:22:05.289Z||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-10T08:22:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:22:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:22:14.846Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:22:14.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:23:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:23:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:23:05.290Z||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-10T08:23:05.290Z||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-10T08:23:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:23:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:23:14.846Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:23:14.861Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:24:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:24:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:24:05.292Z||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-10T08:24:05.292Z||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-10T08:24:05.293Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:24:05.293Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:24:14.847Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:24:14.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:25:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:25:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:25:05.291Z||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-10T08:25:05.291Z||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-10T08:25:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:25:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:25:14.850Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:25:14.865Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:26:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:26:05.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:26:05.292Z||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-10T08:26:05.293Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:26:05.292Z||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-10T08:26:05.293Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:26:14.851Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:26:14.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:27:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:27:05.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:27:05.290Z||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-10T08:27:05.290Z||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-10T08:27:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:27:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:27:14.841Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:27:14.851Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:28:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:28:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:28:05.287Z||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-10T08:28:05.287Z||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-10T08:28:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:28:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:28:14.844Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:28:14.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:29:05.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:29:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:29:05.288Z||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-10T08:29:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:29:05.288Z||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-10T08:29:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:29:14.849Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:29:14.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:30:05.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:30:05.284Z||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-10T08:30:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:30:05.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:30:05.286Z||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-10T08:30:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:30:14.863Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:30:14.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:31:05.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:31:05.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:31:05.292Z||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-10T08:31:05.292Z||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-10T08:31:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:31:05.293Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:31:14.854Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:31:14.862Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:32:05.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:32:05.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:32:05.289Z||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-10T08:32:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:32:05.289Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T08:32:05.290Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:32:14.903Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:32:14.902Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:05.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:33:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:33:05.291Z||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-10T08:33:05.291Z||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-10T08:33:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:05.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:05.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "policy-id",
"timestamp": 1631262769666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631262778585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "cds",
"timestamp": 1631262778864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "policy-id",
"timestamp": 1631262769666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631262778585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"status": "NOTIFIED"
}
2021-09-10T08:33:05.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "cds",
"timestamp": 1631262778864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "policy-id",
"timestamp": 1631262769666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-10T08:33:05.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631262778585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-10T08:33:05.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "cds",
"timestamp": 1631262778864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "policy-id",
"timestamp": 1631262769666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631262778585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "cds",
"timestamp": 1631262778864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631262782441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "policy-id",
"timestamp": 1631262769666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "clamp",
"timestamp": 1631262782500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631262778585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-10T08:33:05.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "cds",
"timestamp": 1631262778864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631262782441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "policy-id",
"timestamp": 1631262769666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "clamp",
"timestamp": 1631262782500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"status": "NOTIFIED"
}
2021-09-10T08:33:05.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631262778585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "cds",
"timestamp": 1631262778864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631262782441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "policy-id",
"timestamp": 1631262769666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:33:05.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "aai-ml",
"timestamp": 1631262784468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:05.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:33:05.920Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:05.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:33:05.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e760893-5114-4347-847c-639b1089249f","serviceName":"vFW 2021-09-10 08-30-47","serviceVersion":"1.0","serviceUUID":"ed5d36a9-8c4e-47e1-b990-867173791701","serviceDescription":"catalog service description","serviceInvariantUUID":"4343a731-838a-4a6d-a2a4-f5073d29a117","resources":[{"resourceInstanceName":"vFW a71fd345-2c9a 0","resourceName":"vFW a71fd345-2c9a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22a4c686-93f7-4dc5-a948-9962de577058","resourceInvariantUUID":"463bd9ae-bc17-4cf4-83bb-526f0a8247aa","resourceCustomizationUUID":"d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml","artifactChecksum":"Y2IxYWVjYjlkOWRhNTEwY2FiM2QyMTE1YjY5MzFjZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f845d78a-2b43-4885-aa6c-bbfda378e30b","artifactVersion":"1"},{"artifactName":"vfwa71fd3452c9a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json","artifactChecksum":"ZDIzZDVmZjk1Nzc2ZDUwMmY1ODdjNjVkYWMxNmVjZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d0383db-bdc2-4d37-be54-b2ac78665188","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2ccf6aa9-3025-4949-bc52-7bb9fa907a01","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGRmZjUyMDdiMTE1NDBiYWMzMjMzZjg0MmNiNGRmY2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"38f2e8b5-8b29-47fd-a958-46ea619b22bb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a06b8362-3b90-4288-b2fb-e338667cf224","artifactVersion":"2","generatedFromUUID":"2ccf6aa9-3025-4949-bc52-7bb9fa907a01"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210910083047-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml","artifactChecksum":"ODI0ZjJhOWMyNWQ5MzIzNWRiOGI0ZmQzZGVkYTM5MWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cfec13a8-0fd4-424d-8a01-564de5cbc569","artifactVersion":"1"},{"artifactName":"service-Vfw20210910083047-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar","artifactChecksum":"OTNjNzZkMDdkMDUwY2Y0YThjNWRmMDhmZmFjNzNjOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2a3cc79-af72-488a-a36f-7ae0a3631c5d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-10T08:33:05.931Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:33:05.936Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:05.947Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:05.947Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262785284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:06.047Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-10T08:33:06.051Z||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-10T08:33:06.051Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:06.062Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:06.064Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:06.952Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:33:06.953Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:06.954Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:06.955Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262785284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"status": "NOTIFIED"
}
2021-09-10T08:33:07.055Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:07.057Z||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-10T08:33:07.057Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:07.068Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:07.068Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:07.955Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:33:07.956Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:07.958Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:07.958Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262785284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-10T08:33:08.061Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-10T08:33:08.063Z||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-10T08:33:08.064Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:08.077Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:08.078Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:08.960Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:33:08.961Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:08.963Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:08.963Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262785284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:09.063Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:09.064Z||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-10T08:33:09.064Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:09.076Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:09.077Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:09.963Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:33:09.965Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:09.967Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:09.967Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262785284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-10T08:33:10.067Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:10.070Z||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-10T08:33:10.070Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:10.103Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:10.104Z||pool-7-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:10.971Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:33:10.972Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:10.974Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:10.975Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262785284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:33:11.075Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:11.076Z||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-10T08:33:11.076Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:11.088Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:11.089Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-10T08:33:11.980Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:33:11.981Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:11.990Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:11.991Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262785284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:33:12.090Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:33:12.091Z||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-10T08:33:12.091Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:12.106Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:12.107Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:12.993Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"serviceName": "vFW 2021-09-10 08-30-47",
"serviceVersion": "1.0",
"serviceUUID": "ed5d36a9-8c4e-47e1-b990-867173791701",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4343a731-838a-4a6d-a2a4-f5073d29a117",
"resources": [
{
"resourceInstanceName": "vFW a71fd345-2c9a 0",
"resourceCustomizationUUID": "d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7",
"resourceName": "vFW a71fd345-2c9a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "22a4c686-93f7-4dc5-a948-9962de577058",
"resourceInvariantUUID": "463bd9ae-bc17-4cf4-83bb-526f0a8247aa",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa71fd3452c9a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"artifactChecksum": "ZDIzZDVmZjk1Nzc2ZDUwMmY1ODdjNjVkYWMxNmVjZmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0d0383db-bdc2-4d37-be54-b2ac78665188",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2ccf6aa9-3025-4949-bc52-7bb9fa907a01",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a06b8362-3b90-4288-b2fb-e338667cf224",
"generatedFromUUID": "2ccf6aa9-3025-4949-bc52-7bb9fa907a01"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a06b8362-3b90-4288-b2fb-e338667cf224",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210910083047-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"artifactChecksum": "OTNjNzZkMDdkMDUwY2Y0YThjNWRmMDhmZmFjNzNjOGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f2a3cc79-af72-488a-a36f-7ae0a3631c5d"
}
],
"workloadContext": "Production"
}
2021-09-10T08:33:12.995Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-10T08:33:12.996Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5d36a9-8c4e-47e1-b990-867173791701 ASDC
2021-09-10T08:33:13.172Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6e760893-5114-4347-847c-639b1089249f
ServiceName:vFW 2021-09-10 08-30-47
ServiceVersion:1.0
ServiceUUID:ed5d36a9-8c4e-47e1-b990-867173791701
ServiceInvariantUUID:4343a731-838a-4a6d-a2a4-f5073d29a117
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210910083047-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar
ArtifactUUID:f2a3cc79-af72-488a-a36f-7ae0a3631c5d
ArtifactChecksum:OTNjNzZkMDdkMDUwY2Y0YThjNWRmMDhmZmFjNzNjOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a71fd345-2c9a 0
ResourceCustomizationUUID:d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7
ResourceInvariantUUID:463bd9ae-bc17-4cf4-83bb-526f0a8247aa
ResourceName:vFW a71fd345-2c9a
ResourceType:VF
ResourceUUID:22a4c686-93f7-4dc5-a948-9962de577058
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa71fd3452c9a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json
ArtifactUUID:0d0383db-bdc2-4d37-be54-b2ac78665188
ArtifactChecksum:ZDIzZDVmZjk1Nzc2ZDUwMmY1ODdjNjVkYWMxNmVjZmI=
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/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml
ArtifactUUID:2ccf6aa9-3025-4949-bc52-7bb9fa907a01
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/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env
ArtifactUUID:a06b8362-3b90-4288-b2fb-e338667cf224
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/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env
ArtifactUUID:a06b8362-3b90-4288-b2fb-e338667cf224
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-10T08:33:13.173Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5d36a9-8c4e-47e1-b990-867173791701 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-10T08:33:13.414Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T08:33:13.416Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-10T08:33:13.417Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-10T08:33:13.418Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f2a3cc79-af72-488a-a36f-7ae0a3631c5d from URL: /sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:13.418Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-10T08:33:13.419Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:16.304Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-10T08:33:16.323Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar f2a3cc79-af72-488a-a36f-7ae0a3631c5d 98771
2021-09-10T08:33:16.325Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar ASDC sendASDCNotification
2021-09-10T08:33:16.325Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:16.326Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:33:16.327Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:16.333Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:16.333Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262796324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:33:16.433Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:33:16.434Z||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-10T08:33:16.435Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:16.445Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:16.446Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:17.334Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T08:33:17.335Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-10T08:33:17.336Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f2a3cc79-af72-488a-a36f-7ae0a3631c5d, URL: /sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar to file: /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:17.336Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210910083047-csar.csar
2021-09-10T08:33:17.441Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:17.442Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:18.496Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6572625470268488289/Definitions/service-Vfw20210910083047-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-10T08:33:21.202Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-10T08:33:21.207Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-10T08:33:21.207Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.207Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-10T08:33:21.207Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.207Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.207Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.207Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a71fd345-2c9a 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-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.208Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:21.209Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-10T08:33:21.215Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:21.216Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:21.220Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:21.221Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-10T08:33:21.222Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T08:33:21.224Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:21.224Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:21.224Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:21.225Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-10T08:33:21.225Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T08:33:21.225Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:21.225Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:21.229Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:21.229Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is not matching search criteria
2021-09-10T08:33:21.229Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-10T08:33:21.229Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-10T08:33:21.229Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-10T08:33:21.230Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.230Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.230Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-10T08:33:21.230Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.230Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-10T08:33:21.231Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-10T08:33:21.231Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.231Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.231Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-10T08:33:21.231Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.232Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-10T08:33:21.232Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.232Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-10T08:33:21.232Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:21.232Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-10T08:33:21.234Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:21.234Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:21.234Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:33:21.235Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:21.235Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:21.235Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:33:21.236Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:21.236Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:21.236Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:33:21.236Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:21.237Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is not matching search criteria
2021-09-10T08:33:21.237Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-10T08:33:21.237Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-10T08:33:21.237Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-10T08:33:21.237Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-10T08:33:21.238Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-10T08:33:21.238Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.238Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.238Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-10T08:33:21.238Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.239Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-10T08:33:21.239Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.239Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ae646ff7-9af1-4a47-b851-c9be77e783e5
2021-09-10T08:33:21.239Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:21.239Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is not matching search criteria
2021-09-10T08:33:21.240Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-10T08:33:21.240Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-10T08:33:21.240Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-10T08:33:21.240Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.240Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.241Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-10T08:33:21.241Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.241Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-10T08:33:21.241Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-10T08:33:21.242Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.242Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-10T08:33:21.242Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.242Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4e18147c-15f5-4d77-b296-4b8c60beef4a
2021-09-10T08:33:21.243Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:21.243Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is not matching search criteria
2021-09-10T08:33:21.244Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-10T08:33:21.244Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-10T08:33:21.244Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-10T08:33:21.244Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.244Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.245Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-10T08:33:21.245Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.245Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-10T08:33:21.245Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-10T08:33:21.245Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:21.245Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:21.246Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-10T08:33:21.246Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bb4e1afd-5e81-4afe-be88-c231e00f797b
2021-09-10T08:33:21.246Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:21.246Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:21.247Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:21.247Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:21.247Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:21.247Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:21.248Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:21.248Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:21.248Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-10 08-30-47
Description:catalog service description
Model UUID:ed5d36a9-8c4e-47e1-b990-867173791701
Model Version:NULL
Model InvariantUuid:4343a731-838a-4a6d-a2a4-f5073d29a117
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a71fd345-2c9a
Model UUID:f83779df-065a-4164-a964-f8ebad6963fe
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:463bd9ae-bc17-4cf4-83bb-526f0a8247aa
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:50791085-a2fb-4529-8881-c9d493bb755f
ModelName:VfwA71fd3452c9a..base_vfw..module-0
ModelUuid:78ece1fd-2e84-405d-8774-9d9d283b57e9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ae646ff7-9af1-4a47-b851-c9be77e783e5
ModelInvariantUuid:2ee4ff9f-b58f-40d7-9412-e2cc56317ad9
ModelName:vFW a71fd345-2c9a-nodes.vfwCvfc
ModelUuid:569389e3-c4cb-44da-b6dc-ab493192b095
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7a78cfe2-2081-4274-969d-5bd914b5d2f4
ModelInvariantUuid:3a8b949b-98aa-4f19-8be4-78a4482a49d1
ModelName:VfwA71fd3452c9a.compute.nodes.heat.vfw
ModelUuid:23ba48f3-74e0-49d7-aac7-5943948380d1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4e18147c-15f5-4d77-b296-4b8c60beef4a
ModelInvariantUuid:c63479ba-b9eb-48c5-8c7f-adae846ad870
ModelName:vFW a71fd345-2c9a-nodes.vsnCvfc
ModelUuid:564d03e8-71b1-48e8-a2d7-a8132e3702a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:88a181e8-59e2-451c-ba44-4781c62891a5
ModelInvariantUuid:4a030941-8cc3-4d17-9536-8fcebd21734b
ModelName:VfwA71fd3452c9a.compute.nodes.heat.vsn
ModelUuid:f602e236-f97c-45a9-af52-11cddbf51183
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bb4e1afd-5e81-4afe-be88-c231e00f797b
ModelInvariantUuid:5ff6fe26-2e34-442d-84ec-65e8bacda54c
ModelName:vFW a71fd345-2c9a-nodes.vpgCvfc
ModelUuid:2831563a-ffa8-42b0-a5b7-ea4ab22d6305
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4a4e88c1-2a56-4c3d-99e7-ab2a402418a1
ModelInvariantUuid:78fd84a5-a2ed-4b58-92ea-dd770eb3290e
ModelName:VfwA71fd3452c9a.compute.nodes.heat.vpg
ModelUuid:1feae10c-aa90-4834-a9e2-65c95281000c
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-10T08:33:21.292Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 22a4c686-93f7-4dc5-a948-9962de577058
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-10T08:33:21.406Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||vFW a71fd345-2c9a 0
2021-09-10T08:33:21.414Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22a4c686-93f7-4dc5-a948-9962de577058
2021-09-10T08:33:21.414Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0d0383db-bdc2-4d37-be54-b2ac78665188 from URL: /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json
2021-09-10T08:33:21.415Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-10T08:33:21.415Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json
2021-09-10T08:33:23.115Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-10T08:33:23.116Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json 0d0383db-bdc2-4d37-be54-b2ac78665188 785
2021-09-10T08:33:23.116Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json ASDC sendASDCNotification
2021-09-10T08:33:23.116Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json
2021-09-10T08:33:23.117Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:33:23.117Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:23.120Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:23.120Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262803116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:33:23.220Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:33:23.221Z||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-10T08:33:23.221Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:23.233Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:23.234Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-10T08:33:24.123Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA71fd3452c9a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "50791085-a2fb-4529-8881-c9d493bb755f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "78ece1fd-2e84-405d-8774-9d9d283b57e9",
"vfModuleModelCustomizationUUID": "772d5e18-4bb5-4ce7-9a23-e70c273d1477",
"isBase": true,
"artifacts": [
"2ccf6aa9-3025-4949-bc52-7bb9fa907a01",
"a06b8362-3b90-4288-b2fb-e338667cf224"
],
"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-10T08:33:24.142Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA71fd3452c9a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:78ece1fd-2e84-405d-8774-9d9d283b57e9
VfModuleModelInvariantUUID:50791085-a2fb-4529-8881-c9d493bb755f
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ccf6aa9-3025-4949-bc52-7bb9fa907a01
,
a06b8362-3b90-4288-b2fb-e338667cf224
}
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-10T08:33:24.145Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA71fd3452c9a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "50791085-a2fb-4529-8881-c9d493bb755f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "78ece1fd-2e84-405d-8774-9d9d283b57e9",
"vfModuleModelCustomizationUUID": "772d5e18-4bb5-4ce7-9a23-e70c273d1477",
"isBase": true,
"artifacts": [
"2ccf6aa9-3025-4949-bc52-7bb9fa907a01",
"a06b8362-3b90-4288-b2fb-e338667cf224"
],
"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-10T08:33:24.176Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA71fd3452c9a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:78ece1fd-2e84-405d-8774-9d9d283b57e9
VfModuleModelInvariantUUID:50791085-a2fb-4529-8881-c9d493bb755f
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ccf6aa9-3025-4949-bc52-7bb9fa907a01
,
a06b8362-3b90-4288-b2fb-e338667cf224
}
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-10T08:33:24.176Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2ccf6aa9-3025-4949-bc52-7bb9fa907a01 from URL: /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml
2021-09-10T08:33:24.178Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-10T08:33:24.182Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml
2021-09-10T08:33:24.833Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-10T08:33:24.835Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml 2ccf6aa9-3025-4949-bc52-7bb9fa907a01 20368
2021-09-10T08:33:24.835Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-10T08:33:24.835Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml
2021-09-10T08:33:24.836Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:33:24.836Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:24.838Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:24.838Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262804835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:33:24.938Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:24.939Z||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-10T08:33:24.939Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:24.950Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:24.951Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:25.839Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a06b8362-3b90-4288-b2fb-e338667cf224 from URL: /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env
2021-09-10T08:33:25.840Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-10T08:33:25.840Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env
2021-09-10T08:33:26.279Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-10T08:33:26.280Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env a06b8362-3b90-4288-b2fb-e338667cf224 2098
2021-09-10T08:33:26.280Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-10T08:33:26.280Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env
2021-09-10T08:33:26.281Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:33:26.281Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:26.284Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:26.284Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262806280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:33:26.384Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:26.385Z||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-10T08:33:26.385Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:26.396Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:26.397Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:27.285Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ed5d36a9-8c4e-47e1-b990-867173791701
2021-09-10T08:33:27.285Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a71fd345-2c9a 0 22a4c686-93f7-4dc5-a948-9962de577058 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-10T08:33:27.331Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a8f1045, org.onap.sdc.toscaparser.api.parameters.Input@3c284862, org.onap.sdc.toscaparser.api.parameters.Input@7f5a6266, org.onap.sdc.toscaparser.api.parameters.Input@45e06be, org.onap.sdc.toscaparser.api.parameters.Input@66312348]
2021-09-10T08:33:27.336Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.336Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:27.337Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-09-10T08:33:27.337Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7
2021-09-10T08:33:27.337Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7 matches Tosca VF Customization UUID: d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7
2021-09-10T08:33:27.337Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7 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-10T08:33:27.345Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.345Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:27.346Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7: {\"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-10T08:33:27.347Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47b37548
2021-09-10T08:33:27.347Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.347Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-10T08:33:27.348Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 772d5e18-4bb5-4ce7-9a23-e70c273d1477
2021-09-10T08:33:27.349Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 772d5e18-4bb5-4ce7-9a23-e70c273d1477
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-10T08:33:27.355Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.356Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:27.356Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:33:27.357Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.357Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:27.357Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:33:27.357Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.358Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is not matching search criteria
2021-09-10T08:33:27.358Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-10T08:33:27.358Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-10T08:33:27.358Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-10T08:33:27.359Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-10T08:33:27.359Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-10T08:33:27.359Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:27.359Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:27.359Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-10T08:33:27.360Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:27.360Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-10T08:33:27.360Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:27.360Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ae646ff7-9af1-4a47-b851-c9be77e783e5
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-10T08:33:27.367Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.368Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:27.368Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:33:27.368Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.369Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is not matching search criteria
2021-09-10T08:33:27.369Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-10T08:33:27.369Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-10T08:33:27.369Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-10T08:33:27.370Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:27.370Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:27.370Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-10T08:33:27.370Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:27.371Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-10T08:33:27.371Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-10T08:33:27.371Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:27.371Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-10T08:33:27.372Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:27.372Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4e18147c-15f5-4d77-b296-4b8c60beef4a
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-10T08:33:27.374Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.374Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:27.374Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:33:27.377Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.377Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is not matching search criteria
2021-09-10T08:33:27.377Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-10T08:33:27.377Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-10T08:33:27.377Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-10T08:33:27.378Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:27.378Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:27.378Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-10T08:33:27.378Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-10T08:33:27.379Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-10T08:33:27.379Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-10T08:33:27.379Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-10T08:33:27.379Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-10T08:33:27.379Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-10T08:33:27.380Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bb4e1afd-5e81-4afe-be88-c231e00f797b
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-10T08:33:27.382Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.382Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:27.382Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:33:27.383Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.383Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Node template vFW a71fd345-2c9a 0 is matching search criteria
2021-09-10T08:33:27.383Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a71fd345-2c9a 0] matching following query criteria: sdcType=VF, customizationUUID=d9f89bfe-7bc4-4e64-b3cd-b02c9452cff7
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-10T08:33:27.385Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.385Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:27.386Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ed5d36a9-8c4e-47e1-b990-867173791701: vFW a71fd345-2c9a
2021-09-10T08:33:27.386Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.386Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:27.387Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.387Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:27.387Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.387Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:27.388Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.388Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:27.388Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:33:27.388Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-10 08-30-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:33:27.389Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-09-10 08-30-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-10T08:33:27.758Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a71fd345-2c9a 22a4c686-93f7-4dc5-a948-9962de577058 1 ASDC deployResourceStructure
2021-09-10T08:33:27.759Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json ASDC sendASDCNotification
2021-09-10T08:33:27.759Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json
2021-09-10T08:33:27.759Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:33:27.759Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:27.761Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:27.761Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262807759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-10T08:33:27.861Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:27.862Z||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-10T08:33:27.863Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:27.874Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:27.874Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:28.762Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-10T08:33:28.763Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml
2021-09-10T08:33:28.763Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:33:28.763Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:28.765Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:28.765Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262808762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-10T08:33:28.865Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:28.866Z||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-10T08:33:28.866Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:28.876Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:28.877Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:29.771Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-10T08:33:29.771Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env
2021-09-10T08:33:29.771Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:33:29.771Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:29.773Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:29.773Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262809771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-10T08:33:29.873Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:33:29.874Z||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-10T08:33:29.874Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:29.887Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:29.887Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:30.776Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar ASDC sendASDCNotification
2021-09-10T08:33:30.776Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar
2021-09-10T08:33:30.776Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:33:30.777Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:33:30.778Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:33:30.778Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262810776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:33:30.879Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:33:30.881Z||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-10T08:33:30.881Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:33:30.893Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:33:30.893Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:33:31.784Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
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-10T08:33:31.818Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
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-10T08:33:31.821Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:33:31.822Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:33:31.822Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:34:01.823Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
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-10T08:34:01.844Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
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-10T08:34:01.846Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:34:01.847Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:34:01.847Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:34:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:34:05.288Z||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-10T08:34:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:34:05.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:34:05.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:34:05.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "clamp",
"timestamp": 1631262782500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:34:05.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:34:31.848Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
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-10T08:34:31.858Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
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-10T08:34:31.875Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:34:31.876Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:34:31.876Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:35:01.876Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
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-10T08:35:01.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
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-10T08:35:01.889Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:35:01.889Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:35:01.889Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:35:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:35:05.287Z||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-10T08:35:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:35:05.318Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:35:05.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:35:05.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631262778585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:35:05.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:35:31.889Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
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-10T08:35:31.912Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
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-10T08:35:31.915Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:35:31.915Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:35:31.915Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:36:01.915Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
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-10T08:36:01.921Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
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-10T08:36:01.922Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:36:01.922Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:36:01.923Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:36:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:36:05.287Z||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-10T08:36:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:36:05.822Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:36:05.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "cds",
"timestamp": 1631262778864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:36:05.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262785284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631262782441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "aai-ml",
"timestamp": 1631262784468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "clamp",
"timestamp": 1631262782500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "policy-id",
"timestamp": 1631262786413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631262786640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "cds",
"timestamp": 1631262786780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262785284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"status": "NOTIFIED"
}
2021-09-10T08:36:05.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631262782441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "aai-ml",
"timestamp": 1631262784468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "clamp",
"timestamp": 1631262782500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "policy-id",
"timestamp": 1631262787424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:36:05.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "cds",
"timestamp": 1631262787806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-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-10T08:36:05.844Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e760893-5114-4347-847c-639b1089249f
2021-09-10T08:36:05.845Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e760893-5114-4347-847c-639b1089249f 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-10T08:36:05.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631262787822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262785284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-10T08:36:05.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631262782441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "aai-ml",
"timestamp": 1631262784468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "dcae-sch",
"timestamp": 1631262787575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "clamp",
"timestamp": 1631262782500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "policy-id",
"timestamp": 1631262788428,
"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-10T08:36:05.863Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e760893-5114-4347-847c-639b1089249f
2021-09-10T08:36:05.863Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e760893-5114-4347-847c-639b1089249f 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-10T08:36:05.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631262787863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262785284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631262789082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.871Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631262782441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "aai-ml",
"timestamp": 1631262784468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "dcae-sch",
"timestamp": 1631262787575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "clamp",
"timestamp": 1631262782500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:36:05.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631262787863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262785284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-10T08:36:05.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "aai-ml",
"timestamp": 1631262784468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "dcae-sch",
"timestamp": 1631262787575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631262787863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262785284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631262791173,
"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-10T08:36:05.879Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e760893-5114-4347-847c-639b1089249f
2021-09-10T08:36:05.879Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e760893-5114-4347-847c-639b1089249f 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-10T08:36:05.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "aai-ml",
"timestamp": 1631262784468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:36:05.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "dcae-sch",
"timestamp": 1631262787575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631262787863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262785284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:36:05.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631262792177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-10T08:36:05.886Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "dcae-sch",
"timestamp": 1631262787575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631262787863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "dcae-sch",
"timestamp": 1631262787575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631262787863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "dcae-sch",
"timestamp": 1631262787575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:36:05.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631262787863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:36:05.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-10T08:36:05.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "aai-ml",
"timestamp": 1631262795455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262796324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631262796643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "clamp",
"timestamp": 1631262801115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "clamp",
"timestamp": 1631262802194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:36:05.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631262802785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:36:05.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262803116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "clamp",
"timestamp": 1631262803202,
"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-10T08:36:05.896Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e760893-5114-4347-847c-639b1089249f
2021-09-10T08:36:05.896Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e760893-5114-4347-847c-639b1089249f 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-10T08:36:05.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631262803790,
"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-10T08:36:05.906Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6e760893-5114-4347-847c-639b1089249f
2021-09-10T08:36:05.906Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e760893-5114-4347-847c-639b1089249f 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-10T08:36:05.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262804835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262806280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:36:05.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262807759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/vfwa71fd3452c9a0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-10T08:36:05.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262808762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-10T08:36:05.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262809771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/resourceInstances/vfwa71fd3452c9a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-10T08:36:05.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "aai-ml",
"timestamp": 1631262809910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:36:05.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631262810776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210910083047/1.0/artifacts/service-Vfw20210910083047-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:36:05.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:36:05.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:36:05.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "aai-ml",
"timestamp": 1631262810918,
"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-10T08:36:05.918Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e760893-5114-4347-847c-639b1089249f
2021-09-10T08:36:05.918Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e760893-5114-4347-847c-639b1089249f 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-10T08:36:31.923Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
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-10T08:36:31.949Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e760893-5114-4347-847c-639b1089249f
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-10T08:36:31.953Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:36:31.953Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-10T08:36:31.953Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-10T08:36:31.960Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-10T08:36:31.961Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:36:31.961Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:36:31.962Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:36:31.962Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:36:31.962Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:36:31.963Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:36:31.963Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-10T08:36:31.972Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-10T08:37:01.973Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e760893-5114-4347-847c-639b1089249f 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-10T08:37:01.988Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e760893-5114-4347-847c-639b1089249f and serviceModelVersionId: ed5d36a9-8c4e-47e1-b990-867173791701
2021-09-10T08:37:01.988Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4343a731-838a-4a6d-a2a4-f5073d29a117
2021-09-10T08:37:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:37:05.287Z||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-10T08:37:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:37:14.852Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:37:17.003Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4343a731-838a-4a6d-a2a4-f5073d29a117/model-vers/model-ver/ed5d36a9-8c4e-47e1-b990-867173791701?depth=0
2021-09-10T08:37:17.121Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-10T08:37:17.694Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4343a731-838a-4a6d-a2a4-f5073d29a117/model-vers/model-ver/ed5d36a9-8c4e-47e1-b990-867173791701?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-10T08:37:17.699Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4343a731-838a-4a6d-a2a4-f5073d29a117/model-vers/model-ver/ed5d36a9-8c4e-47e1-b990-867173791701?depth=0|INFO|500||Invoke
2021-09-10T08:37:17.874Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4343a731-838a-4a6d-a2a4-f5073d29a117/model-vers/model-ver/ed5d36a9-8c4e-47e1-b990-867173791701?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-10T08:37:18.292Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4343a731-838a-4a6d-a2a4-f5073d29a117/model-vers/model-ver/ed5d36a9-8c4e-47e1-b990-867173791701?depth=0|INFO|500||InvokeReturn
2021-09-10T08:37:18.292Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4343a731-838a-4a6d-a2a4-f5073d29a117/model-vers/model-ver/ed5d36a9-8c4e-47e1-b990-867173791701?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210910-08:37:17:896-68762], vertex-id=[172280], Content-Length=[0], Date=[Fri, 10 Sep 2021 08:37:17 GMT], Content-Type=[application/json]}
2021-09-10T08:37:18.292Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-09-10T08:37:18.297Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-10T08:37:18.297Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||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-10T08:37:18.305Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-10T08:37:18.305Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e760893-5114-4347-847c-639b1089249f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-10T08:37:18.306Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-10T08:37:18.307Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:37:18.310Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:37:18.310Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263038306,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T08:37:18.410Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:37:18.411Z||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-10T08:37:18.411Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:37:18.426Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:37:18.427Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-10T08:37:19.321Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:37:19.321Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:37:19.321Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:37:29.592Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:37:29.596Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:37:29.597Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:37:29.598Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:37:39.137Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:37:39.138Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:37:39.139Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:37:39.139Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:37:48.690Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:37:48.691Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:37:48.692Z||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-10T08:37:48.692Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:37:58.263Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:38:05.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:38:05.284Z||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-10T08:38:05.284Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:38:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:38:05.286Z||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-10T08:38:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:38:05.917Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:38:05.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-10T08:38:05.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e760893-5114-4347-847c-639b1089249f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263038306,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T08:38:05.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:38:14.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:05.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:39:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:39:05.286Z||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-10T08:39:05.286Z||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-10T08:39:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:05.428Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:05.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "dcae-sch",
"timestamp": 1631263127575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "policy-id",
"timestamp": 1631263129665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "dcae-sch",
"timestamp": 1631263127575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "policy-id",
"timestamp": 1631263129665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "dcae-sch",
"timestamp": 1631263127575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "policy-id",
"timestamp": 1631263129665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-10T08:39:05.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631263138581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "cds",
"timestamp": 1631263138865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "dcae-sch",
"timestamp": 1631263127575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "policy-id",
"timestamp": 1631263129665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631263138581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"status": "NOTIFIED"
}
2021-09-10T08:39:05.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "cds",
"timestamp": 1631263138865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "dcae-sch",
"timestamp": 1631263127575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "policy-id",
"timestamp": 1631263129665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631263138581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-10T08:39:05.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "cds",
"timestamp": 1631263138865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "dcae-sch",
"timestamp": 1631263127575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "policy-id",
"timestamp": 1631263129665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631263138581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "cds",
"timestamp": 1631263138865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "ves-openapi-manager",
"timestamp": 1631263142440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "clamp",
"timestamp": 1631263142501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "dcae-sch",
"timestamp": 1631263127575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "policy-id",
"timestamp": 1631263129665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:39:05.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631263138581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-10T08:39:05.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "cds",
"timestamp": 1631263138865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "ves-openapi-manager",
"timestamp": 1631263142440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "clamp",
"timestamp": 1631263142501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"status": "NOTIFIED"
}
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631263138581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "cds",
"timestamp": 1631263138865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "policy-id",
"timestamp": 1631263144796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:39:05.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:39:05.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "ves-openapi-manager",
"timestamp": 1631263142440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "aai-ml",
"timestamp": 1631263144468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "clamp",
"timestamp": 1631263142501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:05.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:39:05.923Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:05.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-10T08:39:05.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5bb9b06c-79d2-4c34-90a8-9b65c7d37d53","serviceName":"basic_onboard_OMvcCu","serviceVersion":"1.0","serviceUUID":"ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda","serviceDescription":"service","serviceInvariantUUID":"66de5829-20be-4d2a-af90-0ce56a865c7e","resources":[{"resourceInstanceName":"basic_onboard_OMvcCu 0","resourceName":"basic_onboard_OMvcCu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0bf9ad6f-60cf-4b9a-b0a0-df480b1fbee4","resourceInvariantUUID":"2fb2fa27-0138-4230-8c7f-95db1924ace0","resourceCustomizationUUID":"f041f50b-f807-453f-9c3c-42f6602da0ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml","artifactChecksum":"OTUzYTUzYmJhMmUwMDk3Mzk1NWQxNzQwMDVkY2FmNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e759c8a-8060-48eb-ad80-218a893f591d","artifactVersion":"1"},{"artifactName":"basic_onboard_omvccu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json","artifactChecksum":"MzE5YjJjZGFhZDJhZTE1NmFkZGYwMzI0YjllZjMwZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"63d7263a-b97e-4b58-b409-1ef776f27fde","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e64e666a-bb4f-4587-83ec-02ab36837ef9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dd42595d-b5ad-400e-ad2e-a2f852ab5aa7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0dc78a1-6e9d-424e-8444-17adbbb6b786","artifactVersion":"2","generatedFromUUID":"e64e666a-bb4f-4587-83ec-02ab36837ef9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmvccu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml","artifactChecksum":"YWIwYTM0NDEyZTViNzczNDExMzA1NDBmOTQ5ODExMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e539762-1c42-4e65-b569-ca66a98bee7c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmvccu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar","artifactChecksum":"YzlhOWMyOWYxNWJjYWY0ODRkYjZhMTU1M2NmYjQ4OTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"654f25db-d7d1-4c3b-a774-778986bdd95a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-10T08:39:05.929Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:39:05.930Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:05.933Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:05.933Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263145284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:06.033Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:06.034Z||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-10T08:39:06.034Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:06.046Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:06.046Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-10T08:39:06.934Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:39:06.935Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:06.937Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:06.937Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263145284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"status": "NOTIFIED"
}
2021-09-10T08:39:07.037Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:07.038Z||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-10T08:39:07.038Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:07.049Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:07.049Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-10T08:39:07.938Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:39:07.939Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:07.941Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:07.941Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263145284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-10T08:39:08.042Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:08.043Z||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-10T08:39:08.043Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:08.053Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:08.053Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:08.942Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:39:08.943Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:08.946Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:08.946Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263145284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:09.046Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:09.046Z||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-10T08:39:09.047Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:09.057Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:09.058Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-10T08:39:09.947Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:39:09.948Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:09.950Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:09.950Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263145284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-10T08:39:10.050Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:10.051Z||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-10T08:39:10.051Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:10.061Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:10.061Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-10T08:39:10.950Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:39:10.951Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:10.954Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:10.954Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263145284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:39:11.056Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-10T08:39:11.056Z||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-10T08:39:11.057Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:11.077Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:11.077Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:11.955Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:39:11.959Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:11.961Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:11.961Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263145284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:39:12.061Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:12.062Z||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-10T08:39:12.062Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:12.073Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:12.073Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:12.962Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"serviceName": "basic_onboard_OMvcCu",
"serviceVersion": "1.0",
"serviceUUID": "ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda",
"serviceDescription": "service",
"serviceInvariantUUID": "66de5829-20be-4d2a-af90-0ce56a865c7e",
"resources": [
{
"resourceInstanceName": "basic_onboard_OMvcCu 0",
"resourceCustomizationUUID": "f041f50b-f807-453f-9c3c-42f6602da0ad",
"resourceName": "basic_onboard_OMvcCu",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0bf9ad6f-60cf-4b9a-b0a0-df480b1fbee4",
"resourceInvariantUUID": "2fb2fa27-0138-4230-8c7f-95db1924ace0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_omvccu0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"artifactChecksum": "MzE5YjJjZGFhZDJhZTE1NmFkZGYwMzI0YjllZjMwZTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "63d7263a-b97e-4b58-b409-1ef776f27fde",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e64e666a-bb4f-4587-83ec-02ab36837ef9",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e0dc78a1-6e9d-424e-8444-17adbbb6b786",
"generatedFromUUID": "e64e666a-bb4f-4587-83ec-02ab36837ef9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e0dc78a1-6e9d-424e-8444-17adbbb6b786",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOmvccu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"artifactChecksum": "YzlhOWMyOWYxNWJjYWY0ODRkYjZhMTU1M2NmYjQ4OTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "654f25db-d7d1-4c3b-a774-778986bdd95a"
}
],
"workloadContext": "Production"
}
2021-09-10T08:39:12.963Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-10T08:39:12.963Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda ASDC
2021-09-10T08:39:12.964Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
ServiceName:basic_onboard_OMvcCu
ServiceVersion:1.0
ServiceUUID:ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda
ServiceInvariantUUID:66de5829-20be-4d2a-af90-0ce56a865c7e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOmvccu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar
ArtifactUUID:654f25db-d7d1-4c3b-a774-778986bdd95a
ArtifactChecksum:YzlhOWMyOWYxNWJjYWY0ODRkYjZhMTU1M2NmYjQ4OTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OMvcCu 0
ResourceCustomizationUUID:f041f50b-f807-453f-9c3c-42f6602da0ad
ResourceInvariantUUID:2fb2fa27-0138-4230-8c7f-95db1924ace0
ResourceName:basic_onboard_OMvcCu
ResourceType:VF
ResourceUUID:0bf9ad6f-60cf-4b9a-b0a0-df480b1fbee4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_omvccu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json
ArtifactUUID:63d7263a-b97e-4b58-b409-1ef776f27fde
ArtifactChecksum:MzE5YjJjZGFhZDJhZTE1NmFkZGYwMzI0YjllZjMwZTA=
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/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e64e666a-bb4f-4587-83ec-02ab36837ef9
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/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env
ArtifactUUID:e0dc78a1-6e9d-424e-8444-17adbbb6b786
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/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env
ArtifactUUID:e0dc78a1-6e9d-424e-8444-17adbbb6b786
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-10T08:39:12.964Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda 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-10T08:39:13.022Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T08:39:13.023Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-10T08:39:13.024Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-10T08:39:13.024Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 654f25db-d7d1-4c3b-a774-778986bdd95a from URL: /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:13.024Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-10T08:39:13.024Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:16.030Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-10T08:39:16.034Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar 654f25db-d7d1-4c3b-a774-778986bdd95a 71380
2021-09-10T08:39:16.035Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar ASDC sendASDCNotification
2021-09-10T08:39:16.035Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:16.035Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:39:16.035Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:16.037Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:16.038Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263156035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:39:16.138Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:16.139Z||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-10T08:39:16.139Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:16.151Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:16.151Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:17.038Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T08:39:17.039Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-10T08:39:17.040Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 654f25db-d7d1-4c3b-a774-778986bdd95a, URL: /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar to file: /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:17.040Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:17.041Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:17.041Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:17.692Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14154802773998818740/Definitions/service-BasicOnboardOmvccu-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-10T08:39:18.980Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-10T08:39:18.980Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-10T08:39:18.980Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OMvcCu 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-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||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-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.981Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.982Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:18.982Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-10T08:39:18.982Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:18.982Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:18.983Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:18.983Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-10T08:39:18.983Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T08:39:18.983Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:18.983Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:18.984Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:18.984Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-10T08:39:18.984Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T08:39:18.984Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:18.984Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:18.985Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:18.985Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is not matching search criteria
2021-09-10T08:39:18.985Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-10T08:39:18.985Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-10T08:39:18.985Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-10T08:39:18.985Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-10T08:39:18.985Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-10T08:39:18.985Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:18.986Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-10T08:39:18.986Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:18.986Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:18.986Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:39:18.986Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:18.986Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:18.987Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:39:18.987Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:18.987Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:18.987Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:39:18.987Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:18.987Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is not matching search criteria
2021-09-10T08:39:18.988Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-10T08:39:18.988Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-10T08:39:18.988Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad17ce4b-d32c-43e7-a863-799fb2b33ff2
2021-09-10T08:39:18.988Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:18.988Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:18.988Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:18.988Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:18.989Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:18.989Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:18.989Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:18.989Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:18.989Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_OMvcCu
Description:service
Model UUID:ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda
Model Version:NULL
Model InvariantUuid:66de5829-20be-4d2a-af90-0ce56a865c7e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_OMvcCu
Model UUID:d6980c7c-e845-4220-a588-b154a32deb2c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2fb2fa27-0138-4230-8c7f-95db1924ace0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f041f50b-f807-453f-9c3c-42f6602da0ad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6fb3985d-abec-4b48-8659-d6c39e77e5b7
ModelName:BasicOnboardOmvccu..base_ubuntu18..module-0
ModelUuid:0e77f13b-4d90-4216-8f88-78bd7617524b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ad17ce4b-d32c-43e7-a863-799fb2b33ff2
ModelInvariantUuid:1b3c30c0-ee5b-4341-bafb-4987a8bf161b
ModelName:basic_onboard_OMvcCu-nodes.ubuntu18Cvfc
ModelUuid:a15a24ff-8344-4887-b641-c2ae076d9b62
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:74371aa9-4aa1-4dc5-b5f7-c98cf5530121
ModelInvariantUuid:add1ff50-a826-4db6-be0f-5782e7a6e238
ModelName:BasicOnboardOmvccu.compute.nodes.heat.ubuntu18
ModelUuid:46cf075d-9459-4d3f-ae74-96ce8082a184
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-10T08:39:18.999Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 0bf9ad6f-60cf-4b9a-b0a0-df480b1fbee4
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-10T08:39:19.004Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||basic_onboard_OMvcCu 0
2021-09-10T08:39:19.004Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0bf9ad6f-60cf-4b9a-b0a0-df480b1fbee4
2021-09-10T08:39:19.004Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 63d7263a-b97e-4b58-b409-1ef776f27fde from URL: /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json
2021-09-10T08:39:19.004Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-10T08:39:19.005Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json
2021-09-10T08:39:19.459Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-10T08:39:19.460Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json 63d7263a-b97e-4b58-b409-1ef776f27fde 798
2021-09-10T08:39:19.460Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json ASDC sendASDCNotification
2021-09-10T08:39:19.461Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json
2021-09-10T08:39:19.461Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:39:19.461Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:19.464Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:19.464Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263159460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:39:19.563Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:39:19.564Z||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-10T08:39:19.565Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:19.593Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:19.594Z||pool-27-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:20.465Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOmvccu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "6fb3985d-abec-4b48-8659-d6c39e77e5b7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0e77f13b-4d90-4216-8f88-78bd7617524b",
"vfModuleModelCustomizationUUID": "a26e443f-618f-4a18-9f3b-3ec2b0338b49",
"isBase": true,
"artifacts": [
"e64e666a-bb4f-4587-83ec-02ab36837ef9",
"e0dc78a1-6e9d-424e-8444-17adbbb6b786"
],
"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-10T08:39:20.472Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOmvccu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e77f13b-4d90-4216-8f88-78bd7617524b
VfModuleModelInvariantUUID:6fb3985d-abec-4b48-8659-d6c39e77e5b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
e64e666a-bb4f-4587-83ec-02ab36837ef9
,
e0dc78a1-6e9d-424e-8444-17adbbb6b786
}
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-10T08:39:20.475Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOmvccu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "6fb3985d-abec-4b48-8659-d6c39e77e5b7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0e77f13b-4d90-4216-8f88-78bd7617524b",
"vfModuleModelCustomizationUUID": "a26e443f-618f-4a18-9f3b-3ec2b0338b49",
"isBase": true,
"artifacts": [
"e64e666a-bb4f-4587-83ec-02ab36837ef9",
"e0dc78a1-6e9d-424e-8444-17adbbb6b786"
],
"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-10T08:39:20.475Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOmvccu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e77f13b-4d90-4216-8f88-78bd7617524b
VfModuleModelInvariantUUID:6fb3985d-abec-4b48-8659-d6c39e77e5b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
e64e666a-bb4f-4587-83ec-02ab36837ef9
,
e0dc78a1-6e9d-424e-8444-17adbbb6b786
}
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-10T08:39:20.475Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e64e666a-bb4f-4587-83ec-02ab36837ef9 from URL: /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml
2021-09-10T08:39:20.476Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-10T08:39:20.476Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml
2021-09-10T08:39:23.084Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-10T08:39:23.084Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml e64e666a-bb4f-4587-83ec-02ab36837ef9 5033
2021-09-10T08:39:23.085Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-10T08:39:23.085Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml
2021-09-10T08:39:23.085Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:39:23.086Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:23.088Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:23.088Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263163085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:39:23.188Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:39:23.189Z||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-10T08:39:23.189Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:23.200Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:23.201Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:24.089Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e0dc78a1-6e9d-424e-8444-17adbbb6b786 from URL: /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env
2021-09-10T08:39:24.090Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-10T08:39:24.090Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env
2021-09-10T08:39:24.705Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-10T08:39:24.706Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env e0dc78a1-6e9d-424e-8444-17adbbb6b786 909
2021-09-10T08:39:24.707Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-10T08:39:24.707Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env
2021-09-10T08:39:24.707Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:39:24.708Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:24.709Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:24.710Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263164707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:39:24.810Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:24.812Z||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-10T08:39:24.812Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:24.825Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:24.825Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:25.710Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda
2021-09-10T08:39:25.711Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OMvcCu 0 0bf9ad6f-60cf-4b9a-b0a0-df480b1fbee4 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-10T08:39:25.726Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fdece4a, org.onap.sdc.toscaparser.api.parameters.Input@98c8151, org.onap.sdc.toscaparser.api.parameters.Input@842795, org.onap.sdc.toscaparser.api.parameters.Input@53af63a8, org.onap.sdc.toscaparser.api.parameters.Input@a5a5b09]
2021-09-10T08:39:25.728Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:25.728Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:25.728Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-09-10T08:39:25.729Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f041f50b-f807-453f-9c3c-42f6602da0ad
2021-09-10T08:39:25.729Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f041f50b-f807-453f-9c3c-42f6602da0ad matches Tosca VF Customization UUID: f041f50b-f807-453f-9c3c-42f6602da0ad
2021-09-10T08:39:25.729Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f041f50b-f807-453f-9c3c-42f6602da0ad 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-10T08:39:25.731Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:25.732Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:25.733Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f041f50b-f807-453f-9c3c-42f6602da0ad: {\"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-10T08:39:25.733Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e3277b8
2021-09-10T08:39:25.733Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:25.733Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-10T08:39:25.734Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a26e443f-618f-4a18-9f3b-3ec2b0338b49
2021-09-10T08:39:25.734Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a26e443f-618f-4a18-9f3b-3ec2b0338b49
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-10T08:39:25.736Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:25.736Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:25.737Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:39:25.737Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:25.737Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:25.738Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:39:25.738Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:25.738Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is not matching search criteria
2021-09-10T08:39:25.738Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-10T08:39:25.739Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-10T08:39:25.739Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad17ce4b-d32c-43e7-a863-799fb2b33ff2
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-10T08:39:25.741Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:25.741Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:25.741Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:39:25.742Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:25.742Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OMvcCu 0 is matching search criteria
2021-09-10T08:39:25.742Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OMvcCu 0] matching following query criteria: sdcType=VF, customizationUUID=f041f50b-f807-453f-9c3c-42f6602da0ad
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-10T08:39:25.744Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:25.744Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:25.745Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda: basic_onboard_OMvcCu
2021-09-10T08:39:25.745Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:25.745Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:25.746Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:25.746Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:25.746Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:25.747Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:25.747Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:25.747Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:25.747Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:39:25.748Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OMvcCu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:39:25.748Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_OMvcCu
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-10T08:39:25.833Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OMvcCu 0bf9ad6f-60cf-4b9a-b0a0-df480b1fbee4 1 ASDC deployResourceStructure
2021-09-10T08:39:25.833Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json ASDC sendASDCNotification
2021-09-10T08:39:25.833Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json
2021-09-10T08:39:25.834Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:39:25.834Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:25.836Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:25.836Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263165833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-10T08:39:25.936Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:25.937Z||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-10T08:39:25.937Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:25.957Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:25.957Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:26.838Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-10T08:39:26.839Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml
2021-09-10T08:39:26.839Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:39:26.839Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:26.841Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:26.842Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263166838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-10T08:39:26.942Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:26.943Z||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-10T08:39:26.943Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:26.959Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:26.959Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-10T08:39:27.843Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-10T08:39:27.843Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env
2021-09-10T08:39:27.843Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:39:27.843Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:27.845Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:27.845Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263167842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-10T08:39:27.945Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:27.946Z||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-10T08:39:27.947Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:27.958Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:27.958Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:39:28.848Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar ASDC sendASDCNotification
2021-09-10T08:39:28.848Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar
2021-09-10T08:39:28.848Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:39:28.848Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:39:28.851Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:39:28.851Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263168848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:39:28.951Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:39:28.952Z||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-10T08:39:28.952Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:39:28.962Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:39:28.963Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-10T08:39:29.852Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
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-10T08:39:29.860Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
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-10T08:39:29.862Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:39:29.862Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:39:29.862Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:39:59.863Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
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-10T08:39:59.886Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
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-10T08:39:59.887Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:39:59.887Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:39:59.887Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:40:05.287Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:40:05.289Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:40:05.289Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:40:05.323Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:40:05.324Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:40:05.324Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631263138581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:40:05.327Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:40:29.888Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
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-10T08:40:29.895Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
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-10T08:40:29.896Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:40:29.896Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:40:29.896Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:40:59.897Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
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-10T08:40:59.922Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
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-10T08:40:59.933Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:40:59.933Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:40:59.933Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:41:05.286Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:41:05.288Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:41:05.288Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:41:05.313Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:41:05.315Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:41:05.315Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "cds",
"timestamp": 1631263138865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:41:05.317Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:41:29.934Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
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-10T08:41:29.940Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
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-10T08:41:29.945Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:41:29.945Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:41:29.945Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:41:59.950Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
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-10T08:41:59.976Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
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-10T08:41:59.997Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:41:59.997Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-10T08:41:59.997Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-10T08:42:05.286Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:42:05.288Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:42:05.288Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:42:05.847Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:42:05.851Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.851Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "policy-id",
"timestamp": 1631263145802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:42:05.852Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.852Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.853Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263145284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.853Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.853Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.853Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "ves-openapi-manager",
"timestamp": 1631263142440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.853Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.854Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.854Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "aai-ml",
"timestamp": 1631263144468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.858Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.858Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.858Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "clamp",
"timestamp": 1631263142501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631263146467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "cds",
"timestamp": 1631263146748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.859Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "policy-id",
"timestamp": 1631263146805,
"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-10T08:42:05.864Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
2021-09-10T08:42:05.865Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 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-10T08:42:05.876Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.876Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263145284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"status": "NOTIFIED"
}
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "ves-openapi-manager",
"timestamp": 1631263142440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "aai-ml",
"timestamp": 1631263144468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.877Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "clamp",
"timestamp": 1631263142501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.878Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.878Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.878Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631263147668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.878Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.878Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.878Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "cds",
"timestamp": 1631263147759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-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-10T08:42:05.881Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
2021-09-10T08:42:05.881Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 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-10T08:42:05.885Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.885Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263145284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-10T08:42:05.886Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.886Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.886Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "ves-openapi-manager",
"timestamp": 1631263142440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.886Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.886Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.886Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "aai-ml",
"timestamp": 1631263144468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.886Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.886Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "clamp",
"timestamp": 1631263142501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631263147860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631263148843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.888Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.888Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.888Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263145284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.888Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.888Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.889Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "ves-openapi-manager",
"timestamp": 1631263142440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.889Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.890Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.890Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "aai-ml",
"timestamp": 1631263144468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.890Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.890Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.890Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "clamp",
"timestamp": 1631263142501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:42:05.890Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.890Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.890Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631263147860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.891Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.891Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.891Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631263149876,
"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-10T08:42:05.895Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
2021-09-10T08:42:05.895Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 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-10T08:42:05.899Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.899Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263145284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "aai-ml",
"timestamp": 1631263144468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631263147860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.900Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631263150885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263145284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "aai-ml",
"timestamp": 1631263144468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.901Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631263147860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263145284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631263147860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.902Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631263147860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631263147860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "aai-ml",
"timestamp": 1631263155354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263156035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.903Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631263156597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631263159202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263159460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.904Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "clamp",
"timestamp": 1631263160203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.905Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.905Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.905Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631263160206,
"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-10T08:42:05.907Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
2021-09-10T08:42:05.907Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 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-10T08:42:05.913Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.913Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263163085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.913Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.913Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.913Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "clamp",
"timestamp": 1631263163205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:42:05.913Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.914Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.914Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "clamp",
"timestamp": 1631263164209,
"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-10T08:42:05.916Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
2021-09-10T08:42:05.916Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 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-10T08:42:05.925Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.925Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "aai-ml",
"timestamp": 1631263164683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:42:05.925Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.925Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.925Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263164707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:42:05.926Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.926Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.926Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "aai-ml",
"timestamp": 1631263165692,
"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-10T08:42:05.930Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
2021-09-10T08:42:05.930Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 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-10T08:42:05.942Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.942Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263165833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/basic_onboard_omvccu0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-10T08:42:05.942Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.942Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.943Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263166838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-10T08:42:05.943Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.943Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.943Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263167842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/resourceInstances/basic_onboard_omvccu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-10T08:42:05.943Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:05.943Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:42:05.943Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263168848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmvccu/1.0/artifacts/service-BasicOnboardOmvccu-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:42:05.944Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:42:29.998Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
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-10T08:42:30.008Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53
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-10T08:42:30.012Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:42:30.012Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-10T08:42:30.013Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-10T08:42:30.013Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-10T08:42:30.013Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:42:30.013Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:42:30.013Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:42:30.014Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:42:30.014Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:42:30.014Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:42:30.014Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||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-10T08:42:30.018Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-10T08:43:00.018Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 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-10T08:43:00.025Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 and serviceModelVersionId: ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda
2021-09-10T08:43:00.025Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 66de5829-20be-4d2a-af90-0ce56a865c7e
2021-09-10T08:43:00.026Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?depth=0
2021-09-10T08:43:00.035Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-10T08:43:00.132Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?depth=0|INFO|500||Invoke
2021-09-10T08:43:00.133Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bb9b06c-79d2-4c34-90a8-9b65c7d37d53], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[361c034a-1ffd-4ce9-81e9-cc69e735cc8b], X-ECOMP-RequestID=[5bb9b06c-79d2-4c34-90a8-9b65c7d37d53], X-TransactionId=[], X-ONAP-RequestID=[5bb9b06c-79d2-4c34-90a8-9b65c7d37d53], Content-Type=[application/merge-patch+json]}
2021-09-10T08:43:00.173Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-10T08:43:00.524Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?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/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210910-08:43:00:207-19887], vertex-id=[168080], Content-Length=[0], Date=[Fri, 10 Sep 2021 08:43:00 GMT], Content-Type=[application/json]}
2021-09-10T08:43:00.525Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-10T08:43:00.525Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66de5829-20be-4d2a-af90-0ce56a865c7e/model-vers/model-ver/ae48d4fd-6d6e-4e42-9f8c-fd868a1cbdda?depth=0|INFO|500||InvokeReturn
2021-09-10T08:43:00.534Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-10T08:43:00.534Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||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-10T08:43:00.545Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||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-10T08:43:00.545Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb9b06c-79d2-4c34-90a8-9b65c7d37d53 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-10T08:43:00.546Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-10T08:43:00.547Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:43:00.554Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:43:00.554Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263380546,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T08:43:00.651Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-10T08:43:00.653Z||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-10T08:43:00.654Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:43:00.691Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:43:00.692Z||pool-34-thread-1|||||INFO|500||cambria reply ok (39 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-10T08:43:01.571Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:43:01.572Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T08:43:01.572Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:43:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:43:05.286Z||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-10T08:43:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:43:05.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:43:05.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-10T08:43:05.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb9b06c-79d2-4c34-90a8-9b65c7d37d53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631263380546,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T08:43:05.948Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:43:11.830Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:43:11.910Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:43:11.911Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T08:43:11.914Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:43:21.474Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:43:21.475Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:43:21.476Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T08:43:21.476Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:43:31.038Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:43:31.039Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:43:31.039Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T08:43:31.039Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:43:40.578Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:44:05.283Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:44:05.284Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T08:44:05.284Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:44:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:44:05.286Z||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-10T08:44:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:44:14.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:44:14.841Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:45:05.286Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:45:05.288Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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-10T08:45:05.289Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:45:05.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:45:05.293Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T08:45:05.293Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:45:14.857Z|5bb9b06c-79d2-4c34-90a8-9b65c7d37d53|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:45:14.862Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:46:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:46:05.285Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:46:05.286Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:46:05.287Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:46:05.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T08:46:05.288Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:46:14.843Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:46:14.845Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:47:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:47:05.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:47:05.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T08:47:05.286Z||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-10T08:47:05.286Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:47:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:47:14.853Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:47:14.856Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:48:05.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:48:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:48:05.291Z||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-10T08:48:05.291Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T08:48:05.292Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:48:05.292Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:48:14.852Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:48:14.853Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:49:05.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:49:05.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T08:49:05.285Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:49:05.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:49:05.286Z||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-10T08:49:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:49:14.850Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:49:14.850Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:50:05.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:50:05.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T08:50:05.286Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:50:05.286Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:50:05.286Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:50:05.286Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:50:14.894Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:50:14.904Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:51:05.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:51:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:51:05.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T08:51:05.286Z||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-10T08:51:05.286Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:51:05.286Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:51:14.850Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:51:14.856Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:52:05.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:52:05.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:52:05.287Z||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-10T08:52:05.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T08:52:05.288Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:52:05.288Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:52:14.843Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:52:14.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:53:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:53:05.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:53:05.290Z||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-10T08:53:05.291Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T08:53:05.291Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:53:05.291Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:53:14.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:53:14.845Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:54:05.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:54:05.285Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:54:05.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-10T08:54:05.288Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:54:05.287Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:54:05.289Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:54:14.849Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:54:14.856Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:55:05.286Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:55:05.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:55:05.288Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:55:05.288Z||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-10T08:55:05.289Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:55:05.289Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:55:14.858Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:55:14.887Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:56:05.284Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:56:05.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:56:05.286Z||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-10T08:56:05.286Z|6e760893-5114-4347-847c-639b1089249f|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-10T08:56:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:56:05.287Z|6e760893-5114-4347-847c-639b1089249f|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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:56:05.925Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:56:05.926Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.926Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:56:05.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "aai-ml",
"timestamp": 1631264134468,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:56:05.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:56:05.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.926Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"720aa8eb-717f-497b-bd2f-1dff2d07c1e4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"421485e8-3d28-40ad-b33c-863bbc3fffda","serviceDescription":"service","serviceInvariantUUID":"9c0c8633-f127-4dcf-9cbd-469d086f0479","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d9422232-81cb-48a1-92e9-e65658faecdf","resourceInvariantUUID":"b2194583-9c7a-4fa8-a09e-271544ebaaeb","resourceCustomizationUUID":"dc8624b2-0562-480b-8eea-96850c671ac2","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":"M2IzNDI5YTQ2ZTU4Mzg3YjhjMjU0NDUyNjI2YzAzNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"64c2b9ec-bab9-4bc1-87ee-4535902ebb6d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTc0NGM2ZDJlMmE3YmY2MDA5ZTBlOGM1ZDY0ZDYyMGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31b10515-e00f-4bbf-8299-7e3d62f08477","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-10T08:56:05.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "clamp",
"timestamp": 1631264132500,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:56:05.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:56:05.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631264138581,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:56:05.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:56:05.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "policy-id",
"timestamp": 1631264129665,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:56:05.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:56:05.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631264137861,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:56:05.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:56:05.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "aai-ml",
"timestamp": 1631264134468,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:56:05.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:56:05.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "clamp",
"timestamp": 1631264132500,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:56:05.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:56:05.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "policy-id",
"timestamp": 1631264129665,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:56:05.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:56:05.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631264138581,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:56:05.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:56:05.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631264137861,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:56:05.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:56:05.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1631264142440,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:56:05.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:56:05.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1631264142440,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:56:05.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:56:05.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "cds",
"timestamp": 1631264143864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:56:05.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:56:05.949Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:56:05.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "aai-ml",
"timestamp": 1631264144523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:56:05.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:05.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "policy-id",
"timestamp": 1631264144516,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:56:05.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:05.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631264144596,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:56:05.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:05.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "cds",
"timestamp": 1631264143864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:56:05.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:56:05.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "policy-id",
"timestamp": 1631264145523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:56:05.952Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:05.953Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:56:05.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631264146325,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:56:05.954Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:05.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "policy-id",
"timestamp": 1631264146527,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2021-09-10T08:56:05.959Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:56:05.959Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264165283,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-10T08:56:05.973Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 720aa8eb-717f-497b-bd2f-1dff2d07c1e4
2021-09-10T08:56:05.974Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 720aa8eb-717f-497b-bd2f-1dff2d07c1e4 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-10T08:56:05.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "cds",
"timestamp": 1631264146768,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:56:05.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:05.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631264147342,
"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-10T08:56:05.988Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 720aa8eb-717f-497b-bd2f-1dff2d07c1e4
2021-09-10T08:56:05.988Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 720aa8eb-717f-497b-bd2f-1dff2d07c1e4 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-10T08:56:05.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:05.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "cds",
"timestamp": 1631264147777,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-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-10T08:56:06.005Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 720aa8eb-717f-497b-bd2f-1dff2d07c1e4
2021-09-10T08:56:06.005Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 720aa8eb-717f-497b-bd2f-1dff2d07c1e4 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-10T08:56:06.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:06.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "dcae-sch",
"timestamp": 1631264147575,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:56:06.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:56:06.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:06.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "aai-ml",
"timestamp": 1631264148918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:56:06.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:06.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:06.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "dcae-sch",
"timestamp": 1631264147575,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:56:06.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:56:06.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:06.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "aai-ml",
"timestamp": 1631264149926,
"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-10T08:56:06.029Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 720aa8eb-717f-497b-bd2f-1dff2d07c1e4
2021-09-10T08:56:06.029Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 720aa8eb-717f-497b-bd2f-1dff2d07c1e4 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-10T08:56:06.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:06.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "clamp",
"timestamp": 1631264151389,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:56:06.039Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:06.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:06.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "clamp",
"timestamp": 1631264153400,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:56:06.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:56:06.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:56:06.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "clamp",
"timestamp": 1631264154404,
"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-10T08:56:06.052Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 720aa8eb-717f-497b-bd2f-1dff2d07c1e4
2021-09-10T08:56:06.052Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 720aa8eb-717f-497b-bd2f-1dff2d07c1e4 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-10T08:56:06.057Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-10T08:56:06.058Z||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-10T08:56:06.059Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:56:06.085Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:56:06.086Z||pool-35-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:56:06.960Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:56:06.960Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:56:06.963Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:56:06.963Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264165283,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:56:07.066Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-10T08:56:07.066Z||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-10T08:56:07.066Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:56:07.077Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:56:07.077Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:56:07.977Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "421485e8-3d28-40ad-b33c-863bbc3fffda",
"serviceDescription": "service",
"serviceInvariantUUID": "9c0c8633-f127-4dcf-9cbd-469d086f0479",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "dc8624b2-0562-480b-8eea-96850c671ac2",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d9422232-81cb-48a1-92e9-e65658faecdf",
"resourceInvariantUUID": "b2194583-9c7a-4fa8-a09e-271544ebaaeb",
"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": "NTc0NGM2ZDJlMmE3YmY2MDA5ZTBlOGM1ZDY0ZDYyMGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "31b10515-e00f-4bbf-8299-7e3d62f08477"
}
],
"workloadContext": "Production"
}
2021-09-10T08:56:07.979Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-10T08:56:07.979Z|6e760893-5114-4347-847c-639b1089249f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 421485e8-3d28-40ad-b33c-863bbc3fffda ASDC
2021-09-10T08:56:07.980Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:720aa8eb-717f-497b-bd2f-1dff2d07c1e4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:421485e8-3d28-40ad-b33c-863bbc3fffda
ServiceInvariantUUID:9c0c8633-f127-4dcf-9cbd-469d086f0479
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:31b10515-e00f-4bbf-8299-7e3d62f08477
ArtifactChecksum:NTc0NGM2ZDJlMmE3YmY2MDA5ZTBlOGM1ZDY0ZDYyMGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:dc8624b2-0562-480b-8eea-96850c671ac2
ResourceInvariantUUID:b2194583-9c7a-4fa8-a09e-271544ebaaeb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d9422232-81cb-48a1-92e9-e65658faecdf
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-10T08:56:07.980Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 421485e8-3d28-40ad-b33c-863bbc3fffda 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-10T08:56:08.009Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T08:56:08.011Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-10T08:56:08.011Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-10T08:56:08.012Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 31b10515-e00f-4bbf-8299-7e3d62f08477 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-10T08:56:08.012Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-10T08:56:08.012Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-10T08:56:08.374Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-10T08:56:08.378Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 31b10515-e00f-4bbf-8299-7e3d62f08477 52172
2021-09-10T08:56:08.378Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:08.378Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:08.378Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:56:08.379Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:56:08.382Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:56:08.382Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264168378,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:56:08.482Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:56:08.484Z||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-10T08:56:08.485Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:56:08.495Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:56:08.496Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:56:09.384Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T08:56:09.387Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-10T08:56:09.388Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 31b10515-e00f-4bbf-8299-7e3d62f08477, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:09.388Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-10T08:56:09.389Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:09.389Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:09.538Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14045614947913852792/Definitions/service-BasicNetwork-template.yml
2021-09-10T08:56:10.194Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-10T08:56:10.195Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-10T08:56:10.195Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:10.195Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-10T08:56:10.196Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:10.196Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:10.196Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:10.196Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:10.196Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-10T08:56:10.196Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:10.197Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:10.197Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:10.197Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-10T08:56:10.198Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:56:10.198Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.198Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-10T08:56:10.199Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-10T08:56:10.199Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T08:56:10.199Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:56:10.199Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.199Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-10T08:56:10.200Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-10T08:56:10.200Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T08:56:10.200Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:56:10.200Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.201Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:56:10.201Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.201Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:56:10.202Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.202Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:56:10.202Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.202Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:56:10.202Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.202Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:421485e8-3d28-40ad-b33c-863bbc3fffda
Model Version:NULL
Model InvariantUuid:9c0c8633-f127-4dcf-9cbd-469d086f0479
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b2194583-9c7a-4fa8-a09e-271544ebaaeb
Model UUID:ca0e294b-b4bd-4c72-ad28-814143d79f52
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:dc8624b2-0562-480b-8eea-96850c671ac2
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-10T08:56:10.210Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: d9422232-81cb-48a1-92e9-e65658faecdf
2021-09-10T08:56:10.211Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||No resources found for Service: 421485e8-3d28-40ad-b33c-863bbc3fffda
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-10T08:56:10.216Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||
2021-09-10T08:56:10.216Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-10T08:56:10.217Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 421485e8-3d28-40ad-b33c-863bbc3fffda
2021-09-10T08:56:10.218Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 421485e8-3d28-40ad-b33c-863bbc3fffda
2021-09-10T08:56:10.218Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-10T08:56:10.218Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:10.223Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bc14908, org.onap.sdc.toscaparser.api.parameters.Input@722b825b, org.onap.sdc.toscaparser.api.parameters.Input@739d1ce0, org.onap.sdc.toscaparser.api.parameters.Input@fa4a6f3, org.onap.sdc.toscaparser.api.parameters.Input@6ecc3706]
2021-09-10T08:56:10.225Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:56:10.226Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.226Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:56:10.226Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.226Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 421485e8-3d28-40ad-b33c-863bbc3fffda: Generic NeutronNet
2021-09-10T08:56:10.227Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:56:10.227Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.227Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:56:10.227Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:10.259Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:56:10.259Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.259Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:56:10.259Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.260Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:56:10.260Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:56:10.260Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:10.312Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-10T08:56:10.313Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:10.313Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:10.313Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-10T08:56:10.314Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:56:10.316Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:56:10.316Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264170313,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:56:10.416Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:56:10.417Z||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-10T08:56:10.417Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:56:10.427Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:56:10.428Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:56:11.317Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 720aa8eb-717f-497b-bd2f-1dff2d07c1e4
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-10T08:56:11.326Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 720aa8eb-717f-497b-bd2f-1dff2d07c1e4
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-10T08:56:11.329Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-10T08:56:11.329Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-10T08:56:11.329Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-10T08:56:11.329Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-10T08:56:11.330Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:56:11.330Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:56:11.330Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:56:11.330Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:56:11.330Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:56:11.330Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-10T08:56:11.330Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-10T08:56:11.333Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-10T08:56:41.333Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 720aa8eb-717f-497b-bd2f-1dff2d07c1e4 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-10T08:56:41.338Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 720aa8eb-717f-497b-bd2f-1dff2d07c1e4 and serviceModelVersionId: 421485e8-3d28-40ad-b33c-863bbc3fffda
2021-09-10T08:56:41.338Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9c0c8633-f127-4dcf-9cbd-469d086f0479
2021-09-10T08:56:41.339Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9c0c8633-f127-4dcf-9cbd-469d086f0479/model-vers/model-ver/421485e8-3d28-40ad-b33c-863bbc3fffda?depth=0
2021-09-10T08:56:41.344Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-10T08:56:41.430Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9c0c8633-f127-4dcf-9cbd-469d086f0479/model-vers/model-ver/421485e8-3d28-40ad-b33c-863bbc3fffda?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-10T08:56:41.433Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9c0c8633-f127-4dcf-9cbd-469d086f0479/model-vers/model-ver/421485e8-3d28-40ad-b33c-863bbc3fffda?depth=0|INFO|500||Invoke
2021-09-10T08:56:41.461Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9c0c8633-f127-4dcf-9cbd-469d086f0479/model-vers/model-ver/421485e8-3d28-40ad-b33c-863bbc3fffda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-10T08:56:42.788Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9c0c8633-f127-4dcf-9cbd-469d086f0479/model-vers/model-ver/421485e8-3d28-40ad-b33c-863bbc3fffda?depth=0|INFO|500||InvokeReturn
2021-09-10T08:56:42.791Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9c0c8633-f127-4dcf-9cbd-469d086f0479/model-vers/model-ver/421485e8-3d28-40ad-b33c-863bbc3fffda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210910-08:56:41:473-71584], vertex-id=[188664], Content-Length=[0], Date=[Fri, 10 Sep 2021 08:56:41 GMT], Content-Type=[application/json]}
2021-09-10T08:56:42.791Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-09-10T08:56:42.791Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-10T08:56:42.792Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||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-10T08:56:42.796Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-10T08:56:42.797Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 720aa8eb-717f-497b-bd2f-1dff2d07c1e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-10T08:56:42.797Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-10T08:56:42.798Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:56:42.800Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:56:42.801Z|720aa8eb-717f-497b-bd2f-1dff2d07c1e4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264202797,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T08:56:42.900Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:56:42.901Z||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-10T08:56:42.902Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:56:42.919Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:56:42.919Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-10T08:57:05.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:57:05.285Z||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-10T08:57:05.285Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:57:05.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:57:05.290Z||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-10T08:57:05.290Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:57:05.414Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:57:05.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-10T08:57:05.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264165283,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:57:05.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-10T08:57:14.849Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:58:05.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:58:05.287Z||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-10T08:58:05.287Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:05.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-10T08:58:05.295Z||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-10T08:58:05.295Z||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 DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:05.345Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:58:05.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:58:05.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264165283,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:58:05.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-10T08:58:05.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:58:05.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264168378,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:58:05.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:58:05.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:58:05.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264170313,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-10T08:58:05.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:58:05.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-10T08:58:05.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "720aa8eb-717f-497b-bd2f-1dff2d07c1e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264202797,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-10T08:58:05.351Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-10T08:58:05.959Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:58:05.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-10T08:58:05.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"eb6f4dcf-34e6-4a47-84d6-571550281a89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"035111dc-c80f-4d53-bf50-7e431fe01e55","serviceDescription":"service","serviceInvariantUUID":"d81d8d64-e49f-4260-b84d-ad51d26c85e7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9b0fb5c6-229b-4a45-b7b0-3f4dddaea0bf","resourceInvariantUUID":"18abcb9b-10d0-4023-ad4f-c7d1ceb11305","resourceCustomizationUUID":"b5cbba0c-44ea-40e6-baf0-5c1f73ab09cf","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":"ZTJmNjhhNWRhYWQ2Y2I3OWMwMDM5OTk3OTE2M2Q0NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af2f980f-e238-4e56-9a55-cce485439c51","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":"NDI0NWM4MDU3YzNkNmZhY2RlYjlkYWU0ZmYwYTE2MTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6f1c3569-9c9a-4092-bc25-9652654a05bd","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":"d8eb0114-bb3e-428a-9cb5-33f2653be862","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":"962726eb-cfe8-4f47-86e8-93acfa4cab23","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":"e42ef2f8-3015-4159-87f7-4508292f7cfb","artifactVersion":"2","generatedFromUUID":"d8eb0114-bb3e-428a-9cb5-33f2653be862"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWRiZGE1YTI5NDMyMDA4YjZiMGIyMTI4NjIwZGRmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fbdfb66-eb8a-4502-97e0-86029ad926cf","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWFkMTEyNzNlMjY5M2E0YWFjMmRmYWI0YWI1NGFhZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74f695c7-bebe-4372-bf60-e84bd83a747e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-10T08:58:05.968Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:58:05.969Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:05.973Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:05.974Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264285284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:58:06.074Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-10T08:58:06.075Z||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-10T08:58:06.075Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:06.089Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:58:06.090Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:06.975Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:58:06.978Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:06.980Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:06.980Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264285284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-10T08:58:07.080Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:58:07.082Z||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-10T08:58:07.082Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:07.094Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:58:07.095Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:07.981Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:58:07.982Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:07.984Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:07.984Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264285284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-10T08:58:08.084Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:58:08.086Z||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-10T08:58:08.086Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:08.097Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:58:08.099Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:08.985Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:58:08.986Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:08.988Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:08.988Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264285284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:58:09.088Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:58:09.089Z||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-10T08:58:09.089Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:09.100Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:58:09.100Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:09.989Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:58:09.989Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:09.991Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:09.991Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264285284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-10T08:58:10.091Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-10T08:58:10.092Z||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-10T08:58:10.092Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:10.115Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:58:10.115Z||pool-44-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:10.992Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:58:10.992Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:11.006Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:11.006Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264285284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-10T08:58:11.094Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2021-09-10T08:58:11.095Z||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-10T08:58:11.095Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:11.106Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:58:11.106Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:12.026Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-10T08:58:12.027Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:12.030Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:12.030Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264285284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-10T08:58:12.130Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-10T08:58:12.131Z||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-10T08:58:12.131Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:12.158Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:58:12.159Z||pool-46-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:13.036Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "035111dc-c80f-4d53-bf50-7e431fe01e55",
"serviceDescription": "service",
"serviceInvariantUUID": "d81d8d64-e49f-4260-b84d-ad51d26c85e7",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "b5cbba0c-44ea-40e6-baf0-5c1f73ab09cf",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9b0fb5c6-229b-4a45-b7b0-3f4dddaea0bf",
"resourceInvariantUUID": "18abcb9b-10d0-4023-ad4f-c7d1ceb11305",
"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": "NDI0NWM4MDU3YzNkNmZhY2RlYjlkYWU0ZmYwYTE2MTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6f1c3569-9c9a-4092-bc25-9652654a05bd",
"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": "d8eb0114-bb3e-428a-9cb5-33f2653be862",
"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": "e42ef2f8-3015-4159-87f7-4508292f7cfb",
"generatedFromUUID": "d8eb0114-bb3e-428a-9cb5-33f2653be862"
},
"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": "e42ef2f8-3015-4159-87f7-4508292f7cfb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NWFkMTEyNzNlMjY5M2E0YWFjMmRmYWI0YWI1NGFhZWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "74f695c7-bebe-4372-bf60-e84bd83a747e"
}
],
"workloadContext": "Production"
}
2021-09-10T08:58:13.036Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-10T08:58:13.037Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 035111dc-c80f-4d53-bf50-7e431fe01e55 ASDC
2021-09-10T08:58:13.038Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:eb6f4dcf-34e6-4a47-84d6-571550281a89
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:035111dc-c80f-4d53-bf50-7e431fe01e55
ServiceInvariantUUID:d81d8d64-e49f-4260-b84d-ad51d26c85e7
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:74f695c7-bebe-4372-bf60-e84bd83a747e
ArtifactChecksum:NWFkMTEyNzNlMjY5M2E0YWFjMmRmYWI0YWI1NGFhZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b5cbba0c-44ea-40e6-baf0-5c1f73ab09cf
ResourceInvariantUUID:18abcb9b-10d0-4023-ad4f-c7d1ceb11305
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:9b0fb5c6-229b-4a45-b7b0-3f4dddaea0bf
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:6f1c3569-9c9a-4092-bc25-9652654a05bd
ArtifactChecksum:NDI0NWM4MDU3YzNkNmZhY2RlYjlkYWU0ZmYwYTE2MTc=
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:d8eb0114-bb3e-428a-9cb5-33f2653be862
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:e42ef2f8-3015-4159-87f7-4508292f7cfb
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:e42ef2f8-3015-4159-87f7-4508292f7cfb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-10T08:58:13.038Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 035111dc-c80f-4d53-bf50-7e431fe01e55 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-10T08:58:13.090Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T08:58:13.092Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-10T08:58:13.093Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-10T08:58:13.093Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 74f695c7-bebe-4372-bf60-e84bd83a747e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-10T08:58:13.093Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-10T08:58:13.094Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-10T08:58:16.428Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-10T08:58:16.432Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 74f695c7-bebe-4372-bf60-e84bd83a747e 70862
2021-09-10T08:58:16.432Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||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-10T08:58:16.432Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||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-10T08:58:16.433Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-10T08:58:16.433Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-10T08:58:16.436Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-10T08:58:16.436Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb6f4dcf-34e6-4a47-84d6-571550281a89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631264296432,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-10T08:58:16.546Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2021-09-10T08:58:16.547Z||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-10T08:58:16.547Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DlrJgOLzNJBEfG2c) ...
2021-09-10T08:58:16.562Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-10T08:58:16.563Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-10T08:58:17.437Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-10T08:58:17.438Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-10T08:58:17.438Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 74f695c7-bebe-4372-bf60-e84bd83a747e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-10T08:58:17.439Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-10T08:58:17.439Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-10T08:58:17.439Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-10T08:58:17.721Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4415758721179902602/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-10T08:58:18.932Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-10T08:58:18.932Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-10T08:58:18.933Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-10T08:58:18.933Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-10T08:58:18.933Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||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-10T08:58:18.933Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||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-10T08:58:18.933Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||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-10T08:58:18.933Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||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-10T08:58:18.934Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||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-10T08:58:18.934Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||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-10T08:58:18.934Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||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-10T08:58:18.934Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||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-10T08:58:18.934Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||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-10T08:58:18.934Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-10T08:58:18.935Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:58:18.935Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:58:18.935Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-10T08:58:18.936Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-10T08:58:18.936Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T08:58:18.936Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:58:18.936Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:58:18.937Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-10T08:58:18.937Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-10T08:58:18.937Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-10T08:58:18.937Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:58:18.937Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-10T08:58:18.938Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:58:18.938Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-10T08:58:18.938Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-10T08:58:18.938Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-10T08:58:18.938Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-10T08:58:18.939Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-10T08:58:18.939Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-10T08:58:18.939Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:58:18.939Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-10T08:58:18.940Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:58:18.940Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-10T08:58:18.940Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:58:18.940Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:58:18.940Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-10T08:58:18.941Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:58:18.941Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-10T08:58:18.941Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-10T08:58:18.941Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-10T08:58:18.941Z|eb6f4dcf-34e6-4a47-84d6-571550281a89|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery