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-28T01:02:56.872Z||main|||||INFO|500||The following profiles are active: basic
2021-09-28T01:03:05.650Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-28T01:03:05.651Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-28T01:03:05.738Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-28T01:03:07.945Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-28T01:03:08.098Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-28T01:03:08.452Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-28T01:03:08.459Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-28T01:03:08.537Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-28T01:03:08.655Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-28T01:03:08.974Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-28T01:03:09.674Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-28T01:03:11.488Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-28T01:03:11.533Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-28T01:03:12.019Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-28T01:03:12.258Z||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-28T01:03:13.264Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-28T01:03:14.202Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-28T01:03:14.220Z||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$$b169728.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-28T01:03:14.221Z||main|||||WARN|500||The sdc end point is not alive
2021-09-28T01:03:16.620Z||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-28T01:03:18.990Z||main|||||WARN|500||---
2021-09-28T01:03:18.991Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-28T01:03:18.991Z||main|||||WARN|500||---
2021-09-28T01:03:19.400Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-28T01:03:23.449Z||main|||||INFO|500||Started Application in 30.473 seconds (JVM running for 31.528)
2021-09-28T01:03:23.459Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-28T01:03:23.460Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-28T01:03:23.470Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-28T01:03:23.517Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-28T01:03:23.556Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 50426487-6b9b-448b-936f-26f482b497b2 url= /sdc/v1/artifactTypes
2021-09-28T01:03:23.556Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-28T01:03:23.799Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-28T01:03:23.826Z||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-28T01:03:23.844Z||scheduling-1|||||DEBUG|500||create keys
2021-09-28T01:03:23.851Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-28T01:03:23.873Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:03:23.891Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ad5d03bd-22ea-412e-be13-a550d0645b9f url= /sdc/v1/registerForDistribution
2021-09-28T01:03:23.989Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ad5d03bd-22ea-412e-be13-a550d0645b9f url= /sdc/v1/registerForDistribution
2021-09-28T01:03:23.989Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-28T01:03:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:03:23.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:03:24.001Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-28T01:03:24.002Z||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-28T01:03:24.002Z||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-28T01:03:24.003Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:03:24.003Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:03:34.262Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:03:34.263Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:04:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:04:23.996Z||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-28T01:04:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:04:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:04:23.997Z||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-28T01:04:23.998Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:04:33.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:04:33.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:05:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:05:23.996Z||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-28T01:05:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:05:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:05:23.997Z||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-28T01:05:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:05:33.548Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:05:33.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:06:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:06:23.996Z||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-28T01:06:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:06:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:06:23.997Z||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-28T01:06:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:06:33.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:06:33.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:07:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:07:23.996Z||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-28T01:07:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:07:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:07:23.997Z||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-28T01:07:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:07:33.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:07:33.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:08:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:08:23.996Z||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-28T01:08:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:08:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:08:23.997Z||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-28T01:08:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:08:33.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:08:33.548Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:09:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:09:23.995Z||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-28T01:09:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:09:23.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:09:23.997Z||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-28T01:09:23.998Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:09:33.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:09:33.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:10:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:10:23.996Z||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-28T01:10:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:10:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:10:23.998Z||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-28T01:10:23.998Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:10:33.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:10:33.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:11:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:11:23.995Z||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-28T01:11:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:11:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:11:23.997Z||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-28T01:11:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:11:33.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:11:33.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:12:23.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:12:23.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:12:23.999Z||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-28T01:12:23.999Z||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-28T01:12:23.999Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:12:23.999Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:12:33.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:12:33.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:13:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:13:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:13:23.998Z||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-28T01:13:23.998Z||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-28T01:13:23.998Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:13:23.999Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:13:33.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:13:33.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:13:43.057Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-28T01:14:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:14:23.996Z||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-28T01:14:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:14:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:14:23.997Z||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-28T01:14:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:14:33.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:14:33.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:15:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:15:23.996Z||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-28T01:15:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:15:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:15:23.997Z||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-28T01:15:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:15:33.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:15:33.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:16:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:16:23.996Z||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-28T01:16:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:16:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:16:23.997Z||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-28T01:16:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:16:33.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:16:33.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:17:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:17:23.995Z||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-28T01:17:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:17:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:17:23.997Z||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-28T01:17:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:17:33.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:17:33.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:18:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:18:23.995Z||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-28T01:18:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:18:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:18:23.997Z||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-28T01:18:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:18:33.547Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:18:33.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:19:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:19:23.995Z||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-28T01:19:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:19:23.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:19:23.998Z||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-28T01:19:23.998Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:19:33.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:19:33.547Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:20:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:20:23.996Z||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-28T01:20:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:20:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:20:23.998Z||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-28T01:20:23.998Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:20:33.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:20:33.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:21:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:21:23.995Z||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-28T01:21:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:21:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:21:23.997Z||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-28T01:21:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:21:33.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:21:33.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:22:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:22:23.996Z||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-28T01:22:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:22:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:22:23.997Z||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-28T01:22:23.998Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:22:33.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:22:33.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:23:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:23:23.995Z||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-28T01:23:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:23:23.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:23:23.998Z||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-28T01:23:23.998Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:23:33.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:23:33.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:24:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:24:23.995Z||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-28T01:24:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:24:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:24:23.997Z||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-28T01:24:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:24:33.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:24:33.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:25:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:25:23.996Z||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-28T01:25:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:25:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:25:23.997Z||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-28T01:25:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:25:33.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:25:33.547Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:26:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:26:23.995Z||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-28T01:26:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:26:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:26:23.997Z||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-28T01:26:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:26:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:26:33.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:27:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:27:23.996Z||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-28T01:27:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:27:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:27:23.997Z||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-28T01:27:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:27:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:27:33.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:28:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:28:23.995Z||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-28T01:28:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:28:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:28:23.997Z||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-28T01:28:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:28:33.543Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:28:33.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:29:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:29:23.996Z||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-28T01:29:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:29:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:29:23.997Z||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-28T01:29:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:29:33.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:29:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:30:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:30:23.996Z||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-28T01:30:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:30:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:30:23.997Z||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-28T01:30:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:30:33.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:30:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:31:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:31:23.995Z||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-28T01:31:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:31:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:31:23.997Z||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-28T01:31:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:31:33.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:31:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:32:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:32:23.996Z||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-28T01:32:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:32:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:32:23.997Z||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-28T01:32:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:32:33.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:32:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:33:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:33:23.995Z||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-28T01:33:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:33:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:33:23.997Z||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-28T01:33:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:33:33.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:33:33.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:34:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:34:23.995Z||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-28T01:34:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:34:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:34:23.997Z||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-28T01:34:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:34:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:34:33.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:35:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:35:23.996Z||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-28T01:35:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:35:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:35:23.997Z||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-28T01:35:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:35:33.547Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:35:33.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:36:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:36:23.996Z||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-28T01:36:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:36:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:36:23.997Z||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-28T01:36:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:36:33.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:36:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:37:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:37:23.996Z||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-28T01:37:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:37:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:37:23.997Z||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-28T01:37:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:37:33.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:37:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:38:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:38:23.996Z||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-28T01:38:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:38:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:38:23.997Z||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-28T01:38:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:38:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:38:33.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:39:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:39:23.995Z||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-28T01:39:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:39:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:39:23.997Z||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-28T01:39:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:39:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:39:33.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:40:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:40:23.995Z||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-28T01:40:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:40:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:40:23.997Z||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-28T01:40:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:40:33.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:40:33.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:41:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:41:23.995Z||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-28T01:41:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:41:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:41:23.997Z||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-28T01:41:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:41:33.542Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:41:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:42:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:42:23.996Z||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-28T01:42:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:42:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:42:23.997Z||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-28T01:42:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:42:33.545Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:42:33.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:43:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:43:23.995Z||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-28T01:43:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:43:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:43:23.997Z||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-28T01:43:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:43:33.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:43:33.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:44:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:44:23.996Z||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-28T01:44:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:44:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:44:23.997Z||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-28T01:44:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:44:33.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:44:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:45:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:45:23.995Z||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-28T01:45:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:45:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:45:23.997Z||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-28T01:45:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:45:33.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:45:33.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:46:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:46:23.995Z||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-28T01:46:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:46:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:46:23.997Z||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-28T01:46:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:46:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:46:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:47:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:47:23.995Z||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-28T01:47:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:47:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:47:23.997Z||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-28T01:47:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:47:33.540Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:47:33.544Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:48:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:48:23.996Z||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-28T01:48:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:48:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:48:23.997Z||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-28T01:48:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:48:33.545Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:48:33.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:49:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:49:23.995Z||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-28T01:49:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:49:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:49:23.997Z||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-28T01:49:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:49:33.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:49:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:50:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:50:23.996Z||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-28T01:50:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:50:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:50:23.997Z||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-28T01:50:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:50:33.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:50:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:51:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:51:23.995Z||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-28T01:51:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:51:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:51:23.997Z||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-28T01:51:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:51:33.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:51:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:52:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:52:23.995Z||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-28T01:52:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:52:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:52:23.997Z||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-28T01:52:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:52:33.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:52:33.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:53:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:53:23.995Z||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-28T01:53:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:53:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:53:23.997Z||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-28T01:53:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:53:33.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:53:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:54:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:54:23.995Z||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-28T01:54:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:54:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:54:23.997Z||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-28T01:54:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:54:33.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:54:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:55:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:55:23.995Z||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-28T01:55:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:55:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:55:23.997Z||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-28T01:55:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:55:33.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:55:33.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:56:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:56:23.996Z||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-28T01:56:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:56:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:56:23.998Z||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-28T01:56:23.998Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:56:33.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:56:33.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:57:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:57:23.996Z||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-28T01:57:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:57:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:57:23.997Z||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-28T01:57:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:57:33.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:57:33.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:58:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:58:23.996Z||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-28T01:58:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:58:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:58:23.997Z||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-28T01:58:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:58:33.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:58:33.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:59:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:59:23.995Z||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-28T01:59:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:59:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T01:59:23.997Z||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-28T01:59:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T01:59:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T01:59:33.545Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:00:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:00:23.995Z||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-28T02:00:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:00:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:00:23.997Z||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-28T02:00:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:00:33.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:00:33.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:01:23.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:01:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:01:23.998Z||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-28T02:01:23.998Z||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-28T02:01:23.998Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:01:23.998Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:01:33.545Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:01:33.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:02:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:02:23.995Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T02:02:23.995Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vH7dG4tY1u0jifKP) ...
2021-09-28T02:02:23.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:02:23.997Z||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-28T02:02:23.998Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:02:33.539Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:02:33.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:03:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:03:23.995Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T02:03:23.995Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vH7dG4tY1u0jifKP) ...
2021-09-28T02:03:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:03:23.997Z||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-28T02:03:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:03:33.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:03:33.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:04:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:04:23.995Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T02:04:23.995Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vH7dG4tY1u0jifKP) ...
2021-09-28T02:04:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:04:23.997Z||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-28T02:04:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:04:33.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:04:33.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:05:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:05:23.995Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T02:05:23.995Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vH7dG4tY1u0jifKP) ...
2021-09-28T02:05:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:05:23.997Z||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-28T02:05:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:05:33.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:05:33.545Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:06:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:06:23.995Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T02:06:23.995Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vH7dG4tY1u0jifKP) ...
2021-09-28T02:06:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:06:23.997Z||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-28T02:06:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:06:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:06:33.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:07:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:07:23.996Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T02:07:23.996Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vH7dG4tY1u0jifKP) ...
2021-09-28T02:07:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:07:23.997Z||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-28T02:07:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:07:33.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:07:33.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:08:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:08:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:08:23.997Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T02:08:23.997Z||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-28T02:08:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:08:23.997Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vH7dG4tY1u0jifKP) ...
2021-09-28T02:08:33.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:08:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:09:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:09:23.996Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T02:09:23.996Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vH7dG4tY1u0jifKP) ...
2021-09-28T02:09:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:09:23.997Z||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-28T02:09:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:09:33.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:09:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:10:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:10:23.995Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T02:10:23.996Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vH7dG4tY1u0jifKP) ...
2021-09-28T02:10:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:10:23.997Z||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-28T02:10:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:10:33.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:10:33.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:11:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:11:23.995Z||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-28T02:11:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:11:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:11:23.997Z||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-28T02:11:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:11:33.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:11:33.544Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:12:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:12:23.995Z||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-28T02:12:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:12:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:12:23.997Z||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-28T02:12:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:12:33.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:12:33.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:13:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:13:23.996Z||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-28T02:13:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:13:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:13:23.997Z||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-28T02:13:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:13:33.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:13:33.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:14:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:14:23.995Z||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-28T02:14:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:14:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:14:23.997Z||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-28T02:14:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:14:33.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:14:33.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:15:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:15:23.995Z||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-28T02:15:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:15:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:15:23.997Z||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-28T02:15:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:15:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:15:33.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:16:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:16:23.995Z||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-28T02:16:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:16:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:16:23.997Z||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-28T02:16:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:16:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:16:33.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:17:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:17:23.995Z||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-28T02:17:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:17:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:17:23.997Z||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-28T02:17:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:17:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:17:33.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:18:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:18:23.995Z||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-28T02:18:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:18:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:18:23.997Z||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-28T02:18:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:18:33.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:18:33.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:19:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:19:23.995Z||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-28T02:19:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:19:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:19:23.997Z||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-28T02:19:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:19:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:19:33.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:20:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:20:23.995Z||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-28T02:20:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:20:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:20:23.996Z||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-28T02:20:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:20:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:20:33.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:21:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:21:23.995Z||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-28T02:21:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:21:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:21:23.996Z||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-28T02:21:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:21:33.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:21:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:22:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:22:23.995Z||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-28T02:22:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:22:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:22:23.997Z||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-28T02:22:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:22:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:22:33.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:23:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:23:23.995Z||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-28T02:23:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:23:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:23:23.996Z||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-28T02:23:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:23:33.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:23:33.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:24:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:24:23.995Z||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-28T02:24:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:24:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:24:23.996Z||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-28T02:24:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:24:33.536Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:24:33.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:25:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:25:23.995Z||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-28T02:25:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:25:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:25:23.996Z||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-28T02:25:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:25:33.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:25:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:26:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:26:23.996Z||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-28T02:26:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:26:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:26:23.996Z||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-28T02:26:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:26:33.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:26:33.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:27:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:27:23.995Z||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-28T02:27:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:27:23.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:27:23.997Z||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-28T02:27:23.998Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:27:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:27:33.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:28:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:28:23.995Z||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-28T02:28:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:28:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:28:23.997Z||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-28T02:28:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:28:33.537Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:28:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:29:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:29:23.995Z||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-28T02:29:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:29:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:29:23.996Z||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-28T02:29:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:29:33.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:29:33.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:30:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:30:23.995Z||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-28T02:30:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:30:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:30:23.997Z||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-28T02:30:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:30:33.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:30:33.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:31:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:31:23.995Z||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-28T02:31:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:31:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:31:23.997Z||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-28T02:31:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:31:33.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:31:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:32:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:32:23.996Z||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-28T02:32:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:32:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:32:23.997Z||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-28T02:32:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:32:33.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:32:33.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:33:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:33:23.995Z||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-28T02:33:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:33:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:33:23.996Z||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-28T02:33:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:33:33.542Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:33:33.542Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:34:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:34:23.995Z||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-28T02:34:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:34:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:34:23.997Z||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-28T02:34:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:34:33.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:34:33.545Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:35:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:35:23.995Z||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-28T02:35:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:35:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:35:23.997Z||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-28T02:35:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:35:33.539Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:35:33.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:36:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:36:23.995Z||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-28T02:36:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:36:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:36:23.997Z||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-28T02:36:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:36:33.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:36:33.543Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:37:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:37:23.995Z||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-28T02:37:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:37:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:37:23.997Z||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-28T02:37:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:37:33.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:37:33.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:38:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:38:23.995Z||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-28T02:38:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:38:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:38:23.997Z||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-28T02:38:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:38:33.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:38:33.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:39:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:39:23.995Z||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-28T02:39:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:39:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:39:23.997Z||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-28T02:39:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:39:33.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:39:33.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:40:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:40:23.996Z||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-28T02:40:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:40:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:40:23.997Z||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-28T02:40:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:40:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:40:33.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:41:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:41:23.996Z||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-28T02:41:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:41:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:41:23.997Z||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-28T02:41:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:41:33.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:41:33.544Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:42:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:42:23.995Z||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-28T02:42:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:42:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:42:23.996Z||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-28T02:42:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:42:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:42:33.547Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:43:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:43:23.995Z||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-28T02:43:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:43:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:43:23.996Z||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-28T02:43:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:43:33.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:43:33.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:44:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:44:23.995Z||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-28T02:44:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:44:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:44:23.997Z||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-28T02:44:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:44:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:44:33.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:45:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:45:23.995Z||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-28T02:45:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:45:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:45:23.997Z||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-28T02:45:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:45:33.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:45:33.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:46:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:46:23.995Z||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-28T02:46:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:46:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:46:23.997Z||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-28T02:46:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:46:33.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:46:33.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:47:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:47:23.995Z||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-28T02:47:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:47:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:47:23.996Z||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-28T02:47:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:47:33.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:47:33.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:48:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:48:23.995Z||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-28T02:48:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:48:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:48:23.997Z||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-28T02:48:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:48:33.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:48:33.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:49:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:49:23.995Z||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-28T02:49:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:49:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:49:23.997Z||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-28T02:49:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:49:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:49:33.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:50:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:50:23.996Z||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-28T02:50:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:50:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:50:23.997Z||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-28T02:50:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:50:33.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:50:33.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:51:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:51:23.996Z||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-28T02:51:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:51:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:51:23.997Z||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-28T02:51:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:51:33.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:51:33.547Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:52:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:52:23.996Z||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-28T02:52:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:52:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:52:23.997Z||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-28T02:52:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:52:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:52:33.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:53:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:53:23.995Z||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-28T02:53:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:53:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:53:23.997Z||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-28T02:53:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:53:33.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:53:33.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:54:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:54:23.996Z||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-28T02:54:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:54:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:54:23.997Z||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-28T02:54:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:54:33.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:54:33.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:55:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:55:23.995Z||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-28T02:55:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:55:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:55:23.997Z||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-28T02:55:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:55:33.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:55:33.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:56:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:56:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:56:23.997Z||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-28T02:56:23.997Z||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-28T02:56:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:56:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:56:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:56:33.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:57:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:57:23.995Z||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-28T02:57:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:57:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:57:23.997Z||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-28T02:57:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:57:33.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:57:33.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:58:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:58:23.995Z||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-28T02:58:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:58:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:58:23.997Z||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-28T02:58:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:58:33.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:58:33.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:59:23.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:59:23.995Z||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-28T02:59:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:59:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T02:59:23.997Z||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-28T02:59:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T02:59:33.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T02:59:33.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:00:23.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:00:23.995Z||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-28T03:00:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:00:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:00:23.997Z||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-28T03:00:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:00:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:00:33.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:01:23.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:01:23.995Z||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-28T03:01:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:01:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:01:23.997Z||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-28T03:01:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:01:33.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:01:33.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:02:23.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:02:23.995Z||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-28T03:02:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:02:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:02:23.996Z||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-28T03:02:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:02:33.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:02:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:03:23.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:03:23.995Z||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-28T03:03:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:03:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:03:23.997Z||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-28T03:03:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:03:33.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:03:33.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:04:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:04:23.995Z||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-28T03:04:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:04:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:04:23.997Z||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-28T03:04:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:04:33.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:04:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:05:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:05:23.995Z||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-28T03:05:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:05:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:05:23.997Z||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-28T03:05:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:05:33.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:05:33.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:06:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:06:23.996Z||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-28T03:06:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:06:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:06:23.997Z||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-28T03:06:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:06:33.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:06:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:07:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:07:23.995Z||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-28T03:07:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:07:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:07:23.996Z||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-28T03:07:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:07:33.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:07:33.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:08:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:08:23.995Z||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-28T03:08:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:08:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:08:23.997Z||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-28T03:08:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:08:33.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:08:33.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:09:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:09:23.995Z||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-28T03:09:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:09:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:09:23.996Z||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-28T03:09:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:09:33.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:09:33.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:10:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:10:23.996Z||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-28T03:10:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:10:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:10:23.997Z||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-28T03:10:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:10:33.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:10:33.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:11:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:11:23.996Z||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-28T03:11:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:11:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:11:23.997Z||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-28T03:11:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:11:33.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:11:33.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:12:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:12:23.995Z||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-28T03:12:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:12:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:12:23.996Z||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-28T03:12:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:12:33.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:12:33.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:13:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:13:23.995Z||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-28T03:13:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:13:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:13:23.997Z||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-28T03:13:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:13:33.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:13:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:14:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:14:23.995Z||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-28T03:14:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:14:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:14:23.997Z||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-28T03:14:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:14:33.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:14:33.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:15:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:15:23.995Z||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-28T03:15:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:15:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:15:23.996Z||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-28T03:15:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:15:33.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:15:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:16:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:16:23.995Z||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-28T03:16:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:16:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:16:23.996Z||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-28T03:16:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:16:33.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:16:33.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:17:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:17:23.995Z||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-28T03:17:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:17:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:17:23.996Z||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-28T03:17:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:17:33.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:17:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:18:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:18:23.995Z||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-28T03:18:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:18:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:18:23.996Z||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-28T03:18:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:18:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:18:33.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:19:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:19:23.995Z||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-28T03:19:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:19:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:19:23.997Z||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-28T03:19:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:19:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:19:33.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:20:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:20:23.995Z||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-28T03:20:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:20:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:20:23.997Z||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-28T03:20:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:20:33.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:20:33.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:21:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:21:23.995Z||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-28T03:21:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:21:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:21:23.997Z||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-28T03:21:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:21:33.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:21:33.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:22:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:22:23.995Z||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-28T03:22:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:22:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:22:23.997Z||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-28T03:22:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:22:33.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:22:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:23:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:23:23.995Z||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-28T03:23:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:23:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:23:23.996Z||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-28T03:23:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:23:33.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:23:33.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:24:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:24:23.995Z||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-28T03:24:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:24:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:24:23.997Z||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-28T03:24:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:24:33.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:24:33.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:25:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:25:23.996Z||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-28T03:25:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:25:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:25:23.996Z||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-28T03:25:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:25:33.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:25:33.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:26:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:26:23.995Z||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-28T03:26:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:26:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:26:23.997Z||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-28T03:26:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:26:33.542Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:26:33.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:27:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:27:23.995Z||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-28T03:27:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:27:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:27:23.997Z||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-28T03:27:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:27:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:27:33.542Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:28:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:28:23.995Z||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-28T03:28:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:28:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:28:23.996Z||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-28T03:28:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:28:33.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:28:33.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:29:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:29:23.995Z||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-28T03:29:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:29:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:29:23.996Z||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-28T03:29:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:29:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:29:33.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:30:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:30:23.995Z||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-28T03:30:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:30:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:30:23.997Z||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-28T03:30:23.998Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:30:33.539Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:30:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:31:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:31:23.995Z||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-28T03:31:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:31:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:31:23.997Z||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-28T03:31:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:31:33.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:31:33.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:32:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:32:23.995Z||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-28T03:32:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:32:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:32:23.996Z||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-28T03:32:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:32:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:32:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:33:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:33:23.995Z||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-28T03:33:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:33:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:33:23.996Z||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-28T03:33:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:33:33.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:33:33.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:34:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:34:23.995Z||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-28T03:34:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:34:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:34:23.997Z||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-28T03:34:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:34:33.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:34:33.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:35:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:35:23.996Z||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-28T03:35:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:35:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:35:23.997Z||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-28T03:35:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:35:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:35:33.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:36:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:36:23.995Z||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-28T03:36:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:36:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:36:23.996Z||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-28T03:36:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:36:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:36:33.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:37:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:37:23.995Z||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-28T03:37:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:37:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:37:23.997Z||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-28T03:37:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:37:33.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:37:33.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:38:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:38:23.995Z||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-28T03:38:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:38:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:38:23.997Z||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-28T03:38:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:38:33.536Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:38:33.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:39:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:39:23.995Z||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-28T03:39:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:39:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:39:23.997Z||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-28T03:39:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:39:33.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:39:33.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:40:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:40:23.995Z||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-28T03:40:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:40:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:40:23.997Z||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-28T03:40:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:40:33.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:40:33.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:41:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:41:23.995Z||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-28T03:41:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:41:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:41:23.996Z||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-28T03:41:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:41:33.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:41:33.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:42:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:42:23.995Z||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-28T03:42:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:42:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:42:23.997Z||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-28T03:42:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:42:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:42:33.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:43:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:43:23.995Z||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-28T03:43:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:43:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:43:23.996Z||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-28T03:43:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:43:33.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:43:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:44:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:44:23.995Z||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-28T03:44:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:44:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:44:23.997Z||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-28T03:44:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:44:33.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:44:33.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:45:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:45:23.995Z||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-28T03:45:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:45:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:45:23.997Z||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-28T03:45:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:45:33.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:45:33.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:46:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:46:23.995Z||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-28T03:46:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:46:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:46:23.996Z||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-28T03:46:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:46:33.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:46:33.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:47:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:47:23.995Z||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-28T03:47:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:47:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:47:23.997Z||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-28T03:47:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:47:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:47:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:48:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:48:23.995Z||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-28T03:48:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:48:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:48:23.996Z||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-28T03:48:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:48:33.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:48:33.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:49:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:49:23.995Z||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-28T03:49:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:49:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:49:23.996Z||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-28T03:49:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:49:33.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:49:33.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:50:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:50:23.995Z||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-28T03:50:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:50:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:50:23.996Z||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-28T03:50:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:50:33.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:50:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:51:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:51:23.995Z||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-28T03:51:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:51:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:51:23.996Z||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-28T03:51:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:51:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:51:33.543Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:52:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:52:23.995Z||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-28T03:52:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:52:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:52:23.996Z||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-28T03:52:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:52:33.544Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:52:33.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:53:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:53:23.995Z||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-28T03:53:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:53:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:53:23.997Z||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-28T03:53:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:53:33.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:53:33.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:54:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:54:23.995Z||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-28T03:54:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:54:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:54:23.996Z||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-28T03:54:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:54:33.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:54:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:55:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:55:23.995Z||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-28T03:55:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:55:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:55:23.996Z||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-28T03:55:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:55:33.539Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:55:33.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:56:23.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:56:23.995Z||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-28T03:56:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:56:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:56:23.996Z||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-28T03:56:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:56:33.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:56:33.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:57:23.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:57:23.995Z||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-28T03:57:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:57:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:57:23.997Z||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-28T03:57:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:57:33.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:57:33.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:58:23.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:58:23.995Z||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-28T03:58:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:58:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:58:23.996Z||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-28T03:58:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:58:33.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:58:33.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:59:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:59:23.995Z||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-28T03:59:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:59:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T03:59:23.997Z||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-28T03:59:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T03:59:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T03:59:33.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:00:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:00:23.995Z||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-28T04:00:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:00:23.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:00:23.997Z||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-28T04:00:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:00:33.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:00:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:01:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:01:23.995Z||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-28T04:01:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:01:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:01:23.997Z||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-28T04:01:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:01:33.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:01:33.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:02:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:02:23.995Z||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-28T04:02:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:02:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:02:23.996Z||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-28T04:02:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:02:33.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:02:33.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:03:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:03:23.995Z||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-28T04:03:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:03:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:03:23.996Z||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-28T04:03:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:03:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:03:33.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:04:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:04:23.996Z||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-28T04:04:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:04:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:04:23.997Z||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-28T04:04:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:04:33.540Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:04:33.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:05:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:05:23.995Z||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-28T04:05:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:05:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:05:23.996Z||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-28T04:05:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:05:33.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:05:33.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:06:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:06:23.995Z||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-28T04:06:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:06:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:06:23.997Z||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-28T04:06:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:06:33.536Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:06:33.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:07:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:07:23.995Z||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-28T04:07:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:07:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:07:23.996Z||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-28T04:07:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:07:33.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:07:33.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:08:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:08:23.996Z||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-28T04:08:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:08:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:08:23.996Z||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-28T04:08:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:08:33.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:08:33.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:09:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:09:23.995Z||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-28T04:09:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:09:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:09:23.996Z||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-28T04:09:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:09:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:09:33.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:10:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:10:23.995Z||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-28T04:10:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:10:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:10:23.997Z||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-28T04:10:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:10:33.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:10:33.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:11:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:11:23.995Z||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-28T04:11:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:11:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:11:23.997Z||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-28T04:11:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:11:33.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:11:33.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:12:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:12:23.995Z||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-28T04:12:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:12:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:12:23.997Z||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-28T04:12:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:12:33.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:12:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:13:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:13:23.995Z||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-28T04:13:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:13:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:13:23.997Z||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-28T04:13:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:13:33.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:13:33.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:14:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:14:23.995Z||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-28T04:14:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:14:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:14:23.997Z||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-28T04:14:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:14:33.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:14:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:15:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:15:23.995Z||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-28T04:15:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:15:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:15:23.997Z||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-28T04:15:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:15:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:15:33.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:16:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:16:23.995Z||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-28T04:16:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:16:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:16:23.996Z||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-28T04:16:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:16:33.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:16:33.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:17:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:17:23.995Z||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-28T04:17:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:17:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:17:23.997Z||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-28T04:17:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:17:33.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:17:33.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:18:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:18:23.995Z||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-28T04:18:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:18:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:18:23.997Z||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-28T04:18:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:18:33.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:18:33.540Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:19:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:19:23.995Z||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-28T04:19:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:19:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:19:23.996Z||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-28T04:19:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:19:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:19:33.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:20:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:20:23.995Z||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-28T04:20:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:20:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:20:23.997Z||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-28T04:20:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:20:33.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:20:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:21:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:21:23.995Z||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-28T04:21:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:21:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:21:23.997Z||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-28T04:21:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:21:33.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:21:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:22:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:22:23.995Z||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-28T04:22:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:22:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:22:23.996Z||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-28T04:22:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:22:33.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:22:33.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:23:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:23:23.995Z||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-28T04:23:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:23:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:23:23.996Z||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-28T04:23:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:23:33.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:23:33.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:24:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:24:23.995Z||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-28T04:24:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:24:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:24:23.997Z||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-28T04:24:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:24:33.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:24:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:25:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:25:23.995Z||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-28T04:25:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:25:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:25:23.996Z||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-28T04:25:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:25:33.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:25:33.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:26:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:26:23.995Z||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-28T04:26:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:26:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:26:23.996Z||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-28T04:26:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:26:33.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:26:33.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:27:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:27:23.995Z||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-28T04:27:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:27:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:27:23.996Z||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-28T04:27:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:27:33.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:27:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:28:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:28:23.995Z||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-28T04:28:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:28:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:28:23.996Z||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-28T04:28:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:28:33.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:28:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:29:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:29:23.995Z||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-28T04:29:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:29:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:29:23.996Z||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-28T04:29:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:29:33.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:29:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:30:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:30:23.995Z||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-28T04:30:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:30:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:30:23.997Z||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-28T04:30:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:30:33.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:30:33.540Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:31:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:31:23.995Z||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-28T04:31:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:31:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:31:23.996Z||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-28T04:31:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:31:33.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:31:33.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:32:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:32:23.995Z||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-28T04:32:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:32:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:32:23.996Z||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-28T04:32:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:32:33.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:32:33.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:33:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:33:23.995Z||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-28T04:33:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:33:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:33:23.996Z||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-28T04:33:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:33:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:33:33.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:34:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:34:23.995Z||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-28T04:34:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:34:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:34:23.996Z||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-28T04:34:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:34:33.537Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:34:33.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:35:23.995Z||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-28T04:35:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:35:23.997Z||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-28T04:35:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:24.125Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:24.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803671483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "ves-openapi-manager",
"timestamp": 1632803674738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803671483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "ves-openapi-manager",
"timestamp": 1632803674738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "aai-ml",
"timestamp": 1632803678530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "clamp",
"timestamp": 1632803678723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803671483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "ves-openapi-manager",
"timestamp": 1632803674738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "policy-id",
"timestamp": 1632803679020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "aai-ml",
"timestamp": 1632803678530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "clamp",
"timestamp": 1632803678723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803671483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "ves-openapi-manager",
"timestamp": 1632803674738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "policy-id",
"timestamp": 1632803679020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "aai-ml",
"timestamp": 1632803678530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "cds",
"timestamp": 1632803680566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "clamp",
"timestamp": 1632803678723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803671483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "ves-openapi-manager",
"timestamp": 1632803674738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803681006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "policy-id",
"timestamp": 1632803679020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "dcae-sch",
"timestamp": 1632803681236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "aai-ml",
"timestamp": 1632803678530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "cds",
"timestamp": 1632803680566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "clamp",
"timestamp": 1632803678723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803671483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "ves-openapi-manager",
"timestamp": 1632803674738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803681006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "policy-id",
"timestamp": 1632803679020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "dcae-sch",
"timestamp": 1632803681236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "aai-ml",
"timestamp": 1632803678530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "cds",
"timestamp": 1632803680566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "clamp",
"timestamp": 1632803678723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803671483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "ves-openapi-manager",
"timestamp": 1632803674738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803681006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "policy-id",
"timestamp": 1632803679020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "dcae-sch",
"timestamp": 1632803681236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "aai-ml",
"timestamp": 1632803678530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "cds",
"timestamp": 1632803680566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "clamp",
"timestamp": 1632803678723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803681006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "policy-id",
"timestamp": 1632803679020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "dcae-sch",
"timestamp": 1632803681236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "aai-ml",
"timestamp": 1632803678530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "cds",
"timestamp": 1632803680566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "clamp",
"timestamp": 1632803678723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803681006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "policy-id",
"timestamp": 1632803679020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "dcae-sch",
"timestamp": 1632803681236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803686089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:24.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "cds",
"timestamp": 1632803680566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803681006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "dcae-sch",
"timestamp": 1632803681236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "cds",
"timestamp": 1632803680566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803681006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "dcae-sch",
"timestamp": 1632803681236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "aai-ml",
"timestamp": 1632803688083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:24.283Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "policy-id",
"timestamp": 1632803689002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:24.283Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803689557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:24.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "cds",
"timestamp": 1632803689678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:24.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803689786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:24.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "policy-id",
"timestamp": 1632803690009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:35:24.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "cds",
"timestamp": 1632803690692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T04:35:24.402Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80c27a48-9876-4ba6-9136-99230a1d0df4
2021-09-28T04:35:24.422Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c27a48-9876-4ba6-9136-99230a1d0df4 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-28T04:35:24.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "policy-id",
"timestamp": 1632803691013,
"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-28T04:35:24.447Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80c27a48-9876-4ba6-9136-99230a1d0df4
2021-09-28T04:35:24.447Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c27a48-9876-4ba6-9136-99230a1d0df4 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-28T04:35:24.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803691079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:24.454Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803692487,
"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-28T04:35:24.457Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80c27a48-9876-4ba6-9136-99230a1d0df4
2021-09-28T04:35:24.457Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c27a48-9876-4ba6-9136-99230a1d0df4 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-28T04:35:24.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803693491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"status": "DEPLOY_OK"
}
2021-09-28T04:35:24.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803694179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:35:24.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803695183,
"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-28T04:35:24.467Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80c27a48-9876-4ba6-9136-99230a1d0df4
2021-09-28T04:35:24.467Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c27a48-9876-4ba6-9136-99230a1d0df4 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-28T04:35:24.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "clamp",
"timestamp": 1632803703128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:24.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "aai-ml",
"timestamp": 1632803704397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:35:24.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "clamp",
"timestamp": 1632803705134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:35:24.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "cds",
"timestamp": 1632803695566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "dcae-sch",
"timestamp": 1632803701236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "policy-id",
"timestamp": 1632803699020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "aai-ml",
"timestamp": 1632803705403,
"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-28T04:35:24.478Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 80c27a48-9876-4ba6-9136-99230a1d0df4
2021-09-28T04:35:24.478Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c27a48-9876-4ba6-9136-99230a1d0df4 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-28T04:35:24.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "clamp",
"timestamp": 1632803706137,
"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-28T04:35:24.487Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 80c27a48-9876-4ba6-9136-99230a1d0df4
2021-09-28T04:35:24.487Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c27a48-9876-4ba6-9136-99230a1d0df4 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-28T04:35:24.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "cds",
"timestamp": 1632803695566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "dcae-sch",
"timestamp": 1632803701236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "policy-id",
"timestamp": 1632803699020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "cds",
"timestamp": 1632803695566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "dcae-sch",
"timestamp": 1632803701236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "policy-id",
"timestamp": 1632803699020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "cds",
"timestamp": 1632803695566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "dcae-sch",
"timestamp": 1632803701236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "policy-id",
"timestamp": 1632803699020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "aai-ml",
"timestamp": 1632803708530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "cds",
"timestamp": 1632803695566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "dcae-sch",
"timestamp": 1632803701236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "clamp",
"timestamp": 1632803708723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "policy-id",
"timestamp": 1632803699020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "aai-ml",
"timestamp": 1632803708530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "cds",
"timestamp": 1632803695566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "dcae-sch",
"timestamp": 1632803701236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "clamp",
"timestamp": 1632803708723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "policy-id",
"timestamp": 1632803699020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "aai-ml",
"timestamp": 1632803708530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "cds",
"timestamp": 1632803695566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "dcae-sch",
"timestamp": 1632803701236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "clamp",
"timestamp": 1632803708723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "policy-id",
"timestamp": 1632803699020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803711006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803711483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "aai-ml",
"timestamp": 1632803708530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "clamp",
"timestamp": 1632803708723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "cds",
"timestamp": 1632803712564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:24.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "policy-id",
"timestamp": 1632803712567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:24.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803711006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803711483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "aai-ml",
"timestamp": 1632803708530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "clamp",
"timestamp": 1632803708723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "cds",
"timestamp": 1632803713568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T04:35:24.517Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6725dc3-1210-43fb-a6b7-e69d5502da11
2021-09-28T04:35:24.517Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6725dc3-1210-43fb-a6b7-e69d5502da11 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-28T04:35:24.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "policy-id",
"timestamp": 1632803713570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:35:24.523Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803711006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803711483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "aai-ml",
"timestamp": 1632803708530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "clamp",
"timestamp": 1632803708723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "policy-id",
"timestamp": 1632803714572,
"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-28T04:35:24.528Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6725dc3-1210-43fb-a6b7-e69d5502da11
2021-09-28T04:35:24.529Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6725dc3-1210-43fb-a6b7-e69d5502da11 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-28T04:35:24.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803711006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803711483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "aai-ml",
"timestamp": 1632803708530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "ves-openapi-manager",
"timestamp": 1632803714738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "clamp",
"timestamp": 1632803708723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803711006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803711483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "ves-openapi-manager",
"timestamp": 1632803714738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803711006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "aai-ml",
"timestamp": 1632803716966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:24.539Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803711483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "ves-openapi-manager",
"timestamp": 1632803714738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803711006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803711483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:35:24.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "ves-openapi-manager",
"timestamp": 1632803714738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803719005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:24.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "ves-openapi-manager",
"timestamp": 1632803714738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803719609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:24.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "ves-openapi-manager",
"timestamp": 1632803714738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803721007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:24.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803721145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:35:24.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "ves-openapi-manager",
"timestamp": 1632803714738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:35:24.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632803722147,
"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-28T04:35:24.546Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6725dc3-1210-43fb-a6b7-e69d5502da11
2021-09-28T04:35:24.547Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6725dc3-1210-43fb-a6b7-e69d5502da11 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-28T04:35:24.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803723296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:24.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:35:24.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:24.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-28T04:35:24.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"80c27a48-9876-4ba6-9136-99230a1d0df4","serviceName":"vFW 2021-09-28 04-31-15","serviceVersion":"1.0","serviceUUID":"17a3d059-2720-46b2-8fff-ff0f5563536c","serviceDescription":"catalog service description","serviceInvariantUUID":"a5333ecf-5c09-4487-8f07-fe4e7fdec78b","resources":[{"resourceInstanceName":"vFW 47213a92-8c89 0","resourceName":"vFW 47213a92-8c89","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"338af713-cc00-4274-a918-e2afdc016576","resourceInvariantUUID":"55f38e96-53a0-4b1c-b45f-aee899c5f35e","resourceCustomizationUUID":"d7035edd-33f8-42dc-afdc-ce42e83e95a7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml","artifactChecksum":"ZWMzZDFhOGEyZmI0MjM5MzZmZjFmMjE2OTMwZWZmNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f870fb8c-bd47-4b97-ab79-07a332b1ded9","artifactVersion":"1"},{"artifactName":"vfw47213a928c890_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json","artifactChecksum":"Yjg1OWU1N2M2MmRmY2FmMWYzNWJiZDZhM2QyOGFiNjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b4509a2-0493-4388-ad80-43cced31d04b","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a3c0e884-f25f-44a0-93ed-ef1a800842d7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml","artifactChecksum":"MmIwMjc0YjgxYjAyOTM2ZTA2NGExNDUzNGQ3MDAxNDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a0619da-5812-487b-884d-767f60d97fb3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bc04c501-f169-49d0-8fb2-45faf4a718db","artifactVersion":"3","generatedFromUUID":"a3c0e884-f25f-44a0-93ed-ef1a800842d7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210928043115-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml","artifactChecksum":"NmU2ZjAyYzBmOWEyYmExMGQ0ZWQ1MzMzY2Y5MjQ5MmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ef53c3b9-5e17-4c55-ab7f-c9380e073349","artifactVersion":"1"},{"artifactName":"service-Vfw20210928043115-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar","artifactChecksum":"ODNlMDZkODdhZDExNTVjMzNlZTM5MjUwYWU4MzhiYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9c53b5d-31a6-4636-b020-bdbd8474bf03","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-28T04:35:24.627Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:35:24.631Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:35:24.636Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:35:24.636Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:24.737Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-28T04:35:24.740Z||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-28T04:35:24.740Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:24.750Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:24.751Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:35:25.640Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:35:25.640Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:35:25.642Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:35:25.642Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"status": "NOTIFIED"
}
2021-09-28T04:35:25.742Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:35:25.742Z||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-28T04:35:25.743Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:25.754Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:25.754Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:35:26.642Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:35:26.643Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:35:26.644Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:35:26.644Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-28T04:35:26.745Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-28T04:35:26.745Z||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-28T04:35:26.745Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:26.757Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:26.757Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:35:27.645Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:35:27.645Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:35:27.647Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:35:27.647Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:27.747Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:35:27.747Z||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-28T04:35:27.747Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:27.757Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:27.757Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:35:28.647Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:35:28.648Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:35:28.649Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:35:28.650Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-28T04:35:28.750Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:35:28.750Z||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-28T04:35:28.750Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:28.762Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:28.762Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:35:29.650Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:35:29.651Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:35:29.652Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:35:29.652Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:35:29.752Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:35:29.753Z||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-28T04:35:29.753Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:29.764Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:29.765Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:35:30.653Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:35:30.653Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:35:30.655Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:35:30.655Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:35:30.755Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:35:30.755Z||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-28T04:35:30.755Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:30.766Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:30.766Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:35:31.656Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"serviceName": "vFW 2021-09-28 04-31-15",
"serviceVersion": "1.0",
"serviceUUID": "17a3d059-2720-46b2-8fff-ff0f5563536c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a5333ecf-5c09-4487-8f07-fe4e7fdec78b",
"resources": [
{
"resourceInstanceName": "vFW 47213a92-8c89 0",
"resourceCustomizationUUID": "d7035edd-33f8-42dc-afdc-ce42e83e95a7",
"resourceName": "vFW 47213a92-8c89",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "338af713-cc00-4274-a918-e2afdc016576",
"resourceInvariantUUID": "55f38e96-53a0-4b1c-b45f-aee899c5f35e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw47213a928c890_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"artifactChecksum": "Yjg1OWU1N2M2MmRmY2FmMWYzNWJiZDZhM2QyOGFiNjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7b4509a2-0493-4388-ad80-43cced31d04b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a3c0e884-f25f-44a0-93ed-ef1a800842d7",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "bc04c501-f169-49d0-8fb2-45faf4a718db",
"generatedFromUUID": "a3c0e884-f25f-44a0-93ed-ef1a800842d7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "bc04c501-f169-49d0-8fb2-45faf4a718db",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210928043115-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"artifactChecksum": "ODNlMDZkODdhZDExNTVjMzNlZTM5MjUwYWU4MzhiYjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e9c53b5d-31a6-4636-b020-bdbd8474bf03"
}
],
"workloadContext": "Production"
}
2021-09-28T04:35:31.657Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-28T04:35:31.657Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 17a3d059-2720-46b2-8fff-ff0f5563536c ASDC
2021-09-28T04:35:31.730Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:80c27a48-9876-4ba6-9136-99230a1d0df4
ServiceName:vFW 2021-09-28 04-31-15
ServiceVersion:1.0
ServiceUUID:17a3d059-2720-46b2-8fff-ff0f5563536c
ServiceInvariantUUID:a5333ecf-5c09-4487-8f07-fe4e7fdec78b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210928043115-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar
ArtifactUUID:e9c53b5d-31a6-4636-b020-bdbd8474bf03
ArtifactChecksum:ODNlMDZkODdhZDExNTVjMzNlZTM5MjUwYWU4MzhiYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 47213a92-8c89 0
ResourceCustomizationUUID:d7035edd-33f8-42dc-afdc-ce42e83e95a7
ResourceInvariantUUID:55f38e96-53a0-4b1c-b45f-aee899c5f35e
ResourceName:vFW 47213a92-8c89
ResourceType:VF
ResourceUUID:338af713-cc00-4274-a918-e2afdc016576
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw47213a928c890_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json
ArtifactUUID:7b4509a2-0493-4388-ad80-43cced31d04b
ArtifactChecksum:Yjg1OWU1N2M2MmRmY2FmMWYzNWJiZDZhM2QyOGFiNjc=
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/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml
ArtifactUUID:a3c0e884-f25f-44a0-93ed-ef1a800842d7
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env
ArtifactUUID:bc04c501-f169-49d0-8fb2-45faf4a718db
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env
ArtifactUUID:bc04c501-f169-49d0-8fb2-45faf4a718db
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-28T04:35:31.730Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17a3d059-2720-46b2-8fff-ff0f5563536c 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-28T04:35:31.763Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-28T04:35:31.763Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-28T04:35:31.764Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-28T04:35:31.764Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e9c53b5d-31a6-4636-b020-bdbd8474bf03 from URL: /sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:31.764Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-28T04:35:31.765Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:31.986Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-28T04:35:31.999Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar e9c53b5d-31a6-4636-b020-bdbd8474bf03 98780
2021-09-28T04:35:32.001Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar ASDC sendASDCNotification
2021-09-28T04:35:32.001Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:32.002Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T04:35:32.002Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:35:32.004Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:35:32.004Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803732000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:32.104Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:35:32.105Z||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-28T04:35:32.105Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:32.116Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:32.116Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:35:33.005Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-28T04:35:33.006Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-28T04:35:33.006Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e9c53b5d-31a6-4636-b020-bdbd8474bf03, URL: /sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar to file: /app/ASDC/1/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:33.006Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210928043115-csar.csar
2021-09-28T04:35:33.058Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:33.058Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:33.719Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6880275893457145261/Definitions/service-Vfw20210928043115-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-28T04:35:35.880Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-28T04:35:35.884Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-28T04:35:35.884Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:35.885Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-28T04:35:35.885Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:35.885Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:35.885Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:35.886Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:35.886Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:35.886Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:35.886Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:35.886Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:35.887Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:35.887Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:35.887Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:35.887Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 47213a92-8c89 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-Vfw20210928043115-csar.csar
2021-09-28T04:35:35.887Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:35.888Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-28T04:35:35.893Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:35.894Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:35:35.897Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria
2021-09-28T04:35:35.898Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-28T04:35:35.899Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-28T04:35:35.900Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:35.901Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:35:35.901Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria
2021-09-28T04:35:35.901Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-28T04:35:35.901Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-28T04:35:35.902Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:35.902Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:35:35.915Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:35.915Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is not matching search criteria
2021-09-28T04:35:35.915Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-28T04:35:35.915Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-28T04:35:35.916Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-28T04:35:35.916Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-28T04:35:35.916Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-28T04:35:35.916Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-28T04:35:35.917Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T04:35:35.917Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-28T04:35:35.917Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-28T04:35:35.917Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-28T04:35:35.918Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-28T04:35:35.918Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-28T04:35:35.918Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-28T04:35:35.918Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-28T04:35:35.918Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T04:35:35.919Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-28T04:35:35.919Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:35.919Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-28T04:35:35.920Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:35.920Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria
2021-09-28T04:35:35.921Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:35:35.921Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:35.921Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria
2021-09-28T04:35:35.922Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:35:35.922Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:35.922Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria
2021-09-28T04:35:35.922Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:35:35.923Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:35.923Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is not matching search criteria
2021-09-28T04:35:35.923Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-28T04:35:35.924Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-28T04:35:35.924Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-28T04:35:35.924Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-28T04:35:35.924Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-28T04:35:35.924Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-28T04:35:35.925Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-28T04:35:35.925Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-28T04:35:35.925Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-28T04:35:35.925Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-28T04:35:35.926Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T04:35:35.926Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f2412af2-222e-4e22-a7e5-22940a39a871
2021-09-28T04:35:35.926Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:35.926Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is not matching search criteria
2021-09-28T04:35:35.927Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-28T04:35:35.927Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-28T04:35:35.927Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-28T04:35:35.927Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-28T04:35:35.928Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-28T04:35:35.928Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-28T04:35:35.928Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T04:35:35.928Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-28T04:35:35.929Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-28T04:35:35.929Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-28T04:35:35.929Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-28T04:35:35.929Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T04:35:35.930Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=daa2a467-b172-485f-a9d7-29eb177f55da
2021-09-28T04:35:35.930Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:35.930Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is not matching search criteria
2021-09-28T04:35:35.930Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-28T04:35:35.931Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-28T04:35:35.931Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-28T04:35:35.931Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-28T04:35:35.931Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-28T04:35:35.932Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-28T04:35:35.932Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T04:35:35.932Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-28T04:35:35.932Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-28T04:35:35.932Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-28T04:35:35.933Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-28T04:35:35.933Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-28T04:35:35.933Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=14a5a422-59a4-42d4-a1b3-299c96329cb3
2021-09-28T04:35:35.934Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:35.934Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:35:35.934Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:35.934Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:35:35.935Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:35.935Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:35:35.935Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:35.936Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:35:35.936Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-28 04-31-15
Description:catalog service description
Model UUID:17a3d059-2720-46b2-8fff-ff0f5563536c
Model Version:NULL
Model InvariantUuid:a5333ecf-5c09-4487-8f07-fe4e7fdec78b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 47213a92-8c89
Model UUID:9c170e3a-a77c-4d05-b70d-7896e0cfb201
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:55f38e96-53a0-4b1c-b45f-aee899c5f35e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d7035edd-33f8-42dc-afdc-ce42e83e95a7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:27784f2a-089c-4239-8971-efc0d138ddec
ModelName:Vfw47213a928c89..base_vfw..module-0
ModelUuid:097baaf8-d630-4e77-80b6-7359d8b7f5c2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f2412af2-222e-4e22-a7e5-22940a39a871
ModelInvariantUuid:437e18fe-3225-4743-b7c4-dd406b9888d8
ModelName:vFW 47213a92-8c89-nodes.vfwCvfc
ModelUuid:a810cb97-86ca-4196-97b7-56299d8407c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6b75f542-67ed-4d41-aafa-e37e9273a2e6
ModelInvariantUuid:ff39089e-ad61-4994-91ce-e5cc602a4ed4
ModelName:Vfw47213a928c89.compute.nodes.heat.vfw
ModelUuid:9710d982-2287-4db4-b9a6-9f7e2aaea497
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:daa2a467-b172-485f-a9d7-29eb177f55da
ModelInvariantUuid:ed0fee45-a133-4475-9430-62805cb9faf7
ModelName:vFW 47213a92-8c89-nodes.vsnCvfc
ModelUuid:125d7971-be40-42e3-8b93-ebcead474a10
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:dfcf11f8-28a6-4961-ba28-37b06287a0de
ModelInvariantUuid:af4f195a-8e9b-4ad8-84f2-297e25b607f2
ModelName:Vfw47213a928c89.compute.nodes.heat.vsn
ModelUuid:5c879f4c-a03a-4da0-9f5f-e52eac4d8852
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:14a5a422-59a4-42d4-a1b3-299c96329cb3
ModelInvariantUuid:6abf136d-663f-494d-9015-380d891f942a
ModelName:vFW 47213a92-8c89-nodes.vpgCvfc
ModelUuid:04e4dc1c-21e2-4c64-bbde-a4bccd9e01d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:621767fe-db5b-4894-b5fd-a15cf396634d
ModelInvariantUuid:32403bbb-259c-465b-ba5a-b3baa64cedf4
ModelName:Vfw47213a928c89.compute.nodes.heat.vpg
ModelUuid:aa4fc981-a309-4513-a563-51f74653eb0f
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-28T04:35:35.950Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 338af713-cc00-4274-a918-e2afdc016576
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-28T04:35:36.044Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||vFW 47213a92-8c89 0
2021-09-28T04:35:36.052Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 338af713-cc00-4274-a918-e2afdc016576
2021-09-28T04:35:36.052Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7b4509a2-0493-4388-ad80-43cced31d04b from URL: /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json
2021-09-28T04:35:36.052Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-28T04:35:36.053Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json
2021-09-28T04:35:37.453Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-28T04:35:37.453Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json 7b4509a2-0493-4388-ad80-43cced31d04b 785
2021-09-28T04:35:37.454Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json ASDC sendASDCNotification
2021-09-28T04:35:37.454Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json
2021-09-28T04:35:37.454Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T04:35:37.454Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:35:37.457Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:35:37.458Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803737454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:37.558Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-28T04:35:37.558Z||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-28T04:35:37.558Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:37.569Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:37.569Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:35:38.459Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw47213a928c89..base_vfw..module-0",
"vfModuleModelInvariantUUID": "27784f2a-089c-4239-8971-efc0d138ddec",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "097baaf8-d630-4e77-80b6-7359d8b7f5c2",
"vfModuleModelCustomizationUUID": "a05b6b3c-a138-4285-be19-6a2e725df3a7",
"isBase": true,
"artifacts": [
"a3c0e884-f25f-44a0-93ed-ef1a800842d7",
"bc04c501-f169-49d0-8fb2-45faf4a718db"
],
"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-28T04:35:38.471Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw47213a928c89..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:097baaf8-d630-4e77-80b6-7359d8b7f5c2
VfModuleModelInvariantUUID:27784f2a-089c-4239-8971-efc0d138ddec
VfModuleModelDescription:NULL
Artifacts UUID List:{
a3c0e884-f25f-44a0-93ed-ef1a800842d7
,
bc04c501-f169-49d0-8fb2-45faf4a718db
}
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-28T04:35:38.474Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw47213a928c89..base_vfw..module-0",
"vfModuleModelInvariantUUID": "27784f2a-089c-4239-8971-efc0d138ddec",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "097baaf8-d630-4e77-80b6-7359d8b7f5c2",
"vfModuleModelCustomizationUUID": "a05b6b3c-a138-4285-be19-6a2e725df3a7",
"isBase": true,
"artifacts": [
"a3c0e884-f25f-44a0-93ed-ef1a800842d7",
"bc04c501-f169-49d0-8fb2-45faf4a718db"
],
"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-28T04:35:38.474Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw47213a928c89..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:097baaf8-d630-4e77-80b6-7359d8b7f5c2
VfModuleModelInvariantUUID:27784f2a-089c-4239-8971-efc0d138ddec
VfModuleModelDescription:NULL
Artifacts UUID List:{
a3c0e884-f25f-44a0-93ed-ef1a800842d7
,
bc04c501-f169-49d0-8fb2-45faf4a718db
}
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-28T04:35:38.474Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a3c0e884-f25f-44a0-93ed-ef1a800842d7 from URL: /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml
2021-09-28T04:35:38.474Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-28T04:35:38.474Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml
2021-09-28T04:35:38.738Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-28T04:35:38.739Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml a3c0e884-f25f-44a0-93ed-ef1a800842d7 20368
2021-09-28T04:35:38.740Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-28T04:35:38.740Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml
2021-09-28T04:35:38.740Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T04:35:38.740Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:35:38.742Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:35:38.742Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803738740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:38.842Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:35:38.843Z||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-28T04:35:38.843Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:38.854Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:38.854Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:35:39.743Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bc04c501-f169-49d0-8fb2-45faf4a718db from URL: /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env
2021-09-28T04:35:39.743Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-28T04:35:39.743Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env
2021-09-28T04:35:40.186Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-28T04:35:40.187Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env bc04c501-f169-49d0-8fb2-45faf4a718db 2098
2021-09-28T04:35:40.187Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-28T04:35:40.187Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env
2021-09-28T04:35:40.188Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T04:35:40.188Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:35:40.190Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:35:40.190Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803740187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:35:40.290Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:35:40.291Z||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-28T04:35:40.291Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:40.304Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:40.304Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:35:41.191Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 17a3d059-2720-46b2-8fff-ff0f5563536c
2021-09-28T04:35:41.191Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 47213a92-8c89 0 338af713-cc00-4274-a918-e2afdc016576 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-28T04:35:41.223Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21250144, org.onap.sdc.toscaparser.api.parameters.Input@214be2ce, org.onap.sdc.toscaparser.api.parameters.Input@b00cd0c, org.onap.sdc.toscaparser.api.parameters.Input@6c196744, org.onap.sdc.toscaparser.api.parameters.Input@65bf64a2]
2021-09-28T04:35:41.226Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.227Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:35:41.227Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-09-28T04:35:41.227Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d7035edd-33f8-42dc-afdc-ce42e83e95a7
2021-09-28T04:35:41.227Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d7035edd-33f8-42dc-afdc-ce42e83e95a7 matches Tosca VF Customization UUID: d7035edd-33f8-42dc-afdc-ce42e83e95a7
2021-09-28T04:35:41.227Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d7035edd-33f8-42dc-afdc-ce42e83e95a7 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-28T04:35:41.233Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.233Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:35:41.234Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d7035edd-33f8-42dc-afdc-ce42e83e95a7: {\"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-28T04:35:41.234Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f675428
2021-09-28T04:35:41.235Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.235Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-28T04:35:41.235Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a05b6b3c-a138-4285-be19-6a2e725df3a7
2021-09-28T04:35:41.236Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a05b6b3c-a138-4285-be19-6a2e725df3a7
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-28T04:35:41.240Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.241Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria
2021-09-28T04:35:41.241Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:35:41.241Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.241Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria
2021-09-28T04:35:41.242Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:35:41.242Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.242Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is not matching search criteria
2021-09-28T04:35:41.242Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-28T04:35:41.242Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-28T04:35:41.242Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-28T04:35:41.243Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-28T04:35:41.243Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-28T04:35:41.243Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-28T04:35:41.243Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-28T04:35:41.243Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-28T04:35:41.243Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-28T04:35:41.243Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-28T04:35:41.243Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T04:35:41.244Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f2412af2-222e-4e22-a7e5-22940a39a871
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-28T04:35:41.249Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.250Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria
2021-09-28T04:35:41.250Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:35:41.250Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.250Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is not matching search criteria
2021-09-28T04:35:41.250Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-28T04:35:41.250Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-28T04:35:41.251Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-28T04:35:41.251Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-28T04:35:41.251Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-28T04:35:41.251Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-28T04:35:41.251Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T04:35:41.251Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-28T04:35:41.251Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-28T04:35:41.252Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-28T04:35:41.252Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-28T04:35:41.252Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T04:35:41.252Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=daa2a467-b172-485f-a9d7-29eb177f55da
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-28T04:35:41.254Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.254Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria
2021-09-28T04:35:41.254Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:35:41.257Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.257Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is not matching search criteria
2021-09-28T04:35:41.257Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-28T04:35:41.257Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-28T04:35:41.257Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-28T04:35:41.257Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-28T04:35:41.258Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-28T04:35:41.258Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-28T04:35:41.258Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T04:35:41.258Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-28T04:35:41.258Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-28T04:35:41.258Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-28T04:35:41.258Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-28T04:35:41.258Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-28T04:35:41.259Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=14a5a422-59a4-42d4-a1b3-299c96329cb3
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-28T04:35:41.260Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.261Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria
2021-09-28T04:35:41.261Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:35:41.261Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.261Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria
2021-09-28T04:35:41.261Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=d7035edd-33f8-42dc-afdc-ce42e83e95a7
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-28T04:35:41.263Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.263Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:35:41.264Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 17a3d059-2720-46b2-8fff-ff0f5563536c: vFW 47213a92-8c89
2021-09-28T04:35:41.264Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.264Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:35:41.264Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.264Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:35:41.264Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.265Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:35:41.265Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.265Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:35:41.265Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:35:41.265Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:35:41.265Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-09-28 04-31-15
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-28T04:35:41.503Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 47213a92-8c89 338af713-cc00-4274-a918-e2afdc016576 1 ASDC deployResourceStructure
2021-09-28T04:35:41.503Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json ASDC sendASDCNotification
2021-09-28T04:35:41.503Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json
2021-09-28T04:35:41.504Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T04:35:41.504Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:35:41.505Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:35:41.506Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803741503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"status": "DEPLOY_OK"
}
2021-09-28T04:35:41.606Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:35:41.606Z||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-28T04:35:41.607Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:41.620Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:41.620Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:35:42.507Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-28T04:35:42.507Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml
2021-09-28T04:35:42.507Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T04:35:42.508Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:35:42.509Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:35:42.509Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803742507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-28T04:35:42.609Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-28T04:35:42.610Z||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-28T04:35:42.610Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:42.622Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:42.622Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:35:43.510Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-28T04:35:43.511Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env
2021-09-28T04:35:43.511Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T04:35:43.511Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:35:43.512Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:35:43.513Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803743510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-28T04:35:43.613Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:35:43.613Z||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-28T04:35:43.613Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:43.625Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:43.625Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:35:44.514Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar ASDC sendASDCNotification
2021-09-28T04:35:44.514Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar
2021-09-28T04:35:44.514Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T04:35:44.514Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:35:44.516Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:35:44.516Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803744513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:35:44.616Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:35:44.617Z||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-28T04:35:44.617Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:35:44.629Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:35:44.629Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:35:45.517Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80c27a48-9876-4ba6-9136-99230a1d0df4
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-28T04:35:45.530Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80c27a48-9876-4ba6-9136-99230a1d0df4
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-28T04:35:45.532Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T04:35:45.537Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-28T04:36:15.537Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 80c27a48-9876-4ba6-9136-99230a1d0df4 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-28T04:36:15.548Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 80c27a48-9876-4ba6-9136-99230a1d0df4 and serviceModelVersionId: 17a3d059-2720-46b2-8fff-ff0f5563536c
2021-09-28T04:36:15.548Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5333ecf-5c09-4487-8f07-fe4e7fdec78b
2021-09-28T04:36:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:36:23.997Z||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-28T04:36:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:24.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:24.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:36:24.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "clamp",
"timestamp": 1632803724124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:36:24.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:36:26.430Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0
2021-09-28T04:36:26.525Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-28T04:36:27.026Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0|INFO|500||Invoke
2021-09-28T04:36:27.033Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[80c27a48-9876-4ba6-9136-99230a1d0df4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0de66713-e306-4f25-aeeb-144252ada1e0], X-ECOMP-RequestID=[80c27a48-9876-4ba6-9136-99230a1d0df4], X-TransactionId=[], X-ONAP-RequestID=[80c27a48-9876-4ba6-9136-99230a1d0df4], Content-Type=[application/merge-patch+json]}
2021-09-28T04:36:27.248Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-28T04:36:27.678Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?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/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210928-04:36:27:257-40732], vertex-id=[401448], Content-Length=[0], Date=[Tue, 28 Sep 2021 04:36:27 GMT], Content-Type=[application/json]}
2021-09-28T04:36:27.679Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-28T04:36:27.679Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0|INFO|500||InvokeReturn
2021-09-28T04:36:27.682Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-28T04:36:27.682Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||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-28T04:36:27.686Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-28T04:36:27.692Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 80c27a48-9876-4ba6-9136-99230a1d0df4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-28T04:36:27.693Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-28T04:36:27.693Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:36:27.694Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:36:27.694Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803787692,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-28T04:36:27.795Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:36:27.795Z||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-28T04:36:27.795Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:27.806Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:27.807Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-28T04:36:28.707Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-28T04:36:28.708Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6725dc3-1210-43fb-a6b7-e69d5502da11","serviceName":"basic_onboard_LsDXlg","serviceVersion":"1.0","serviceUUID":"adcdfe0f-9ba5-412c-9983-c5d468374475","serviceDescription":"service","serviceInvariantUUID":"1ca83255-d993-4359-8408-6c2d04e78f71","resources":[{"resourceInstanceName":"basic_onboard_LsDXlg 0","resourceName":"basic_onboard_LsDXlg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"198f7bb1-1f81-4031-b375-0be3d90f1cbb","resourceInvariantUUID":"0bb7d5af-6533-42ae-a301-f7eba6e58252","resourceCustomizationUUID":"1dcb711e-dac4-449d-a1da-7e08a41db119","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml","artifactChecksum":"NTA2NWYwODhkZjYzOGRlY2QwNWVmNWExMjY2ZDI1ZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3568f519-f311-43d6-bcac-52d3ccd47a64","artifactVersion":"1"},{"artifactName":"basic_onboard_lsdxlg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json","artifactChecksum":"MGI3MDQ3NWVkOGU4NWQxMTliMDcxOGZkNzRjNDAzOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f56f275c-5ea6-488e-901f-cf66690efd68","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"65017955-96fa-4769-aee5-f6eb061d25c7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"33acad33-1130-4dc5-87ac-4684c7916118","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b87b4441-a6b4-42ab-a8a5-ce84e38663ae","artifactVersion":"2","generatedFromUUID":"65017955-96fa-4769-aee5-f6eb061d25c7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLsdxlg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml","artifactChecksum":"YWFiMjg4YTAzNjA0OTQ3ZGI0NjMyMTQ3MmRhMjFmNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd21551c-b65e-4d36-aef2-2bfb1a228083","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLsdxlg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar","artifactChecksum":"Y2YyMmY4NWQ0MDQyNmVlMGVlYzY5MzQ2ZGNiOTc4ZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"29ef2123-c795-480a-a068-6da78344df8b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-28T04:36:28.708Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:36:28.708Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:36:28.709Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:36:28.709Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:36:28.810Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:36:28.810Z||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-28T04:36:28.810Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:28.823Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:28.823Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-28T04:36:29.710Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:36:29.711Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:36:29.712Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:36:29.712Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"status": "NOTIFIED"
}
2021-09-28T04:36:29.812Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:36:29.813Z||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-28T04:36:29.813Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:29.825Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:29.825Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:36:30.713Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:36:30.713Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:36:30.715Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:36:30.715Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-28T04:36:30.815Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:36:30.815Z||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-28T04:36:30.816Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:30.827Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:30.827Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:36:31.715Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:36:31.716Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:36:31.718Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:36:31.718Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:36:31.818Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:36:31.819Z||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-28T04:36:31.819Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:31.831Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:31.831Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:36:32.719Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:36:32.719Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:36:32.720Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:36:32.721Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-28T04:36:32.821Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:36:32.821Z||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-28T04:36:32.821Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:32.832Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:32.833Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:36:33.721Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:36:33.722Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:36:33.724Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:36:33.724Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:36:33.824Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:36:33.824Z||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-28T04:36:33.824Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:33.837Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:33.837Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:36:34.724Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:36:34.725Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:36:34.727Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:36:34.727Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:36:34.827Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:36:34.827Z||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-28T04:36:34.827Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:34.839Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:34.839Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:36:35.728Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"serviceName": "basic_onboard_LsDXlg",
"serviceVersion": "1.0",
"serviceUUID": "adcdfe0f-9ba5-412c-9983-c5d468374475",
"serviceDescription": "service",
"serviceInvariantUUID": "1ca83255-d993-4359-8408-6c2d04e78f71",
"resources": [
{
"resourceInstanceName": "basic_onboard_LsDXlg 0",
"resourceCustomizationUUID": "1dcb711e-dac4-449d-a1da-7e08a41db119",
"resourceName": "basic_onboard_LsDXlg",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "198f7bb1-1f81-4031-b375-0be3d90f1cbb",
"resourceInvariantUUID": "0bb7d5af-6533-42ae-a301-f7eba6e58252",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_lsdxlg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"artifactChecksum": "MGI3MDQ3NWVkOGU4NWQxMTliMDcxOGZkNzRjNDAzOGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f56f275c-5ea6-488e-901f-cf66690efd68",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "65017955-96fa-4769-aee5-f6eb061d25c7",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b87b4441-a6b4-42ab-a8a5-ce84e38663ae",
"generatedFromUUID": "65017955-96fa-4769-aee5-f6eb061d25c7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b87b4441-a6b4-42ab-a8a5-ce84e38663ae",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLsdxlg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"artifactChecksum": "Y2YyMmY4NWQ0MDQyNmVlMGVlYzY5MzQ2ZGNiOTc4ZmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "29ef2123-c795-480a-a068-6da78344df8b"
}
],
"workloadContext": "Production"
}
2021-09-28T04:36:35.728Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-28T04:36:35.728Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 adcdfe0f-9ba5-412c-9983-c5d468374475 ASDC
2021-09-28T04:36:35.729Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f6725dc3-1210-43fb-a6b7-e69d5502da11
ServiceName:basic_onboard_LsDXlg
ServiceVersion:1.0
ServiceUUID:adcdfe0f-9ba5-412c-9983-c5d468374475
ServiceInvariantUUID:1ca83255-d993-4359-8408-6c2d04e78f71
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLsdxlg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar
ArtifactUUID:29ef2123-c795-480a-a068-6da78344df8b
ArtifactChecksum:Y2YyMmY4NWQ0MDQyNmVlMGVlYzY5MzQ2ZGNiOTc4ZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_LsDXlg 0
ResourceCustomizationUUID:1dcb711e-dac4-449d-a1da-7e08a41db119
ResourceInvariantUUID:0bb7d5af-6533-42ae-a301-f7eba6e58252
ResourceName:basic_onboard_LsDXlg
ResourceType:VF
ResourceUUID:198f7bb1-1f81-4031-b375-0be3d90f1cbb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lsdxlg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json
ArtifactUUID:f56f275c-5ea6-488e-901f-cf66690efd68
ArtifactChecksum:MGI3MDQ3NWVkOGU4NWQxMTliMDcxOGZkNzRjNDAzOGU=
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/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:65017955-96fa-4769-aee5-f6eb061d25c7
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/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env
ArtifactUUID:b87b4441-a6b4-42ab-a8a5-ce84e38663ae
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/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env
ArtifactUUID:b87b4441-a6b4-42ab-a8a5-ce84e38663ae
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-28T04:36:35.729Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF adcdfe0f-9ba5-412c-9983-c5d468374475 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-28T04:36:35.758Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-28T04:36:35.759Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-28T04:36:35.759Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-28T04:36:35.759Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 29ef2123-c795-480a-a068-6da78344df8b from URL: /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:35.759Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-28T04:36:35.759Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:37.128Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-28T04:36:37.131Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar 29ef2123-c795-480a-a068-6da78344df8b 71368
2021-09-28T04:36:37.131Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar ASDC sendASDCNotification
2021-09-28T04:36:37.131Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:37.131Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T04:36:37.132Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:36:37.134Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:36:37.134Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803797131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:36:37.234Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:36:37.234Z||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-28T04:36:37.235Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:37.246Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:37.246Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:36:38.134Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-28T04:36:38.135Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-28T04:36:38.135Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 29ef2123-c795-480a-a068-6da78344df8b, URL: /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar to file: /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:38.136Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:38.136Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:38.136Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:38.256Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12298471001737221113/Definitions/service-BasicOnboardLsdxlg-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-28T04:36:39.387Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_LsDXlg 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-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria
2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria
2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is not matching search criteria
2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria
2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria
2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria
2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is not matching search criteria
2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a1696dc-0cd5-46d8-83a4-2afc3f5ec8bc
2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:36:39.393Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_LsDXlg
Description:service
Model UUID:adcdfe0f-9ba5-412c-9983-c5d468374475
Model Version:NULL
Model InvariantUuid:1ca83255-d993-4359-8408-6c2d04e78f71
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_LsDXlg
Model UUID:e1a3013e-aa6b-4bd8-bf47-f2d0e534ee93
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0bb7d5af-6533-42ae-a301-f7eba6e58252
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1dcb711e-dac4-449d-a1da-7e08a41db119
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:de32e67d-6c77-4068-8865-37749d7ea5df
ModelName:BasicOnboardLsdxlg..base_ubuntu18..module-0
ModelUuid:f6deddd9-ba5a-4a6c-83cd-829a13737189
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0a1696dc-0cd5-46d8-83a4-2afc3f5ec8bc
ModelInvariantUuid:9f857cfb-0a81-4f5e-927c-c4b5a7e7be51
ModelName:basic_onboard_LsDXlg-nodes.ubuntu18Cvfc
ModelUuid:e9a0ed37-17cd-4cce-a5b4-cc8e07ebfece
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c4428f01-14e8-4059-bb21-f5a61b3022eb
ModelInvariantUuid:afe9dba2-ba09-4540-8115-bcb4a7a7df73
ModelName:BasicOnboardLsdxlg.compute.nodes.heat.ubuntu18
ModelUuid:8a54a758-0655-493a-9a69-a5e3806a765d
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-28T04:36:39.399Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 198f7bb1-1f81-4031-b375-0be3d90f1cbb
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-28T04:36:39.401Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||basic_onboard_LsDXlg 0
2021-09-28T04:36:39.401Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 198f7bb1-1f81-4031-b375-0be3d90f1cbb
2021-09-28T04:36:39.401Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f56f275c-5ea6-488e-901f-cf66690efd68 from URL: /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json
2021-09-28T04:36:39.401Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-28T04:36:39.402Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json
2021-09-28T04:36:40.013Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-28T04:36:40.013Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json f56f275c-5ea6-488e-901f-cf66690efd68 798
2021-09-28T04:36:40.013Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json ASDC sendASDCNotification
2021-09-28T04:36:40.013Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json
2021-09-28T04:36:40.013Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T04:36:40.014Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:36:40.015Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:36:40.015Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803800013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:36:40.115Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:36:40.116Z||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-28T04:36:40.116Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:40.128Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:40.128Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:36:41.016Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLsdxlg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "de32e67d-6c77-4068-8865-37749d7ea5df",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f6deddd9-ba5a-4a6c-83cd-829a13737189",
"vfModuleModelCustomizationUUID": "1b829597-6bc1-49bf-924b-fcaee4076129",
"isBase": true,
"artifacts": [
"65017955-96fa-4769-aee5-f6eb061d25c7",
"b87b4441-a6b4-42ab-a8a5-ce84e38663ae"
],
"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-28T04:36:41.019Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLsdxlg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f6deddd9-ba5a-4a6c-83cd-829a13737189
VfModuleModelInvariantUUID:de32e67d-6c77-4068-8865-37749d7ea5df
VfModuleModelDescription:NULL
Artifacts UUID List:{
65017955-96fa-4769-aee5-f6eb061d25c7
,
b87b4441-a6b4-42ab-a8a5-ce84e38663ae
}
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-28T04:36:41.020Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLsdxlg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "de32e67d-6c77-4068-8865-37749d7ea5df",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f6deddd9-ba5a-4a6c-83cd-829a13737189",
"vfModuleModelCustomizationUUID": "1b829597-6bc1-49bf-924b-fcaee4076129",
"isBase": true,
"artifacts": [
"65017955-96fa-4769-aee5-f6eb061d25c7",
"b87b4441-a6b4-42ab-a8a5-ce84e38663ae"
],
"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-28T04:36:41.020Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLsdxlg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f6deddd9-ba5a-4a6c-83cd-829a13737189
VfModuleModelInvariantUUID:de32e67d-6c77-4068-8865-37749d7ea5df
VfModuleModelDescription:NULL
Artifacts UUID List:{
65017955-96fa-4769-aee5-f6eb061d25c7
,
b87b4441-a6b4-42ab-a8a5-ce84e38663ae
}
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-28T04:36:41.020Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 65017955-96fa-4769-aee5-f6eb061d25c7 from URL: /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml
2021-09-28T04:36:41.020Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-28T04:36:41.021Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml
2021-09-28T04:36:41.729Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-28T04:36:41.729Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml 65017955-96fa-4769-aee5-f6eb061d25c7 5033
2021-09-28T04:36:41.729Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-28T04:36:41.729Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml
2021-09-28T04:36:41.729Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T04:36:41.729Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:36:41.731Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:36:41.731Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803801729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:36:41.831Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:36:41.832Z||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-28T04:36:41.832Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:41.844Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:41.844Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:36:42.732Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b87b4441-a6b4-42ab-a8a5-ce84e38663ae from URL: /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env
2021-09-28T04:36:42.732Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-28T04:36:42.732Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env
2021-09-28T04:36:44.127Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-28T04:36:44.127Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env b87b4441-a6b4-42ab-a8a5-ce84e38663ae 909
2021-09-28T04:36:44.128Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-28T04:36:44.128Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env
2021-09-28T04:36:44.128Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T04:36:44.128Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:36:44.129Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:36:44.130Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803804127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:36:44.230Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:36:44.230Z||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-28T04:36:44.230Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:44.243Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:44.243Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:36:45.130Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: adcdfe0f-9ba5-412c-9983-c5d468374475
2021-09-28T04:36:45.131Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_LsDXlg 0 198f7bb1-1f81-4031-b375-0be3d90f1cbb 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-28T04:36:45.142Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@255938be, org.onap.sdc.toscaparser.api.parameters.Input@461a06a7, org.onap.sdc.toscaparser.api.parameters.Input@5bb70544, org.onap.sdc.toscaparser.api.parameters.Input@1e82eb68, org.onap.sdc.toscaparser.api.parameters.Input@7272acce]
2021-09-28T04:36:45.143Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:45.143Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:36:45.143Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-09-28T04:36:45.143Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1dcb711e-dac4-449d-a1da-7e08a41db119
2021-09-28T04:36:45.143Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1dcb711e-dac4-449d-a1da-7e08a41db119 matches Tosca VF Customization UUID: 1dcb711e-dac4-449d-a1da-7e08a41db119
2021-09-28T04:36:45.143Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1dcb711e-dac4-449d-a1da-7e08a41db119 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-28T04:36:45.145Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:45.145Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:36:45.145Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1dcb711e-dac4-449d-a1da-7e08a41db119: {\"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-28T04:36:45.145Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@369b7931
2021-09-28T04:36:45.146Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:45.146Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-28T04:36:45.146Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b829597-6bc1-49bf-924b-fcaee4076129
2021-09-28T04:36:45.146Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b829597-6bc1-49bf-924b-fcaee4076129
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-28T04:36:45.147Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:45.148Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria
2021-09-28T04:36:45.148Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:36:45.148Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:45.148Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria
2021-09-28T04:36:45.148Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:36:45.148Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:45.148Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is not matching search criteria
2021-09-28T04:36:45.149Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-28T04:36:45.149Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-28T04:36:45.149Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a1696dc-0cd5-46d8-83a4-2afc3f5ec8bc
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-28T04:36:45.150Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:45.150Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria
2021-09-28T04:36:45.150Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:36:45.151Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:45.151Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria
2021-09-28T04:36:45.151Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0] matching following query criteria: sdcType=VF, customizationUUID=1dcb711e-dac4-449d-a1da-7e08a41db119
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-28T04:36:45.152Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:45.152Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:36:45.152Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid adcdfe0f-9ba5-412c-9983-c5d468374475: basic_onboard_LsDXlg
2021-09-28T04:36:45.152Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_LsDXlg
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-28T04:36:45.214Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_LsDXlg 198f7bb1-1f81-4031-b375-0be3d90f1cbb 1 ASDC deployResourceStructure
2021-09-28T04:36:45.214Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json ASDC sendASDCNotification
2021-09-28T04:36:45.214Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json
2021-09-28T04:36:45.214Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T04:36:45.214Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:36:45.216Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:36:45.216Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803805214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-28T04:36:45.316Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:36:45.316Z||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-28T04:36:45.317Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:45.332Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:45.332Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:36:46.216Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-28T04:36:46.217Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml
2021-09-28T04:36:46.217Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T04:36:46.217Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:36:46.218Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:36:46.218Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803806216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-28T04:36:46.318Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:36:46.319Z||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-28T04:36:46.319Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:46.331Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:46.331Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:36:47.219Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-28T04:36:47.219Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env
2021-09-28T04:36:47.219Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T04:36:47.219Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:36:47.221Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:36:47.221Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803807219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-28T04:36:47.321Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:36:47.322Z||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-28T04:36:47.322Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:47.332Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:47.333Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:36:48.221Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar ASDC sendASDCNotification
2021-09-28T04:36:48.222Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar
2021-09-28T04:36:48.222Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T04:36:48.222Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:36:48.223Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:36:48.224Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803808221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:36:48.324Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:36:48.324Z||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-28T04:36:48.324Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:36:48.335Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:36:48.335Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:36:49.224Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11
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-28T04:36:49.233Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11
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-28T04:36:49.235Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T04:36:49.235Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-28T04:36:49.235Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-28T04:37:19.235Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11
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-28T04:37:19.247Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11
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-28T04:37:19.249Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T04:37:19.249Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-28T04:37:19.249Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-28T04:37:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:37:23.997Z||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-28T04:37:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:37:24.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:37:24.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:37:24.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803724310,
"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-28T04:37:24.028Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6725dc3-1210-43fb-a6b7-e69d5502da11
2021-09-28T04:37:24.028Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6725dc3-1210-43fb-a6b7-e69d5502da11 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-28T04:37:49.249Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11
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-28T04:37:49.258Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11
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-28T04:37:49.259Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T04:37:49.259Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-28T04:37:49.259Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-28T04:38:19.260Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11
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-28T04:38:19.269Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11
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-28T04:38:19.270Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T04:38:19.271Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-28T04:38:19.271Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-28T04:38:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:38:23.997Z||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-28T04:38:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:38:24.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:38:24.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:38:24.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:38:24.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632803725313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-28T04:38:24.021Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:38:24.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "aai-ml",
"timestamp": 1632803725430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:38:24.021Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:38:24.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"status": "NOTIFIED"
}
2021-09-28T04:38:24.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:38:24.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "clamp",
"timestamp": 1632803726129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:38:24.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:38:24.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "aai-ml",
"timestamp": 1632803726434,
"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-28T04:38:24.028Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6725dc3-1210-43fb-a6b7-e69d5502da11
2021-09-28T04:38:24.028Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6725dc3-1210-43fb-a6b7-e69d5502da11 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-28T04:38:24.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-28T04:38:24.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:38:24.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "clamp",
"timestamp": 1632803727131,
"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-28T04:38:24.037Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f6725dc3-1210-43fb-a6b7-e69d5502da11
2021-09-28T04:38:24.037Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6725dc3-1210-43fb-a6b7-e69d5502da11 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-28T04:38:24.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:38:24.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-28T04:38:24.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:38:24.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:38:24.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803732000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:38:24.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803737454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:38:24.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:38:24.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803738740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:38:24.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803740187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:38:24.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803741503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json",
"status": "DEPLOY_OK"
}
2021-09-28T04:38:24.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803742507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-28T04:38:24.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803743510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-28T04:38:24.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803744513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:38:24.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:38:49.271Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11
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-28T04:38:49.279Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11
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-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:38:49.283Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T04:38:49.285Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-28T04:39:19.286Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11 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-28T04:39:19.291Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6725dc3-1210-43fb-a6b7-e69d5502da11 and serviceModelVersionId: adcdfe0f-9ba5-412c-9983-c5d468374475
2021-09-28T04:39:19.291Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ca83255-d993-4359-8408-6c2d04e78f71
2021-09-28T04:39:19.292Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0
2021-09-28T04:39:19.296Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-28T04:39:19.333Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0|INFO|500||Invoke
2021-09-28T04:39:19.333Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6725dc3-1210-43fb-a6b7-e69d5502da11], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[738f2f5a-d164-436e-b4df-0758bc3de791], X-ECOMP-RequestID=[f6725dc3-1210-43fb-a6b7-e69d5502da11], X-TransactionId=[], X-ONAP-RequestID=[f6725dc3-1210-43fb-a6b7-e69d5502da11], Content-Type=[application/merge-patch+json]}
2021-09-28T04:39:19.354Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-28T04:39:19.508Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?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/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210928-04:39:19:363-12411], vertex-id=[192600], Content-Length=[0], Date=[Tue, 28 Sep 2021 04:39:19 GMT], Content-Type=[application/json]}
2021-09-28T04:39:19.508Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-28T04:39:19.509Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0|INFO|500||InvokeReturn
2021-09-28T04:39:19.509Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-28T04:39:19.509Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||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-28T04:39:19.513Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-28T04:39:19.513Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6725dc3-1210-43fb-a6b7-e69d5502da11 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-28T04:39:19.513Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-28T04:39:19.513Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:39:19.515Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:39:19.515Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803959513,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-28T04:39:19.615Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:39:19.616Z||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-28T04:39:19.617Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:39:19.631Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:39:19.632Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-28T04:39:20.524Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:39:20.525Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-28T04:39:20.525Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:39:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:39:23.997Z||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-28T04:39:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:39:24.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:39:24.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:39:24.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803787692,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-28T04:39:24.026Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:39:24.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:39:24.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:39:24.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:39:24.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:39:24.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"status": "NOTIFIED"
}
2021-09-28T04:39:24.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:39:24.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:39:24.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-28T04:39:24.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:39:24.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:39:24.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:39:24.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-28T04:39:24.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:39:24.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803723995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:39:24.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803797131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:39:24.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803800013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:39:24.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803801729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:39:24.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803804127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:39:24.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803805214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-28T04:39:24.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803806216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-28T04:39:24.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803807219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-28T04:39:24.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:39:24.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T04:39:24.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803808221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:39:24.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:39:30.721Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:39:30.721Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:39:30.722Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-28T04:39:30.722Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:39:40.261Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:39:40.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:39:40.262Z||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-28T04:39:40.262Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:39:49.803Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:39:49.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:39:49.804Z||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-28T04:39:49.804Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:39:59.348Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:40:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:40:23.996Z||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-28T04:40:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:40:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:40:23.997Z||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-28T04:40:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:40:24.518Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:40:24.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-28T04:40:24.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632803959513,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-28T04:40:24.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:40:33.559Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:41:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:41:23.995Z||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-28T04:41:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:41:23.996Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:41:23.997Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-28T04:41:23.997Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:41:33.548Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:41:33.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:42:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:42:23.995Z||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-28T04:42:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:42:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:42:23.996Z||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-28T04:42:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:42:33.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:42:33.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:43:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:43:23.995Z||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-28T04:43:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:43:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:43:23.996Z||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-28T04:43:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:43:33.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:43:33.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:44:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:44:23.995Z||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-28T04:44:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:44:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:44:23.996Z||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-28T04:44:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:44:33.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:44:33.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:45:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:45:23.995Z||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-28T04:45:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:45:23.996Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:45:23.997Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-28T04:45:23.997Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:45:33.547Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:45:33.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:46:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:46:23.995Z||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-28T04:46:23.995Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:46:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:46:23.996Z||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-28T04:46:23.996Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:46:24.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:46:24.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a90f61e0-56db-490a-b6f4-9d16483b0a0d","serviceName":"Demo_pNF_T6WL6uJFHinf3mI2WBo2","serviceVersion":"1.0","serviceUUID":"25500f41-e23d-4622-a38f-b39448db6359","serviceDescription":"catalog service description","serviceInvariantUUID":"1512389f-abdc-4691-9f99-afabaf5e9ef1","resources":[{"resourceInstanceName":"pNF 0db17d52-49f8 0","resourceName":"pNF 0db17d52-49f8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0f2f4ca9-dda8-41bb-9688-90d6cc63f974","resourceInvariantUUID":"39f37875-baf6-48f0-8696-c3554bc71b7c","resourceCustomizationUUID":"6e737643-714a-4b84-bed1-621fe7676397","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml","artifactChecksum":"MGE2MjU3NmYxODc4YzY3MzE5N2U5YjU2MzIwNmYzYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45d9bcb2-cbd4-4d85-99ed-9979d5a8abe1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar","artifactChecksum":"NWFiYTU1MDMwNTUxMTlhZmMwNGJhMDA2M2RjMzNhN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a4cb33e-5c42-4882-96be-d51e9dc79ce0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1db21516-825f-43cf-aebf-f58569b20fd7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml","artifactChecksum":"ZWUxYWI3ZjEyMDdmZTI2ZTQ3ZmY1NGExZGQ5M2E5Nzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1a0273f3-9b66-4ac0-8b33-6c7706846e81","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a43d48b-0134-412a-8ba5-a978cc59824e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e26d312b-1b35-47cf-b7ac-327431e95273","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml","artifactChecksum":"MTdhYmUzMGIxYmIxMmY2NWU2Y2UwOWMxNTA1ZDFmZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f505814c-973c-4603-a62c-de746e7492cd","artifactVersion":"1"},{"artifactName":"service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar","artifactChecksum":"NDI1NmRkYzgzMWI1OWYzMmFmMmQyNjRjNGQ3NzM4Zjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"514bf5c5-d495-4fd0-ac16-0123c89f4d86","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-28T04:46:24.625Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:46:24.625Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:46:24.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:46:24.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "clamp",
"timestamp": 1632804368723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.627Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:46:24.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "dcae-sch",
"timestamp": 1632804361236,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "aai-ml",
"timestamp": 1632804368530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "cds",
"timestamp": 1632804370566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "clamp",
"timestamp": 1632804368723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "dcae-sch",
"timestamp": 1632804361236,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.629Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804383995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "aai-ml",
"timestamp": 1632804368530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632804371006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632804371483,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "cds",
"timestamp": 1632804370566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "clamp",
"timestamp": 1632804368723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "dcae-sch",
"timestamp": 1632804361236,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "aai-ml",
"timestamp": 1632804368530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632804371006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632804371483,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "cds",
"timestamp": 1632804370566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "clamp",
"timestamp": 1632804368723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "dcae-sch",
"timestamp": 1632804361236,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "aai-ml",
"timestamp": 1632804368530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632804371006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632804371483,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "cds",
"timestamp": 1632804370566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "clamp",
"timestamp": 1632804368723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "dcae-sch",
"timestamp": 1632804361236,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "aai-ml",
"timestamp": 1632804368530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632804371006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632804371483,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "cds",
"timestamp": 1632804370566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632804374738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "clamp",
"timestamp": 1632804368723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "dcae-sch",
"timestamp": 1632804361236,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "aai-ml",
"timestamp": 1632804368530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632804371006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632804371483,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "cds",
"timestamp": 1632804370566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632804374738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "clamp",
"timestamp": 1632804368723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "dcae-sch",
"timestamp": 1632804361236,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "aai-ml",
"timestamp": 1632804368530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632804371006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632804371483,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "cds",
"timestamp": 1632804370566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632804374738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "clamp",
"timestamp": 1632804368723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "dcae-sch",
"timestamp": 1632804361236,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "aai-ml",
"timestamp": 1632804368530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632804371006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632804371483,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "cds",
"timestamp": 1632804370566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:46:24.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632804374738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632804371006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "aai-ml",
"timestamp": 1632804379100,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632804371483,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632804374738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "policy-id",
"timestamp": 1632804379020,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "cds",
"timestamp": 1632804379713,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:46:24.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632804380189,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:46:24.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632804374738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-09-28T04:46:24.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "policy-id",
"timestamp": 1632804379020,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "cds",
"timestamp": 1632804380717,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T04:46:24.651Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a90f61e0-56db-490a-b6f4-9d16483b0a0d
2021-09-28T04:46:24.651Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-28T04:46:24.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632804374738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "policy-id",
"timestamp": 1632804379020,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632804381885,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:46:24.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632804374738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "policy-id",
"timestamp": 1632804379020,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632804382887,
"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-28T04:46:24.662Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a90f61e0-56db-490a-b6f4-9d16483b0a0d
2021-09-28T04:46:24.662Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-28T04:46:24.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "aai-ml",
"timestamp": 1632804383624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:46:24.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:46:24.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:46:24.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "policy-id",
"timestamp": 1632804379020,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:24.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:46:24.727Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-28T04:46:24.728Z||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-28T04:46:24.728Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:46:24.739Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:46:24.739Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:46:25.630Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:46:25.631Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:46:25.632Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:46:25.633Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804383995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:25.733Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:46:25.733Z||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-28T04:46:25.733Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:46:25.746Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:46:25.746Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:46:26.633Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:46:26.634Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:46:26.636Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:46:26.636Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804383995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:26.736Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:46:26.736Z||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-28T04:46:26.737Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:46:26.749Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:46:26.749Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:46:27.636Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:46:27.637Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:46:27.638Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:46:27.638Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804383995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:27.738Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:46:27.739Z||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-28T04:46:27.739Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:46:27.750Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:46:27.750Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:46:28.639Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:46:28.639Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:46:28.641Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:46:28.641Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804383995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:28.741Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:46:28.742Z||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-28T04:46:28.742Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:46:28.752Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:46:28.752Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:46:29.641Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:46:29.642Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:46:29.643Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:46:29.643Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804383995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:29.744Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-28T04:46:29.744Z||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-28T04:46:29.744Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:46:29.756Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:46:29.756Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:46:30.644Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:46:30.645Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:46:30.646Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:46:30.646Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804383995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:46:30.746Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:46:30.747Z||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-28T04:46:30.747Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:46:30.759Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:46:30.759Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-28T04:46:31.647Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:46:31.647Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:46:31.649Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:46:31.649Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804383995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:46:31.749Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:46:31.749Z||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-28T04:46:31.750Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:46:31.760Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:46:31.761Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-28T04:46:32.650Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"serviceName": "Demo_pNF_T6WL6uJFHinf3mI2WBo2",
"serviceVersion": "1.0",
"serviceUUID": "25500f41-e23d-4622-a38f-b39448db6359",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1512389f-abdc-4691-9f99-afabaf5e9ef1",
"resources": [
{
"resourceInstanceName": "pNF 0db17d52-49f8 0",
"resourceCustomizationUUID": "6e737643-714a-4b84-bed1-621fe7676397",
"resourceName": "pNF 0db17d52-49f8",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "0f2f4ca9-dda8-41bb-9688-90d6cc63f974",
"resourceInvariantUUID": "39f37875-baf6-48f0-8696-c3554bc71b7c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"artifactChecksum": "NDI1NmRkYzgzMWI1OWYzMmFmMmQyNjRjNGQ3NzM4Zjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "514bf5c5-d495-4fd0-ac16-0123c89f4d86"
}
],
"workloadContext": "Production"
}
2021-09-28T04:46:32.651Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-28T04:46:32.651Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 25500f41-e23d-4622-a38f-b39448db6359 ASDC
2021-09-28T04:46:32.651Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a90f61e0-56db-490a-b6f4-9d16483b0a0d
ServiceName:Demo_pNF_T6WL6uJFHinf3mI2WBo2
ServiceVersion:1.0
ServiceUUID:25500f41-e23d-4622-a38f-b39448db6359
ServiceInvariantUUID:1512389f-abdc-4691-9f99-afabaf5e9ef1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
ArtifactUUID:514bf5c5-d495-4fd0-ac16-0123c89f4d86
ArtifactChecksum:NDI1NmRkYzgzMWI1OWYzMmFmMmQyNjRjNGQ3NzM4Zjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0db17d52-49f8 0
ResourceCustomizationUUID:6e737643-714a-4b84-bed1-621fe7676397
ResourceInvariantUUID:39f37875-baf6-48f0-8696-c3554bc71b7c
ResourceName:pNF 0db17d52-49f8
ResourceType:PNF
ResourceUUID:0f2f4ca9-dda8-41bb-9688-90d6cc63f974
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-09-28T04:46:32.651Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 25500f41-e23d-4622-a38f-b39448db6359 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-28T04:46:32.673Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-28T04:46:32.674Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-28T04:46:32.674Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-28T04:46:32.674Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 514bf5c5-d495-4fd0-ac16-0123c89f4d86 from URL: /sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
2021-09-28T04:46:32.674Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-28T04:46:32.675Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
2021-09-28T04:46:32.847Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-28T04:46:32.850Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 514bf5c5-d495-4fd0-ac16-0123c89f4d86 82549
2021-09-28T04:46:32.850Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar ASDC sendASDCNotification
2021-09-28T04:46:32.850Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
2021-09-28T04:46:32.850Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T04:46:32.850Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:46:32.852Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:46:32.852Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804392850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:46:32.952Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:46:32.953Z||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-28T04:46:32.953Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:46:32.964Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:46:32.964Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:46:33.852Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-28T04:46:33.853Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-28T04:46:33.853Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 514bf5c5-d495-4fd0-ac16-0123c89f4d86, URL: /sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar to file: /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
2021-09-28T04:46:33.854Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
2021-09-28T04:46:33.854Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
2021-09-28T04:46:33.854Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
2021-09-28T04:46:34.042Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14910752165788840000/Definitions/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml
2021-09-28T04:46:34.569Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-28T04:46:34.569Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0db17d52-49f8 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Node template pNF 0db17d52-49f8 0 is matching search criteria
2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0db17d52-49f8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Node template pNF 0db17d52-49f8 0 is matching search criteria
2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0db17d52-49f8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:46:34.572Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:46:34.572Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:46:34.572Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:46:34.572Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:46:34.572Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:46:34.572Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_T6WL6uJFHinf3mI2WBo2
Description:catalog service description
Model UUID:25500f41-e23d-4622-a38f-b39448db6359
Model Version:NULL
Model InvariantUuid:1512389f-abdc-4691-9f99-afabaf5e9ef1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-28T04:46:34.577Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0f2f4ca9-dda8-41bb-9688-90d6cc63f974
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-28T04:46:34.579Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||pNF 0db17d52-49f8 0
2021-09-28T04:46:34.579Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0f2f4ca9-dda8-41bb-9688-90d6cc63f974
2021-09-28T04:46:34.580Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 25500f41-e23d-4622-a38f-b39448db6359
2021-09-28T04:46:34.580Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 25500f41-e23d-4622-a38f-b39448db6359
2021-09-28T04:46:34.580Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0db17d52-49f8 0 0f2f4ca9-dda8-41bb-9688-90d6cc63f974 ASDC
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-28T04:46:34.584Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f24a39b, org.onap.sdc.toscaparser.api.parameters.Input@74f72168, org.onap.sdc.toscaparser.api.parameters.Input@4c9969cf, org.onap.sdc.toscaparser.api.parameters.Input@71f0e82f, org.onap.sdc.toscaparser.api.parameters.Input@1ba2a5f1]
2021-09-28T04:46:34.584Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:46:34.584Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:46:34.584Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 25500f41-e23d-4622-a38f-b39448db6359: pNF 0db17d52-49f8
2021-09-28T04:46:34.584Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||Processing PNF resource: 0f2f4ca9-dda8-41bb-9688-90d6cc63f974
2021-09-28T04:46:34.584Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:46:34.584Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:46:34.584Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||Resource customization UUID: 6e737643-714a-4b84-bed1-621fe7676397 is the same as notified resource customizationUUID: 6e737643-714a-4b84-bed1-621fe7676397
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-28T04:46:34.630Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0db17d52-49f8 0f2f4ca9-dda8-41bb-9688-90d6cc63f974 0 ASDC deployResourceStructure
2021-09-28T04:46:34.640Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar ASDC sendASDCNotification
2021-09-28T04:46:34.640Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar
2021-09-28T04:46:34.640Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T04:46:34.641Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:46:34.642Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:46:34.642Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804394640,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:46:34.742Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:46:34.743Z||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-28T04:46:34.743Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:46:34.753Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:46:34.753Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:46:35.643Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d
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-28T04:46:35.651Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d
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-28T04:46:35.653Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T04:46:35.653Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-28T04:46:35.653Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-28T04:47:05.653Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d
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-28T04:47:05.663Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d
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-28T04:47:05.665Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T04:47:05.665Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-28T04:47:05.665Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-28T04:47:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:47:23.997Z||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-28T04:47:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:47:24.120Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:47:24.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:47:24.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804383995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:47:24.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:47:35.666Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d
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-28T04:47:35.673Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d
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-28T04:47:35.675Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T04:47:35.675Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-28T04:47:35.675Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-28T04:48:05.675Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d
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-28T04:48:05.685Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d
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-28T04:48:05.687Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T04:48:05.687Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-28T04:48:05.687Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-28T04:48:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:48:23.997Z||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-28T04:48:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:48:24.520Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:48:24.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "aai-ml",
"timestamp": 1632804384628,
"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-28T04:48:24.526Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a90f61e0-56db-490a-b6f4-9d16483b0a0d
2021-09-28T04:48:24.527Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-28T04:48:24.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "policy-id",
"timestamp": 1632804379020,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:48:24.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:48:24.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632804384837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:48:24.534Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:48:24.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804383995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:48:24.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:48:24.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "policy-id",
"timestamp": 1632804379020,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:48:24.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:48:24.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632804386059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-09-28T04:48:24.535Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:48:24.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804383995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:48:24.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:48:24.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "policy-id",
"timestamp": 1632804379020,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:48:24.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:48:24.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632804387062,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T04:48:24.539Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a90f61e0-56db-490a-b6f4-9d16483b0a0d
2021-09-28T04:48:24.539Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90f61e0-56db-490a-b6f4-9d16483b0a0d and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "clamp",
"timestamp": 1632804387205,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:48:24.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804383995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:48:24.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "policy-id",
"timestamp": 1632804388195,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:48:24.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804383995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:48:24.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "clamp",
"timestamp": 1632804389212,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:48:24.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:48:24.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "policy-id",
"timestamp": 1632804389199,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:48:24.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:48:24.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804383995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:48:24.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:48:24.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "clamp",
"timestamp": 1632804390215,
"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-28T04:48:24.549Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a90f61e0-56db-490a-b6f4-9d16483b0a0d
2021-09-28T04:48:24.549Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-28T04:48:24.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "policy-id",
"timestamp": 1632804390202,
"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-28T04:48:24.556Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a90f61e0-56db-490a-b6f4-9d16483b0a0d
2021-09-28T04:48:24.557Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-28T04:48:24.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804383995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:48:24.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:48:24.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804383995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:48:24.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-28T04:48:24.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804392850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:48:24.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:48:24.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:48:24.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804394640,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T04:48:24.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:48:35.688Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d
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-28T04:48:35.695Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d
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-28T04:48:35.699Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T04:48:35.699Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T04:48:35.703Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-28T04:49:05.704Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-28T04:49:05.710Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d and serviceModelVersionId: 25500f41-e23d-4622-a38f-b39448db6359
2021-09-28T04:49:05.710Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1512389f-abdc-4691-9f99-afabaf5e9ef1
2021-09-28T04:49:05.710Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1512389f-abdc-4691-9f99-afabaf5e9ef1/model-vers/model-ver/25500f41-e23d-4622-a38f-b39448db6359?depth=0
2021-09-28T04:49:05.714Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-28T04:49:05.748Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1512389f-abdc-4691-9f99-afabaf5e9ef1/model-vers/model-ver/25500f41-e23d-4622-a38f-b39448db6359?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-28T04:49:05.748Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1512389f-abdc-4691-9f99-afabaf5e9ef1/model-vers/model-ver/25500f41-e23d-4622-a38f-b39448db6359?depth=0|INFO|500||Invoke
2021-09-28T04:49:05.772Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1512389f-abdc-4691-9f99-afabaf5e9ef1/model-vers/model-ver/25500f41-e23d-4622-a38f-b39448db6359?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-28T04:49:06.124Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1512389f-abdc-4691-9f99-afabaf5e9ef1/model-vers/model-ver/25500f41-e23d-4622-a38f-b39448db6359?depth=0|INFO|500||InvokeReturn
2021-09-28T04:49:06.124Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1512389f-abdc-4691-9f99-afabaf5e9ef1/model-vers/model-ver/25500f41-e23d-4622-a38f-b39448db6359?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210928-04:49:05:780-63625], vertex-id=[180240], Content-Length=[0], Date=[Tue, 28 Sep 2021 04:49:05 GMT], Content-Type=[application/json]}
2021-09-28T04:49:06.125Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-28T04:49:06.125Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-28T04:49:06.125Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||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-28T04:49:06.129Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-28T04:49:06.131Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a90f61e0-56db-490a-b6f4-9d16483b0a0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-28T04:49:06.131Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-28T04:49:06.131Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:49:06.133Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:49:06.133Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804546131,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-28T04:49:06.233Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:49:06.234Z||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-28T04:49:06.234Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:49:06.248Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:49:06.248Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-28T04:49:07.143Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:49:07.143Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|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-28T04:49:07.143Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:49:17.353Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:49:17.353Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:49:17.353Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|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-28T04:49:17.354Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:49:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T04:49:23.997Z||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-28T04:49:23.997Z||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 vH7dG4tY1u0jifKP) ...
2021-09-28T04:49:24.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:49:24.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T04:49:24.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804546131,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-28T04:49:24.621Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T04:49:24.622Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:49:24.622Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T04:49:24.622Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"2632239d-73f7-400b-8044-302dc33eee37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a7d4b97c-5a94-404e-99cc-2dbd115848ea","serviceDescription":"service","serviceInvariantUUID":"c56eda08-c4d2-4477-a4a7-d276df330f55","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e01dc38c-f2ef-48f3-97ee-0a4e0bd63c8e","resourceInvariantUUID":"b571e3d1-acf2-4bb7-b3b2-4d15d498cec5","resourceCustomizationUUID":"8bd155e7-1430-4686-89be-85ecc466b0a3","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":"ZjZhYzUyMjZlNmVmNzYyNmJlZDY2MjY2MmIzN2VhOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"603bcf6e-b99a-4a81-90f0-22db97db9a70","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":"NGY5YTIxYWJmZDFlYzAyY2ZkNzRiNDI1YTMwYjUwM2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"24d0fb59-90f4-4ad2-b098-b88b61f5eb15","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":"e65d0312-7892-420e-9b5d-b942232b456d","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":"1ffc78c2-a06f-494f-afb5-7c05a85478dc","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":"0fe79180-db4f-47ad-903e-773fe50979f5","artifactVersion":"2","generatedFromUUID":"e65d0312-7892-420e-9b5d-b942232b456d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MWE3ZWI5ODMyNDczYWQzNWJlN2ViNjA4YzQyZTMwOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a5cf8a18-e15c-4a1d-8c69-ad2f4639d437","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2Y2ZjkwODEzZDVlZGUyZGFiMjNhYzQ0NjcxM2RkOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"43196afc-0807-424b-973c-95cb0a39f562","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-28T04:49:24.624Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:49:24.624Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:49:24.625Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:49:24.625Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2632239d-73f7-400b-8044-302dc33eee37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804557353,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:49:24.726Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:49:24.726Z||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-28T04:49:24.726Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:49:24.738Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:49:24.738Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:49:25.626Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:49:25.627Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:49:25.628Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:49:25.628Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2632239d-73f7-400b-8044-302dc33eee37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804557353,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-28T04:49:25.728Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:49:25.729Z||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-28T04:49:25.729Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:49:25.740Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:49:25.740Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:49:26.629Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:49:26.629Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:49:26.631Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:49:26.631Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2632239d-73f7-400b-8044-302dc33eee37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804557353,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-28T04:49:26.731Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:49:26.732Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T04:49:26.732Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:49:26.742Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:49:26.742Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:49:27.632Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:49:27.632Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:49:27.634Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:49:27.634Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2632239d-73f7-400b-8044-302dc33eee37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804557353,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:49:27.734Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:49:27.735Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T04:49:27.735Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:49:27.746Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:49:27.746Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:49:28.635Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:49:28.635Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:49:28.637Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:49:28.637Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2632239d-73f7-400b-8044-302dc33eee37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804557353,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-28T04:49:28.737Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:49:28.738Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T04:49:28.738Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:49:28.749Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:49:28.749Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:49:29.638Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:49:29.638Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:49:29.640Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:49:29.640Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2632239d-73f7-400b-8044-302dc33eee37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804557353,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T04:49:29.740Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:49:29.741Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T04:49:29.741Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:49:29.751Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:49:29.751Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:49:30.640Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T04:49:30.641Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:49:30.642Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:49:30.642Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2632239d-73f7-400b-8044-302dc33eee37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804557353,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T04:49:30.743Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-28T04:49:30.743Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T04:49:30.743Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:49:30.754Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:49:30.754Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:49:31.643Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "2632239d-73f7-400b-8044-302dc33eee37",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "a7d4b97c-5a94-404e-99cc-2dbd115848ea",
"serviceDescription": "service",
"serviceInvariantUUID": "c56eda08-c4d2-4477-a4a7-d276df330f55",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "8bd155e7-1430-4686-89be-85ecc466b0a3",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e01dc38c-f2ef-48f3-97ee-0a4e0bd63c8e",
"resourceInvariantUUID": "b571e3d1-acf2-4bb7-b3b2-4d15d498cec5",
"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": "NGY5YTIxYWJmZDFlYzAyY2ZkNzRiNDI1YTMwYjUwM2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "24d0fb59-90f4-4ad2-b098-b88b61f5eb15",
"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": "e65d0312-7892-420e-9b5d-b942232b456d",
"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": "0fe79180-db4f-47ad-903e-773fe50979f5",
"generatedFromUUID": "e65d0312-7892-420e-9b5d-b942232b456d"
},
"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": "0fe79180-db4f-47ad-903e-773fe50979f5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "N2Y2ZjkwODEzZDVlZGUyZGFiMjNhYzQ0NjcxM2RkOGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "43196afc-0807-424b-973c-95cb0a39f562"
}
],
"workloadContext": "Production"
}
2021-09-28T04:49:31.644Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-28T04:49:31.644Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a7d4b97c-5a94-404e-99cc-2dbd115848ea ASDC
2021-09-28T04:49:31.644Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2632239d-73f7-400b-8044-302dc33eee37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:a7d4b97c-5a94-404e-99cc-2dbd115848ea
ServiceInvariantUUID:c56eda08-c4d2-4477-a4a7-d276df330f55
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:43196afc-0807-424b-973c-95cb0a39f562
ArtifactChecksum:N2Y2ZjkwODEzZDVlZGUyZGFiMjNhYzQ0NjcxM2RkOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8bd155e7-1430-4686-89be-85ecc466b0a3
ResourceInvariantUUID:b571e3d1-acf2-4bb7-b3b2-4d15d498cec5
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e01dc38c-f2ef-48f3-97ee-0a4e0bd63c8e
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:24d0fb59-90f4-4ad2-b098-b88b61f5eb15
ArtifactChecksum:NGY5YTIxYWJmZDFlYzAyY2ZkNzRiNDI1YTMwYjUwM2Q=
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:e65d0312-7892-420e-9b5d-b942232b456d
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:0fe79180-db4f-47ad-903e-773fe50979f5
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:0fe79180-db4f-47ad-903e-773fe50979f5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-28T04:49:31.644Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7d4b97c-5a94-404e-99cc-2dbd115848ea 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-28T04:49:31.667Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-28T04:49:31.667Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-28T04:49:31.667Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-28T04:49:31.667Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 43196afc-0807-424b-973c-95cb0a39f562 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-28T04:49:31.667Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-28T04:49:31.668Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-28T04:49:32.210Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-28T04:49:32.213Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 43196afc-0807-424b-973c-95cb0a39f562 70854
2021-09-28T04:49:32.213Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-28T04:49:32.213Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-28T04:49:32.213Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T04:49:32.213Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:49:32.215Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:49:32.215Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2632239d-73f7-400b-8044-302dc33eee37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804572213,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:49:32.315Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:49:32.316Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T04:49:32.316Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:49:32.327Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:49:32.327Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:49:33.215Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-28T04:49:33.216Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-28T04:49:33.217Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 43196afc-0807-424b-973c-95cb0a39f562, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T04:49:33.217Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-28T04:49:33.217Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T04:49:33.217Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T04:49:33.556Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14740515551834670914/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-28T04:49:34.321Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-28T04:49:34.321Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-28T04:49:34.321Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T04:49:34.321Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-28T04:49:34.321Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-28T04:49:34.321Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-28T04:49:34.321Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=451f9e8f-0164-4741-a0a5-2737a62fe488
2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T04:49:34.327Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T04:49:34.327Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:a7d4b97c-5a94-404e-99cc-2dbd115848ea
Model Version:NULL
Model InvariantUuid:c56eda08-c4d2-4477-a4a7-d276df330f55
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:4c38712c-17cb-4e64-b32f-0db0aa0f78cc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b571e3d1-acf2-4bb7-b3b2-4d15d498cec5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8bd155e7-1430-4686-89be-85ecc466b0a3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7408d833-96dd-48ac-8c5a-7a3cb0226136
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:aa546432-1dd0-4e8b-b484-10f6a7616870
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:451f9e8f-0164-4741-a0a5-2737a62fe488
ModelInvariantUuid:eb7b14ef-1e37-44aa-8ab6-8455870531ef
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c09f8e8f-97b9-4b08-bebe-9fb98a162ddf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:e778bf48-c161-494f-bba9-f047ac1600f0
ModelInvariantUuid:65eeb84a-7cfd-4f08-adce-ab4f56ea5383
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:951ada32-7510-493a-972c-cda8643f8e16
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-28T04:49:34.332Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e01dc38c-f2ef-48f3-97ee-0a4e0bd63c8e
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-28T04:49:34.335Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||basic_vm 0
2021-09-28T04:49:34.335Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e01dc38c-f2ef-48f3-97ee-0a4e0bd63c8e
2021-09-28T04:49:34.335Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 24d0fb59-90f4-4ad2-b098-b88b61f5eb15 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-28T04:49:34.335Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-28T04:49:34.335Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-28T04:49:35.154Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-28T04:49:35.154Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 24d0fb59-90f4-4ad2-b098-b88b61f5eb15 787
2021-09-28T04:49:35.154Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-28T04:49:35.154Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-28T04:49:35.155Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T04:49:35.155Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:49:35.156Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:49:35.156Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2632239d-73f7-400b-8044-302dc33eee37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804575154,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:49:35.256Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:49:35.257Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T04:49:35.257Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:49:35.268Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:49:35.268Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:49:36.157Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "7408d833-96dd-48ac-8c5a-7a3cb0226136",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aa546432-1dd0-4e8b-b484-10f6a7616870",
"vfModuleModelCustomizationUUID": "31b531c7-6583-49e3-a953-253b0d309d5c",
"isBase": true,
"artifacts": [
"e65d0312-7892-420e-9b5d-b942232b456d",
"0fe79180-db4f-47ad-903e-773fe50979f5"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-28T04:49:36.160Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa546432-1dd0-4e8b-b484-10f6a7616870
VfModuleModelInvariantUUID:7408d833-96dd-48ac-8c5a-7a3cb0226136
VfModuleModelDescription:NULL
Artifacts UUID List:{
e65d0312-7892-420e-9b5d-b942232b456d
,
0fe79180-db4f-47ad-903e-773fe50979f5
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-28T04:49:36.161Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "7408d833-96dd-48ac-8c5a-7a3cb0226136",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aa546432-1dd0-4e8b-b484-10f6a7616870",
"vfModuleModelCustomizationUUID": "31b531c7-6583-49e3-a953-253b0d309d5c",
"isBase": true,
"artifacts": [
"e65d0312-7892-420e-9b5d-b942232b456d",
"0fe79180-db4f-47ad-903e-773fe50979f5"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-28T04:49:36.161Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa546432-1dd0-4e8b-b484-10f6a7616870
VfModuleModelInvariantUUID:7408d833-96dd-48ac-8c5a-7a3cb0226136
VfModuleModelDescription:NULL
Artifacts UUID List:{
e65d0312-7892-420e-9b5d-b942232b456d
,
0fe79180-db4f-47ad-903e-773fe50979f5
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-28T04:49:36.161Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e65d0312-7892-420e-9b5d-b942232b456d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-28T04:49:36.162Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-28T04:49:36.162Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-28T04:49:37.719Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-28T04:49:37.719Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e65d0312-7892-420e-9b5d-b942232b456d 5033
2021-09-28T04:49:37.719Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-28T04:49:37.719Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-28T04:49:37.719Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T04:49:37.720Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:49:37.721Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:49:37.721Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2632239d-73f7-400b-8044-302dc33eee37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804577719,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:49:37.821Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:49:37.822Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T04:49:37.822Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:49:37.838Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:49:37.838Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-28T04:49:38.722Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0fe79180-db4f-47ad-903e-773fe50979f5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-28T04:49:38.722Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-28T04:49:38.723Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-28T04:49:40.203Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-28T04:49:40.203Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 0fe79180-db4f-47ad-903e-773fe50979f5 903
2021-09-28T04:49:40.203Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-28T04:49:40.203Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-28T04:49:40.203Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T04:49:40.204Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-28T04:49:40.205Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T04:49:40.205Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2632239d-73f7-400b-8044-302dc33eee37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632804580203,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-09-28T04:49:40.305Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T04:49:40.306Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T04:49:40.306Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ...
2021-09-28T04:49:40.318Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T04:49:40.318Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-28T04:49:41.205Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a7d4b97c-5a94-404e-99cc-2dbd115848ea
2021-09-28T04:49:41.206Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e01dc38c-f2ef-48f3-97ee-0a4e0bd63c8e 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-28T04:49:41.215Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4df9248b, org.onap.sdc.toscaparser.api.parameters.Input@4d8dd52e, org.onap.sdc.toscaparser.api.parameters.Input@64bfc15e, org.onap.sdc.toscaparser.api.parameters.Input@39980a34, org.onap.sdc.toscaparser.api.parameters.Input@3dc1bcf0]
2021-09-28T04:49:41.216Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery