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-08-13T07:01:52.394Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-wf25q with PID 14 (/app/app.jar started by so in /app)
2021-08-13T07:01:52.411Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-13T07:01:52.412Z||main|||||INFO|500||The following profiles are active: basic
2021-08-13T07:02:07.688Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-13T07:02:07.689Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-13T07:02:07.848Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-13T07:02:11.989Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-13T07:02:12.518Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-13T07:02:13.231Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-13T07:02:13.237Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-13T07:02:13.632Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-13T07:02:14.402Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-13T07:02:16.129Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-13T07:02:22.780Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-13T07:02:25.106Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-13T07:02:25.164Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-13T07:02:25.809Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-13T07:02:26.044Z||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-08-13T07:02:27.514Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-13T07:02:28.488Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-13T07:02:28.506Z||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$$e21e573c.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-08-13T07:02:28.507Z||main|||||WARN|500||The sdc end point is not alive
2021-08-13T07:02:30.841Z||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-08-13T07:02:33.238Z||main|||||WARN|500||---
2021-08-13T07:02:33.239Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-13T07:02:33.239Z||main|||||WARN|500||---
2021-08-13T07:02:33.565Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-13T07:02:36.606Z||main|||||INFO|500||Started Application in 47.099 seconds (JVM running for 52.967)
2021-08-13T07:02:36.610Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T07:02:36.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T07:02:36.634Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T07:02:36.660Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T07:02:36.701Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b86db88c-c84f-497c-9a39-1aacef2a0841 url= /sdc/v1/artifactTypes
2021-08-13T07:02:36.702Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T07:02:37.266Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T07:02:37.284Z||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-08-13T07:02:37.305Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T07:02:37.311Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T07:02:37.356Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:02:37.372Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d2ad11c9-45cf-4fcb-8764-368e09d501d6 url= /sdc/v1/registerForDistribution
2021-08-13T07:02:37.646Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d2ad11c9-45cf-4fcb-8764-368e09d501d6 url= /sdc/v1/registerForDistribution
2021-08-13T07:02:37.647Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-13T07:02:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:02:37.658Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:02:37.668Z||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-08-13T07:02:37.668Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-13T07:02:37.669Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:02:37.669Z||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-08-13T07:02:37.669Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:02:48.003Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:02:48.037Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:03:37.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:03:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:03:37.658Z||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-08-13T07:03:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:03:37.659Z||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-08-13T07:03:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:03:47.210Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:03:47.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:04:37.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:04:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:04:37.659Z||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-08-13T07:04:37.659Z||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-08-13T07:04:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:04:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:04:47.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:04:47.305Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:05:37.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:05:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:05:37.659Z||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-08-13T07:05:37.660Z||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-08-13T07:05:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:05:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:05:47.246Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:05:47.246Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:06:37.655Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:06:37.658Z||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-08-13T07:06:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:06:37.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:06:37.666Z||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-08-13T07:06:37.667Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:06:47.250Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:06:47.275Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:07:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:07:37.656Z||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-08-13T07:07:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:07:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:07:37.658Z||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-08-13T07:07:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:07:47.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:07:47.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:08:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:08:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:08:37.657Z||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-08-13T07:08:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:08:37.658Z||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-08-13T07:08:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:08:47.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:08:47.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:09:37.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:09:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:09:37.658Z||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-08-13T07:09:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:09:37.661Z||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-08-13T07:09:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:09:47.222Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:09:47.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:10:37.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:10:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:10:37.658Z||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-08-13T07:10:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:10:37.659Z||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-08-13T07:10:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:10:47.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:10:47.227Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:11:37.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:11:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:11:37.660Z||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-08-13T07:11:37.660Z||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-08-13T07:11:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:11:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:11:47.215Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:11:47.231Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:12:25.048Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-13T07:12:37.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:12:37.656Z||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-08-13T07:12:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:12:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:12:37.658Z||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-08-13T07:12:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:12:47.251Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:12:47.252Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:13:37.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:13:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:13:37.660Z||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-08-13T07:13:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:13:37.660Z||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-08-13T07:13:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:13:47.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:13:47.235Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:14:37.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:14:37.655Z||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-08-13T07:14:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:14:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:14:37.657Z||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-08-13T07:14:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:14:47.234Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:14:47.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:15:37.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:15:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:15:37.657Z||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-08-13T07:15:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:15:37.658Z||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-08-13T07:15:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:15:47.215Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:15:47.215Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:16:37.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:16:37.656Z||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-08-13T07:16:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:16:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:16:37.658Z||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-08-13T07:16:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:16:47.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:16:47.246Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:17:37.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:17:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:17:37.657Z||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-08-13T07:17:37.657Z||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-08-13T07:17:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:17:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:17:47.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:17:47.218Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:18:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:18:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:18:37.657Z||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-08-13T07:18:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:18:37.658Z||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-08-13T07:18:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:18:47.263Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:18:47.265Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:19:37.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:19:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:19:37.660Z||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-08-13T07:19:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:19:37.660Z||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-08-13T07:19:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:19:47.217Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:19:47.234Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:20:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:20:37.655Z||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-08-13T07:20:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:20:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:20:37.658Z||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-08-13T07:20:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:20:47.232Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:20:47.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:21:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:21:37.657Z||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-08-13T07:21:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:21:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:21:37.658Z||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-08-13T07:21:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:21:47.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:21:47.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:22:37.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:22:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:22:37.658Z||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-08-13T07:22:37.658Z||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-08-13T07:22:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:22:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:22:47.204Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:22:47.241Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:23:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:23:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:23:37.657Z||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-08-13T07:23:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:23:37.658Z||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-08-13T07:23:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:23:47.241Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:23:47.254Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:24:37.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:24:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:24:37.660Z||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-08-13T07:24:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:24:37.660Z||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-08-13T07:24:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:24:47.253Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:24:47.253Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:25:37.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:25:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:25:37.659Z||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-08-13T07:25:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:25:37.659Z||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-08-13T07:25:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:25:47.227Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:25:47.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:26:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:26:37.655Z||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-08-13T07:26:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:26:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:26:37.657Z||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-08-13T07:26:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:26:47.232Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:26:47.232Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:27:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:27:37.656Z||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-08-13T07:27:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:27:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:27:37.657Z||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-08-13T07:27:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:27:47.225Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:27:47.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:28:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:28:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:28:37.658Z||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-08-13T07:28:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:28:37.658Z||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-08-13T07:28:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:28:47.213Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:28:47.249Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:29:37.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:29:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:29:37.661Z||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-08-13T07:29:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:29:37.661Z||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-08-13T07:29:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:29:47.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:29:47.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:30:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:30:37.655Z||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-08-13T07:30:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:30:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:30:37.657Z||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-08-13T07:30:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:30:47.215Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:30:47.215Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:31:37.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:31:37.657Z||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-08-13T07:31:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:31:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:31:37.657Z||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-08-13T07:31:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:31:47.216Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:31:47.217Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:32:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:32:37.657Z||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-08-13T07:32:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:32:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:32:37.658Z||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-08-13T07:32:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:32:47.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:32:47.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:33:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:33:37.657Z||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-08-13T07:33:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:33:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:33:37.658Z||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-08-13T07:33:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:33:47.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:33:47.226Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:34:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:34:37.657Z||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-08-13T07:34:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:34:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:34:37.657Z||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-08-13T07:34:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:34:47.213Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:34:47.213Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:35:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:35:37.655Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:35:37.660Z||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-08-13T07:35:37.661Z||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-08-13T07:35:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:35:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:35:47.232Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:35:47.232Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:36:37.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:36:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:36:37.660Z||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-08-13T07:36:37.661Z||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-08-13T07:36:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:36:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:36:47.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:36:47.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:37:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:37:37.655Z||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-08-13T07:37:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:37:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:37:37.657Z||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-08-13T07:37:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:37:47.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:37:47.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:38:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:38:37.656Z||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-08-13T07:38:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:38:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:38:37.657Z||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-08-13T07:38:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:38:47.227Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:38:47.229Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:39:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:39:37.656Z||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-08-13T07:39:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:39:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:39:37.658Z||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-08-13T07:39:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:39:47.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:39:47.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:40:37.655Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:40:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:40:37.659Z||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-08-13T07:40:37.659Z||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-08-13T07:40:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:40:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:40:47.227Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:40:47.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:41:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:41:37.655Z||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-08-13T07:41:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:41:37.658Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:41:37.659Z||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-08-13T07:41:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:41:47.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:41:47.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:42:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:42:37.655Z||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-08-13T07:42:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:42:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:42:37.657Z||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-08-13T07:42:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:42:47.291Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:42:47.294Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:43:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:43:37.657Z||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-08-13T07:43:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:43:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:43:37.658Z||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-08-13T07:43:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:43:47.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:43:47.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:44:37.655Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:44:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:44:37.660Z||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-08-13T07:44:37.660Z||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-08-13T07:44:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:44:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:44:47.230Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:44:47.234Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:45:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:45:37.655Z||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-08-13T07:45:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:45:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:45:37.658Z||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-08-13T07:45:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:45:47.210Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:45:47.214Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:46:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:46:37.656Z||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-08-13T07:46:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:46:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:46:37.657Z||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-08-13T07:46:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:46:47.210Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:46:47.220Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:47:37.654Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:47:37.656Z||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-08-13T07:47:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:47:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:47:37.659Z||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-08-13T07:47:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:47:47.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:47:47.220Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:48:37.654Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:48:37.657Z||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-08-13T07:48:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:48:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:48:37.658Z||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-08-13T07:48:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:48:47.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:48:47.252Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:49:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:49:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:49:37.657Z||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-08-13T07:49:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:49:37.658Z||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-08-13T07:49:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:49:47.270Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:49:47.277Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:50:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:50:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:50:37.659Z||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-08-13T07:50:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:50:37.659Z||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-08-13T07:50:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:50:47.214Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:50:47.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:51:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:51:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:51:37.663Z||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-08-13T07:51:37.663Z||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-08-13T07:51:37.663Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:51:37.663Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:51:47.231Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:51:47.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:52:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:52:37.655Z||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-08-13T07:52:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:52:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:52:37.658Z||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-08-13T07:52:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:52:47.208Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:52:47.233Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:53:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:53:37.656Z||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-08-13T07:53:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:53:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:53:37.658Z||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-08-13T07:53:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:53:47.226Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:53:47.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:54:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:54:37.656Z||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-08-13T07:54:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:54:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:54:37.658Z||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-08-13T07:54:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:54:47.216Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:54:47.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:55:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:55:37.656Z||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-08-13T07:55:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:55:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:55:37.657Z||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-08-13T07:55:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:55:47.299Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:55:47.298Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:56:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:56:37.657Z||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-08-13T07:56:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:56:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:56:37.657Z||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-08-13T07:56:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:56:47.206Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:56:47.214Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:57:37.658Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:57:37.658Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:57:37.663Z||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-08-13T07:57:37.663Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:57:37.663Z||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-08-13T07:57:37.664Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:57:47.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:57:47.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:58:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:58:37.655Z||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-08-13T07:58:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:58:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:58:37.658Z||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-08-13T07:58:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:58:47.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:58:47.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:59:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:59:37.656Z||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-08-13T07:59:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:59:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T07:59:37.659Z||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-08-13T07:59:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T07:59:47.220Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T07:59:47.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:00:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:00:37.656Z||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-08-13T08:00:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:00:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:00:37.658Z||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-08-13T08:00:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:00:47.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:00:47.244Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:01:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:01:37.656Z||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-08-13T08:01:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:01:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:01:37.658Z||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-08-13T08:01:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:01:47.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:01:47.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:02:37.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:02:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:02:37.660Z||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-08-13T08:02:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:02:37.660Z||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-08-13T08:02:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:02:47.218Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:02:47.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:03:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:03:37.655Z||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-08-13T08:03:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:03:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:03:37.658Z||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-08-13T08:03:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:03:47.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:03:47.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:04:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:04:37.656Z||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-08-13T08:04:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:04:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:04:37.657Z||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-08-13T08:04:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:04:47.227Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:04:47.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:05:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:05:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:05:37.657Z||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-08-13T08:05:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:05:37.658Z||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-08-13T08:05:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:05:47.215Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:05:47.217Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:06:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:06:37.656Z||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-08-13T08:06:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:06:37.658Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:06:37.659Z||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-08-13T08:06:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:06:47.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:06:47.222Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:07:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:07:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:07:37.658Z||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-08-13T08:07:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:07:37.658Z||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-08-13T08:07:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:07:47.244Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:07:47.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:08:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:08:37.655Z||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-08-13T08:08:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:08:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:08:37.658Z||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-08-13T08:08:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:08:47.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:08:47.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:09:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:09:37.656Z||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-08-13T08:09:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:09:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:09:37.657Z||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-08-13T08:09:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:09:47.204Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:09:47.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:10:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:10:37.656Z||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-08-13T08:10:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:10:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:10:37.658Z||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-08-13T08:10:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:10:47.220Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:10:47.220Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:11:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:11:37.659Z||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-08-13T08:11:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:11:37.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:11:37.663Z||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-08-13T08:11:37.663Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:11:47.230Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:11:47.234Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:12:37.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:12:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:12:37.661Z||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-08-13T08:12:37.661Z||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-08-13T08:12:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:12:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:12:47.218Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:12:47.242Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:13:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:13:37.655Z||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-08-13T08:13:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:13:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:13:37.658Z||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-08-13T08:13:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:13:47.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:13:47.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:14:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:14:37.656Z||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-08-13T08:14:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:14:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:14:37.658Z||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-08-13T08:14:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:14:47.206Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:14:47.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:15:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:15:37.657Z||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-08-13T08:15:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:15:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:15:37.658Z||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-08-13T08:15:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:15:47.291Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:15:47.291Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:16:37.658Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:16:37.658Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:16:37.662Z||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-08-13T08:16:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:16:37.662Z||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-08-13T08:16:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:16:47.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:16:47.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:17:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:17:37.656Z||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-08-13T08:17:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:17:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:17:37.657Z||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-08-13T08:17:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:17:47.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:17:47.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:18:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:18:37.655Z||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-08-13T08:18:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:18:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:18:37.657Z||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-08-13T08:18:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:18:47.214Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:18:47.214Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:19:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:19:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:19:37.657Z||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-08-13T08:19:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:19:37.657Z||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-08-13T08:19:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:19:47.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:19:47.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:20:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:20:37.657Z||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-08-13T08:20:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:20:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:20:37.657Z||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-08-13T08:20:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:20:47.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:20:47.309Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:21:37.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:21:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:21:37.662Z||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-08-13T08:21:37.662Z||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-08-13T08:21:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:21:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:21:47.291Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:21:47.292Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:22:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:22:37.655Z||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-08-13T08:22:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:22:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:22:37.657Z||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-08-13T08:22:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:22:47.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:22:47.248Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:23:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:23:37.657Z||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-08-13T08:23:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:23:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:23:37.658Z||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-08-13T08:23:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:23:47.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:23:47.231Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:24:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:24:37.656Z||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-08-13T08:24:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:24:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:24:37.657Z||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-08-13T08:24:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:24:47.220Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:24:47.231Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:25:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:25:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:25:37.658Z||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-08-13T08:25:37.658Z||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-08-13T08:25:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:25:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:25:47.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:25:47.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:26:37.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:26:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:26:37.660Z||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-08-13T08:26:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:26:37.660Z||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-08-13T08:26:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:26:47.223Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:26:47.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:27:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:27:37.655Z||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-08-13T08:27:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:27:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:27:37.657Z||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-08-13T08:27:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:27:47.219Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:27:47.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:28:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:28:37.655Z||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-08-13T08:28:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:28:37.661Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:28:37.661Z||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-08-13T08:28:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:28:47.271Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:28:47.273Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:29:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:29:37.656Z||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-08-13T08:29:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:29:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:29:37.658Z||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-08-13T08:29:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:29:47.252Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:29:47.253Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:30:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:30:37.656Z||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-08-13T08:30:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:30:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:30:37.658Z||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-08-13T08:30:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:30:47.205Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:30:47.208Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:31:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:31:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:31:37.658Z||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-08-13T08:31:37.658Z||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-08-13T08:31:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:31:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:31:47.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:31:47.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:32:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:32:37.656Z||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-08-13T08:32:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:32:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:32:37.658Z||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-08-13T08:32:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:32:47.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:32:47.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:33:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:33:37.655Z||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-08-13T08:33:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:33:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:33:37.658Z||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-08-13T08:33:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:33:47.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:33:47.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:34:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:34:37.656Z||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-08-13T08:34:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:34:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:34:37.657Z||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-08-13T08:34:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:34:47.218Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:34:47.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:35:37.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:35:37.656Z||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-08-13T08:35:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:35:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:35:37.657Z||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-08-13T08:35:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:35:47.225Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:35:47.231Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:36:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:36:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:36:37.657Z||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-08-13T08:36:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:36:37.657Z||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-08-13T08:36:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:36:47.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:36:47.231Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:37:37.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:37:37.657Z||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-08-13T08:37:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:37:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:37:37.657Z||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-08-13T08:37:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:37:47.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:37:47.241Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:38:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:38:37.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:38:37.660Z||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-08-13T08:38:37.660Z||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-08-13T08:38:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:38:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:38:47.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:38:47.248Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:39:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:39:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:39:37.657Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:39:37.658Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:39:37.658Z||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-08-13T08:39:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:39:47.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:39:47.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:40:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:40:37.656Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:40:37.656Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:40:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:40:37.657Z||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-08-13T08:40:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:40:47.232Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:40:47.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:41:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:41:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:41:37.659Z||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-08-13T08:41:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:41:37.659Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:41:37.660Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:41:47.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:41:47.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:42:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:42:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:42:37.658Z||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-08-13T08:42:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:42:37.658Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:42:37.659Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:42:47.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:42:47.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:43:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:43:37.658Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:43:37.664Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:43:37.664Z||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-08-13T08:43:37.664Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:43:37.664Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:43:47.225Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:43:47.265Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:44:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:44:37.656Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:44:37.657Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:44:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:44:37.657Z||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-08-13T08:44:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:44:47.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:44:47.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:45:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:45:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:45:37.657Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:45:37.657Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:45:37.657Z||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-08-13T08:45:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:45:47.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:45:47.290Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:46:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:46:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:46:37.657Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:46:37.657Z||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-08-13T08:46:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:46:37.658Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:46:47.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:46:47.250Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:47:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:47:37.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:47:37.661Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:47:37.661Z||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-08-13T08:47:37.661Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:47:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:47:47.214Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:47:47.225Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:48:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:48:37.656Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:48:37.656Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:48:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:48:37.657Z||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-08-13T08:48:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:48:47.233Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:48:47.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:49:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:49:37.656Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:49:37.657Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:49:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:49:37.657Z||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-08-13T08:49:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:49:47.217Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:49:47.217Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:50:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:50:37.656Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:50:37.657Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:50:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:50:37.657Z||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-08-13T08:50:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:50:47.228Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:50:47.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:51:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:51:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:51:37.657Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:51:37.657Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:51:37.657Z||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-08-13T08:51:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:51:47.210Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:51:47.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:52:37.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:52:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:52:37.660Z||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-08-13T08:52:37.660Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:52:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:52:37.660Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:52:47.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:52:47.288Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:53:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:53:37.656Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:53:37.657Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:53:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:53:37.658Z||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-08-13T08:53:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:53:47.229Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:53:47.230Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:54:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:54:37.655Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:54:37.655Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:54:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:54:37.657Z||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-08-13T08:54:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:54:47.204Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:54:47.209Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:55:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:55:37.656Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:55:37.657Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:55:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:55:37.658Z||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-08-13T08:55:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:55:47.206Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:55:47.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:56:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:56:37.657Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:56:37.657Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:56:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:56:37.659Z||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-08-13T08:56:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:56:47.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:56:47.220Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:57:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:57:37.657Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:57:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:57:37.657Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:57:37.658Z||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-08-13T08:57:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:57:47.216Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:57:47.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:58:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:58:37.657Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:58:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:58:37.657Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:58:37.658Z||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-08-13T08:58:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:58:47.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:58:47.234Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:59:37.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:59:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T08:59:37.661Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T08:59:37.661Z||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-08-13T08:59:37.661Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T08:59:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T08:59:47.221Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T08:59:47.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:00:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:00:37.655Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:00:37.656Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:00:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:00:37.657Z||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-08-13T09:00:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:00:47.221Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:00:47.221Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:01:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:01:37.656Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:01:37.656Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:01:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:01:37.658Z||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-08-13T09:01:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:01:47.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:01:47.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:02:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:02:37.656Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:02:37.656Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:02:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:02:37.657Z||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-08-13T09:02:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:02:47.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:02:47.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:03:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:03:37.656Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:03:37.657Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:03:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:03:37.657Z||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-08-13T09:03:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:03:47.226Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:03:47.227Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:04:37.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:04:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:04:37.662Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:04:37.662Z||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-08-13T09:04:37.662Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:04:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:04:47.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:04:47.228Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:05:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:05:37.656Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:05:37.656Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:05:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:05:37.657Z||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-08-13T09:05:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:05:47.219Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:05:47.288Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:06:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:06:37.657Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:06:37.657Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:06:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:06:37.659Z||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-08-13T09:06:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:06:47.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:06:47.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:07:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:07:37.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:07:37.656Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:07:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:07:37.657Z||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-08-13T09:07:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:07:47.220Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:07:47.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:08:37.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:08:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:08:37.658Z||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-08-13T09:08:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:08:37.658Z||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-08-13T09:08:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:08:47.233Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:08:47.258Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:09:37.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:09:37.656Z||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-08-13T09:09:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:09:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:09:37.657Z||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-08-13T09:09:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:09:47.229Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:09:47.229Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:10:37.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:10:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:10:37.662Z||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-08-13T09:10:37.662Z||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-08-13T09:10:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:10:37.662Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:10:47.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:10:47.232Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:11:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:11:37.655Z||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-08-13T09:11:37.656Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:11:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:11:37.657Z||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-08-13T09:11:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:11:47.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:11:47.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:12:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:12:37.655Z||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-08-13T09:12:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:12:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:12:37.658Z||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-08-13T09:12:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:12:47.221Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:12:47.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:13:37.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:13:37.657Z||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-08-13T09:13:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:13:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:13:37.657Z||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-08-13T09:13:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:13:47.214Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:13:47.220Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:14:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:14:37.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:14:37.656Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:14:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:14:37.657Z||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-08-13T09:14:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:14:47.214Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:14:47.273Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:15:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:15:37.656Z||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-08-13T09:15:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:15:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:15:37.658Z||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-08-13T09:15:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:15:47.217Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:15:47.220Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:16:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:16:37.655Z||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-08-13T09:16:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:16:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:16:37.658Z||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-08-13T09:16:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:16:47.214Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:16:47.217Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:17:37.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:17:37.655Z||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-08-13T09:17:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:17:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:17:37.658Z||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-08-13T09:17:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:17:47.210Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:17:47.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:18:37.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:18:37.658Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:18:37.659Z||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-08-13T09:18:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:18:37.659Z||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-08-13T09:18:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:18:47.233Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:18:47.233Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:19:37.654Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:19:37.655Z||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-08-13T09:19:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:19:37.657Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:19:37.657Z||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-08-13T09:19:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:19:47.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:19:47.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:20:37.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:20:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:20:37.660Z||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-08-13T09:20:37.660Z||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-08-13T09:20:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:20:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:20:47.228Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:20:47.228Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:21:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:21:37.655Z||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-08-13T09:21:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:21:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:21:37.657Z||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-08-13T09:21:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:21:47.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:21:47.209Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:22:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:22:37.656Z||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-08-13T09:22:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:22:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:22:37.657Z||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-08-13T09:22:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:22:47.213Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:22:47.213Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:23:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:23:37.655Z||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-08-13T09:23:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:23:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:23:37.657Z||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-08-13T09:23:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:23:47.208Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:23:47.208Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:24:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:24:37.656Z||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-08-13T09:24:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:24:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:24:37.657Z||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-08-13T09:24:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:24:47.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:24:47.235Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:25:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:25:37.655Z||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-08-13T09:25:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:25:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:25:37.657Z||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-08-13T09:25:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:25:47.227Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:25:47.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:26:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:26:37.657Z||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-08-13T09:26:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:26:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:26:37.657Z||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-08-13T09:26:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:26:47.212Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:26:47.214Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:27:37.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:27:37.656Z||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-08-13T09:27:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:27:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:27:37.658Z||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-08-13T09:27:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:27:47.218Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:27:47.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:28:37.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:28:37.656Z||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-08-13T09:28:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:28:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:28:37.657Z||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-08-13T09:28:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:28:47.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:28:47.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:29:37.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:29:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:29:37.657Z||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-08-13T09:29:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:29:37.657Z||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-08-13T09:29:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:29:47.223Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:29:47.228Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:30:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:30:37.656Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:30:37.656Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:30:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:30:37.658Z||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-08-13T09:30:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:30:47.212Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:30:47.216Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:31:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:31:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:31:37.660Z||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-08-13T09:31:37.660Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:31:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:31:37.660Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:31:47.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:31:47.212Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:32:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:32:37.655Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:32:37.655Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:32:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:32:37.657Z||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-08-13T09:32:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:32:47.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:32:47.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:33:37.657Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:33:37.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:33:37.660Z||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-08-13T09:33:37.660Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:33:37.660Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:33:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:33:47.244Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:33:47.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:34:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:34:37.654Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:34:37.655Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:34:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:34:37.658Z||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-08-13T09:34:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:34:47.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:34:47.235Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:35:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:35:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:35:37.660Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:35:37.660Z||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-08-13T09:35:37.660Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:35:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:35:47.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:35:47.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:36:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:36:37.655Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:36:37.655Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:36:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:36:37.657Z||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-08-13T09:36:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:36:47.217Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:36:47.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:37:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:37:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:37:37.657Z||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-08-13T09:37:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:37:37.657Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:37:37.658Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:37:47.216Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:37:47.266Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:38:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:38:37.655Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:38:37.655Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:38:37.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:38:37.657Z||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-08-13T09:38:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:38:47.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:38:47.213Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:39:37.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:39:37.656Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:39:37.656Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:39:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:39:37.657Z||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-08-13T09:39:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:39:47.215Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:39:47.217Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:40:37.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:40:37.655Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T09:40:37.655Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:40:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:40:37.657Z||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-08-13T09:40:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:40:47.204Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:40:47.204Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:41:37.654Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:41:37.656Z||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-08-13T09:41:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:41:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:41:37.657Z||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-08-13T09:41:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:41:47.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:41:47.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:42:37.654Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:42:37.656Z||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-08-13T09:42:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:42:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:42:37.657Z||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-08-13T09:42:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:42:47.207Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:42:47.255Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:43:37.654Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:43:37.656Z||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-08-13T09:43:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:43:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:43:37.657Z||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-08-13T09:43:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:43:47.212Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:43:47.214Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:44:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:44:37.655Z||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-08-13T09:44:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:44:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:44:37.657Z||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-08-13T09:44:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:44:47.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:44:47.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:45:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:45:37.656Z||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-08-13T09:45:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:45:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:45:37.657Z||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-08-13T09:45:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:45:47.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:45:47.234Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:46:37.655Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:46:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:46:37.657Z||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-08-13T09:46:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:46:37.658Z||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-08-13T09:46:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:46:47.211Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:46:47.211Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:47:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:47:37.655Z||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-08-13T09:47:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:47:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:47:37.657Z||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-08-13T09:47:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:47:47.204Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:47:47.204Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:48:37.654Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:48:37.656Z||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-08-13T09:48:37.656Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:48:37.657Z||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-08-13T09:48:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:38.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:48:38.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "cds",
"timestamp": 1628848106889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "cds",
"timestamp": 1628848106889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "policy-id",
"timestamp": 1628848108658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "cds",
"timestamp": 1628848106889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1628848109474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "policy-id",
"timestamp": 1628848108658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "cds",
"timestamp": 1628848106889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1628848109474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "policy-id",
"timestamp": 1628848108658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-13T09:48:38.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "cds",
"timestamp": 1628848106889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1628848109474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "policy-id",
"timestamp": 1628848108658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "cds",
"timestamp": 1628848106889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1628848109474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "policy-id",
"timestamp": 1628848108658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "clamp",
"timestamp": 1628848112757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "cds",
"timestamp": 1628848106889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T09:48:38.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1628848109474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848113549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "policy-id",
"timestamp": 1628848108658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "clamp",
"timestamp": 1628848112757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"status": "NOTIFIED"
}
2021-08-13T09:48:38.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1628848109474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848113549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"status": "NOTIFIED"
}
2021-08-13T09:48:38.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "policy-id",
"timestamp": 1628848108658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T09:48:38.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "clamp",
"timestamp": 1628848112757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1628848109474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848113549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-13T09:48:38.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "clamp",
"timestamp": 1628848112757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "dcae-sch",
"timestamp": 1628848116382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848113549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "clamp",
"timestamp": 1628848112757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:48:38.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "cds",
"timestamp": 1628848117549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:48:38.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:48:38.280Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:48:38.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T09:48:38.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"723b8eaf-6a3b-492d-945e-6d7116d719eb","serviceName":"vFW 2021-08-13 09-45-14","serviceVersion":"1.0","serviceUUID":"ba5744df-28c3-4152-a101-ec7e7c58d500","serviceDescription":"catalog service description","serviceInvariantUUID":"5c4ff8f0-27d9-4447-adbd-9abb6031d8ac","resources":[{"resourceInstanceName":"vFW 7040c3c9-5676 0","resourceName":"vFW 7040c3c9-5676","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"37d4f9c2-189a-4062-bc82-beb4c3f66013","resourceInvariantUUID":"debd6df4-b1de-4f2e-a125-4cebf9b4f701","resourceCustomizationUUID":"8566cd84-fe07-42a0-9d53-4a15e91d6743","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml","artifactChecksum":"OTFmNTI2NDhhYzQ3N2JhZDRjOTMzNDE1YjU5NmRlOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"935fba99-db7f-4549-9d0b-79834126e522","artifactVersion":"1"},{"artifactName":"vfw7040c3c956760_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json","artifactChecksum":"Yjk5NmQxYWUxYWI5YTI5NjljMDZmODFlNWI3MDNjZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9ace44a3-697e-444d-aaf1-b2b21b2450b4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b52df8d-a7fd-459c-9aac-79165fe3f3b4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml","artifactChecksum":"OTNiNGNkZjliZjI0ZTIyYzU5MjBkMWQwMTdmZjY3ODE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"080b3d90-20b0-4b66-8b33-3dc45075a29e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d2ed57b7-c113-41d1-8455-854ff3bb5d24","artifactVersion":"2","generatedFromUUID":"4b52df8d-a7fd-459c-9aac-79165fe3f3b4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210813094514-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml","artifactChecksum":"ZTE4ZWRhOGY3MTZmOGYzNjgyYTEwNWEwNmM5MjRhMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"82b44c32-16f7-4168-96e9-0c3307700549","artifactVersion":"1"},{"artifactName":"service-Vfw20210813094514-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar","artifactChecksum":"ZmIwMTZkMTgyOWViZDcyODMxNTZiNDFjY2VhMWNlNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f589cbb5-0688-481b-8c4a-5576848f4a50","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T09:48:38.290Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:48:38.303Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:38.316Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:38.317Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848117654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:38.412Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-08-13T09:48:38.416Z||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-08-13T09:48:38.416Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:38.427Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:48:38.428Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:48:39.323Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:48:39.324Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:39.326Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:39.326Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848117654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"status": "NOTIFIED"
}
2021-08-13T09:48:39.426Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:48:39.427Z||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-08-13T09:48:39.427Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:39.435Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:48:39.436Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:48:40.327Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:48:40.329Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:40.331Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:40.332Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848117654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-13T09:48:40.432Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:48:40.433Z||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-08-13T09:48:40.433Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:40.442Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:48:40.443Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:48:41.332Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:48:41.333Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:41.335Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:41.335Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848117654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:41.435Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:48:41.436Z||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-08-13T09:48:41.436Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:41.459Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:48:41.459Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:48:42.337Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:48:42.339Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:42.342Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:42.342Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848117654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-13T09:48:42.443Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T09:48:42.444Z||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-08-13T09:48:42.444Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:42.456Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:48:42.457Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:48:43.345Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:48:43.348Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:43.352Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:43.352Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848117654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:48:43.452Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:48:43.454Z||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-08-13T09:48:43.454Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:43.488Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:48:43.489Z||pool-8-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:48:44.353Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:48:44.354Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:44.356Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:44.356Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848117654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T09:48:44.457Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:48:44.458Z||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-08-13T09:48:44.458Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:44.467Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:48:44.468Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:48:45.360Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"serviceName": "vFW 2021-08-13 09-45-14",
"serviceVersion": "1.0",
"serviceUUID": "ba5744df-28c3-4152-a101-ec7e7c58d500",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5c4ff8f0-27d9-4447-adbd-9abb6031d8ac",
"resources": [
{
"resourceInstanceName": "vFW 7040c3c9-5676 0",
"resourceCustomizationUUID": "8566cd84-fe07-42a0-9d53-4a15e91d6743",
"resourceName": "vFW 7040c3c9-5676",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "37d4f9c2-189a-4062-bc82-beb4c3f66013",
"resourceInvariantUUID": "debd6df4-b1de-4f2e-a125-4cebf9b4f701",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7040c3c956760_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"artifactChecksum": "Yjk5NmQxYWUxYWI5YTI5NjljMDZmODFlNWI3MDNjZDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9ace44a3-697e-444d-aaf1-b2b21b2450b4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4b52df8d-a7fd-459c-9aac-79165fe3f3b4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d2ed57b7-c113-41d1-8455-854ff3bb5d24",
"generatedFromUUID": "4b52df8d-a7fd-459c-9aac-79165fe3f3b4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d2ed57b7-c113-41d1-8455-854ff3bb5d24",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210813094514-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"artifactChecksum": "ZmIwMTZkMTgyOWViZDcyODMxNTZiNDFjY2VhMWNlNDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f589cbb5-0688-481b-8c4a-5576848f4a50"
}
],
"workloadContext": "Production"
}
2021-08-13T09:48:45.362Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T09:48:45.371Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ba5744df-28c3-4152-a101-ec7e7c58d500 ASDC
2021-08-13T09:48:45.480Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:723b8eaf-6a3b-492d-945e-6d7116d719eb
ServiceName:vFW 2021-08-13 09-45-14
ServiceVersion:1.0
ServiceUUID:ba5744df-28c3-4152-a101-ec7e7c58d500
ServiceInvariantUUID:5c4ff8f0-27d9-4447-adbd-9abb6031d8ac
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210813094514-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar
ArtifactUUID:f589cbb5-0688-481b-8c4a-5576848f4a50
ArtifactChecksum:ZmIwMTZkMTgyOWViZDcyODMxNTZiNDFjY2VhMWNlNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7040c3c9-5676 0
ResourceCustomizationUUID:8566cd84-fe07-42a0-9d53-4a15e91d6743
ResourceInvariantUUID:debd6df4-b1de-4f2e-a125-4cebf9b4f701
ResourceName:vFW 7040c3c9-5676
ResourceType:VF
ResourceUUID:37d4f9c2-189a-4062-bc82-beb4c3f66013
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7040c3c956760_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json
ArtifactUUID:9ace44a3-697e-444d-aaf1-b2b21b2450b4
ArtifactChecksum:Yjk5NmQxYWUxYWI5YTI5NjljMDZmODFlNWI3MDNjZDI=
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/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml
ArtifactUUID:4b52df8d-a7fd-459c-9aac-79165fe3f3b4
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env
ArtifactUUID:d2ed57b7-c113-41d1-8455-854ff3bb5d24
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env
ArtifactUUID:d2ed57b7-c113-41d1-8455-854ff3bb5d24
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-13T09:48:45.481Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba5744df-28c3-4152-a101-ec7e7c58d500 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-08-13T09:48:45.726Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T09:48:45.727Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-13T09:48:45.728Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-13T09:48:45.728Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f589cbb5-0688-481b-8c4a-5576848f4a50 from URL: /sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:45.728Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-13T09:48:45.729Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:46.343Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-13T09:48:46.362Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar f589cbb5-0688-481b-8c4a-5576848f4a50 98760
2021-08-13T09:48:46.365Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar ASDC sendASDCNotification
2021-08-13T09:48:46.365Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:46.367Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T09:48:46.368Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:46.370Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:46.370Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848126363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:48:46.470Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T09:48:46.472Z||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-08-13T09:48:46.473Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:46.489Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:48:46.490Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-08-13T09:48:47.371Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T09:48:47.373Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-13T09:48:47.373Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f589cbb5-0688-481b-8c4a-5576848f4a50, URL: /sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar to file: /app/ASDC/1/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:47.374Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210813094514-csar.csar
2021-08-13T09:48:47.497Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:47.497Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:48.054Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12003511298085732347/Definitions/service-Vfw20210813094514-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-08-13T09:48:50.492Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T09:48:50.497Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-13T09:48:50.497Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.498Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-13T09:48:50.498Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.498Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.498Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.498Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.499Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7040c3c9-5676 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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.499Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.499Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.499Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.499Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.500Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.500Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.500Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.500Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-Vfw20210813094514-csar.csar
2021-08-13T09:48:50.501Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-13T09:48:50.507Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:50.508Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:50.512Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:50.513Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-13T09:48:50.515Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T09:48:50.516Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:50.517Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:50.517Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:50.517Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-13T09:48:50.517Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T09:48:50.518Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:50.518Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:50.521Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:50.521Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is not matching search criteria
2021-08-13T09:48:50.522Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T09:48:50.522Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T09:48:50.522Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T09:48:50.522Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.523Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.523Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T09:48:50.523Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.524Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T09:48:50.524Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T09:48:50.524Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.525Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.525Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T09:48:50.525Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.525Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T09:48:50.525Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.526Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-13T09:48:50.526Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:50.526Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T09:48:50.528Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:50.529Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:50.529Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:48:50.530Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:50.530Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:50.530Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:48:50.531Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:50.531Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:50.531Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:48:50.532Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:50.532Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is not matching search criteria
2021-08-13T09:48:50.533Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T09:48:50.533Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T09:48:50.533Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-13T09:48:50.534Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T09:48:50.534Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T09:48:50.534Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.534Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.535Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T09:48:50.535Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.535Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T09:48:50.536Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.536Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cb7225de-1d5c-43a6-9adf-cd4767ca3c04
2021-08-13T09:48:50.536Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:50.537Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is not matching search criteria
2021-08-13T09:48:50.537Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T09:48:50.537Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T09:48:50.538Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T09:48:50.538Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.538Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.539Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T09:48:50.539Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.539Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-13T09:48:50.540Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T09:48:50.540Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.540Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T09:48:50.541Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.541Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ccbf8827-8bce-469b-bca3-b3ddec6b1801
2021-08-13T09:48:50.542Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:50.542Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is not matching search criteria
2021-08-13T09:48:50.542Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T09:48:50.542Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T09:48:50.543Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T09:48:50.543Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.543Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.543Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T09:48:50.544Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.544Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T09:48:50.544Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T09:48:50.544Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:50.544Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:50.545Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-13T09:48:50.545Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bf812443-ba22-4e86-a515-8c65d7e110b5
2021-08-13T09:48:50.545Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:50.545Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:50.546Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:50.546Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:50.546Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:50.546Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:50.547Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:50.547Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:50.547Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-08-13 09-45-14
Description:catalog service description
Model UUID:ba5744df-28c3-4152-a101-ec7e7c58d500
Model Version:NULL
Model InvariantUuid:5c4ff8f0-27d9-4447-adbd-9abb6031d8ac
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7040c3c9-5676
Model UUID:e7cb9727-9674-47e1-bc37-127264a23441
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:debd6df4-b1de-4f2e-a125-4cebf9b4f701
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8566cd84-fe07-42a0-9d53-4a15e91d6743
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:794941e6-37d1-4cde-8af7-f1eeef13581e
ModelName:Vfw7040c3c95676..base_vfw..module-0
ModelUuid:edfa4728-7e0e-4bb5-a423-132b4ee5f935
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cb7225de-1d5c-43a6-9adf-cd4767ca3c04
ModelInvariantUuid:b980ad67-0d7d-471d-b95c-a4536d3001a2
ModelName:vFW 7040c3c9-5676-nodes.vfwCvfc
ModelUuid:986ead13-2d03-45e9-9798-faad03d8b67b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5865f593-35cc-4f23-9d9f-67b664feab5a
ModelInvariantUuid:0b82e4e8-26b8-413f-ae7e-f73422ed0239
ModelName:Vfw7040c3c95676.compute.nodes.heat.vfw
ModelUuid:92d069eb-98ce-466b-95f8-168a6e948bef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ccbf8827-8bce-469b-bca3-b3ddec6b1801
ModelInvariantUuid:933c8462-4502-41f0-b155-7a471a6d1ec3
ModelName:vFW 7040c3c9-5676-nodes.vsnCvfc
ModelUuid:483d24e2-230c-4cc2-91aa-4238dba43f89
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:aa7e9b17-0375-4969-bded-d237723717ac
ModelInvariantUuid:fe21722f-2f72-4c33-8759-f6f5a6a2ed8a
ModelName:Vfw7040c3c95676.compute.nodes.heat.vsn
ModelUuid:e985f2bb-5a1d-4d1b-a2a0-e19a7fd5e38b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bf812443-ba22-4e86-a515-8c65d7e110b5
ModelInvariantUuid:35753f44-779b-4aed-8b87-2f6444b452a2
ModelName:vFW 7040c3c9-5676-nodes.vpgCvfc
ModelUuid:d3624eb4-88bf-42fa-8e40-6f8872bbcd27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d64deda9-a60f-4e57-8040-8b864af75201
ModelInvariantUuid:89c6b395-8155-4f87-b58c-b2d7acc8d0ad
ModelName:Vfw7040c3c95676.compute.nodes.heat.vpg
ModelUuid:1ccaf109-b04a-4309-984c-8fddb90588bd
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-08-13T09:48:50.570Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 37d4f9c2-189a-4062-bc82-beb4c3f66013
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-08-13T09:48:50.665Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||vFW 7040c3c9-5676 0
2021-08-13T09:48:50.671Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 37d4f9c2-189a-4062-bc82-beb4c3f66013
2021-08-13T09:48:50.671Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9ace44a3-697e-444d-aaf1-b2b21b2450b4 from URL: /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json
2021-08-13T09:48:50.671Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-13T09:48:50.672Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json
2021-08-13T09:48:51.525Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-13T09:48:51.525Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json 9ace44a3-697e-444d-aaf1-b2b21b2450b4 785
2021-08-13T09:48:51.526Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json ASDC sendASDCNotification
2021-08-13T09:48:51.526Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json
2021-08-13T09:48:51.526Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T09:48:51.526Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:51.530Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:51.530Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848131526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:48:51.630Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:48:51.631Z||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-08-13T09:48:51.631Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:51.639Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:48:51.640Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-13T09:48:52.531Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7040c3c95676..base_vfw..module-0",
"vfModuleModelInvariantUUID": "794941e6-37d1-4cde-8af7-f1eeef13581e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "edfa4728-7e0e-4bb5-a423-132b4ee5f935",
"vfModuleModelCustomizationUUID": "6ae91bcc-d7f4-49fa-8114-176d20106a6d",
"isBase": true,
"artifacts": [
"4b52df8d-a7fd-459c-9aac-79165fe3f3b4",
"d2ed57b7-c113-41d1-8455-854ff3bb5d24"
],
"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-08-13T09:48:52.557Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7040c3c95676..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:edfa4728-7e0e-4bb5-a423-132b4ee5f935
VfModuleModelInvariantUUID:794941e6-37d1-4cde-8af7-f1eeef13581e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b52df8d-a7fd-459c-9aac-79165fe3f3b4
,
d2ed57b7-c113-41d1-8455-854ff3bb5d24
}
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-08-13T09:48:52.561Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7040c3c95676..base_vfw..module-0",
"vfModuleModelInvariantUUID": "794941e6-37d1-4cde-8af7-f1eeef13581e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "edfa4728-7e0e-4bb5-a423-132b4ee5f935",
"vfModuleModelCustomizationUUID": "6ae91bcc-d7f4-49fa-8114-176d20106a6d",
"isBase": true,
"artifacts": [
"4b52df8d-a7fd-459c-9aac-79165fe3f3b4",
"d2ed57b7-c113-41d1-8455-854ff3bb5d24"
],
"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-08-13T09:48:52.562Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7040c3c95676..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:edfa4728-7e0e-4bb5-a423-132b4ee5f935
VfModuleModelInvariantUUID:794941e6-37d1-4cde-8af7-f1eeef13581e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b52df8d-a7fd-459c-9aac-79165fe3f3b4
,
d2ed57b7-c113-41d1-8455-854ff3bb5d24
}
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-08-13T09:48:52.562Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b52df8d-a7fd-459c-9aac-79165fe3f3b4 from URL: /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml
2021-08-13T09:48:52.562Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-13T09:48:52.562Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml
2021-08-13T09:48:54.371Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-13T09:48:54.372Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml 4b52df8d-a7fd-459c-9aac-79165fe3f3b4 20368
2021-08-13T09:48:54.373Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-13T09:48:54.373Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml
2021-08-13T09:48:54.373Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T09:48:54.373Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:54.375Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:54.375Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848134373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:48:54.476Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T09:48:54.478Z||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-08-13T09:48:54.478Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:54.487Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:48:54.487Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-13T09:48:55.377Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d2ed57b7-c113-41d1-8455-854ff3bb5d24 from URL: /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env
2021-08-13T09:48:55.378Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-13T09:48:55.378Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env
2021-08-13T09:48:58.343Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-13T09:48:58.344Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env d2ed57b7-c113-41d1-8455-854ff3bb5d24 2098
2021-08-13T09:48:58.345Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-13T09:48:58.345Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env
2021-08-13T09:48:58.345Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T09:48:58.345Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:58.352Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:58.354Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848138344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:48:58.449Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-08-13T09:48:58.450Z||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-08-13T09:48:58.450Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:58.469Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:48:58.470Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:48:59.355Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ba5744df-28c3-4152-a101-ec7e7c58d500
2021-08-13T09:48:59.356Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7040c3c9-5676 0 37d4f9c2-189a-4062-bc82-beb4c3f66013 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T09:48:59.403Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.403Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:59.403Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-08-13T09:48:59.404Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8566cd84-fe07-42a0-9d53-4a15e91d6743
2021-08-13T09:48:59.404Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8566cd84-fe07-42a0-9d53-4a15e91d6743 matches Tosca VF Customization UUID: 8566cd84-fe07-42a0-9d53-4a15e91d6743
2021-08-13T09:48:59.404Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8566cd84-fe07-42a0-9d53-4a15e91d6743 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-08-13T09:48:59.411Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.412Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:59.413Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8566cd84-fe07-42a0-9d53-4a15e91d6743: {\"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-08-13T09:48:59.413Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50d158e7
2021-08-13T09:48:59.413Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.414Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T09:48:59.414Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6ae91bcc-d7f4-49fa-8114-176d20106a6d
2021-08-13T09:48:59.415Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6ae91bcc-d7f4-49fa-8114-176d20106a6d
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-08-13T09:48:59.421Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.421Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:59.421Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:48:59.422Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.422Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:59.422Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:48:59.422Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.423Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is not matching search criteria
2021-08-13T09:48:59.423Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T09:48:59.423Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T09:48:59.423Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-13T09:48:59.423Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T09:48:59.424Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T09:48:59.424Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:59.424Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:59.424Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T09:48:59.425Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:59.425Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T09:48:59.425Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:59.425Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cb7225de-1d5c-43a6-9adf-cd4767ca3c04
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-08-13T09:48:59.434Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.434Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:59.435Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:48:59.435Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.435Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is not matching search criteria
2021-08-13T09:48:59.435Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T09:48:59.435Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T09:48:59.436Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T09:48:59.436Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:59.436Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:59.436Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T09:48:59.437Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:59.437Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-13T09:48:59.437Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T09:48:59.437Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:59.437Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T09:48:59.438Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:59.438Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ccbf8827-8bce-469b-bca3-b3ddec6b1801
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-08-13T09:48:59.440Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.440Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:59.441Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:48:59.443Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.443Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is not matching search criteria
2021-08-13T09:48:59.444Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T09:48:59.444Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T09:48:59.444Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T09:48:59.444Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:59.444Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:59.445Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T09:48:59.445Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T09:48:59.445Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T09:48:59.445Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T09:48:59.445Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T09:48:59.446Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T09:48:59.446Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-13T09:48:59.446Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bf812443-ba22-4e86-a515-8c65d7e110b5
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-08-13T09:48:59.448Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.448Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:59.449Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:48:59.449Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.449Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Node template vFW 7040c3c9-5676 0 is matching search criteria
2021-08-13T09:48:59.449Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7040c3c9-5676 0] matching following query criteria: sdcType=VF, customizationUUID=8566cd84-fe07-42a0-9d53-4a15e91d6743
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-08-13T09:48:59.451Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.451Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:59.452Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ba5744df-28c3-4152-a101-ec7e7c58d500: vFW 7040c3c9-5676
2021-08-13T09:48:59.452Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.452Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:59.452Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.452Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:59.453Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.453Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:59.453Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.453Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:59.454Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:48:59.454Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-13 09-45-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:48:59.454Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-08-13 09-45-14
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-08-13T09:48:59.731Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7040c3c9-5676 37d4f9c2-189a-4062-bc82-beb4c3f66013 1 ASDC deployResourceStructure
2021-08-13T09:48:59.731Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json ASDC sendASDCNotification
2021-08-13T09:48:59.731Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json
2021-08-13T09:48:59.731Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T09:48:59.732Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:48:59.733Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:48:59.733Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848139731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"status": "DEPLOY_OK"
}
2021-08-13T09:48:59.834Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:48:59.834Z||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-08-13T09:48:59.834Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:48:59.856Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:48:59.856Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:49:00.734Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-13T09:49:00.735Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml
2021-08-13T09:49:00.735Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T09:49:00.735Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:49:00.737Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:49:00.737Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848140734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-13T09:49:00.837Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:49:00.838Z||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-08-13T09:49:00.838Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:49:00.853Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:49:00.853Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:49:01.738Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-13T09:49:01.739Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env
2021-08-13T09:49:01.739Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T09:49:01.739Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:49:01.741Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:49:01.741Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848141738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-13T09:49:01.842Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T09:49:01.843Z||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-08-13T09:49:01.843Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:49:01.857Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:49:01.858Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:49:02.742Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar ASDC sendASDCNotification
2021-08-13T09:49:02.743Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar
2021-08-13T09:49:02.743Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T09:49:02.748Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:49:02.753Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:49:02.753Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848142742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T09:49:02.850Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-08-13T09:49:02.851Z||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-08-13T09:49:02.851Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:49:02.863Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:49:02.864Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-13T09:49:03.754Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
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-08-13T09:49:03.781Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
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-08-13T09:49:03.783Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:49:03.783Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:49:03.783Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:49:33.784Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
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-08-13T09:49:33.796Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
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-08-13T09:49:33.799Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:49:33.799Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:49:33.799Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:49:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:49:37.658Z||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-08-13T09:49:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:49:37.677Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:49:37.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:49:37.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "dcae-sch",
"timestamp": 1628848116382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:49:37.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:50:03.799Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
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-08-13T09:50:03.809Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
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-08-13T09:50:03.811Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:50:03.811Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:50:03.811Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:50:33.813Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
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-08-13T09:50:33.842Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
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-08-13T09:50:33.844Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:50:33.845Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:50:33.845Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:50:37.658Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:50:37.660Z||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-08-13T09:50:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:50:37.691Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:50:37.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:50:37.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848113549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-13T09:50:37.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:03.845Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
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-08-13T09:51:03.876Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
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-08-13T09:51:03.878Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:51:03.878Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:51:03.878Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:51:33.878Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
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-08-13T09:51:33.893Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
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-08-13T09:51:33.896Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:51:33.896Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:51:33.896Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:51:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:51:37.658Z||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-08-13T09:51:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:51:38.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:51:38.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848117654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "clamp",
"timestamp": 1628848112757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "cds",
"timestamp": 1628848118611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T09:51:38.211Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 723b8eaf-6a3b-492d-945e-6d7116d719eb
2021-08-13T09:51:38.212Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 723b8eaf-6a3b-492d-945e-6d7116d719eb 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-08-13T09:51:38.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "policy-id",
"timestamp": 1628848118585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "dcae-sch",
"timestamp": 1628848116382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848113549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848117654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"status": "NOTIFIED"
}
2021-08-13T09:51:38.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "clamp",
"timestamp": 1628848112757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "policy-id",
"timestamp": 1628848119595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "dcae-sch",
"timestamp": 1628848116382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848113549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T09:51:38.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848117654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-13T09:51:38.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "policy-id",
"timestamp": 1628848120599,
"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-08-13T09:51:38.230Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 723b8eaf-6a3b-492d-945e-6d7116d719eb
2021-08-13T09:51:38.231Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 723b8eaf-6a3b-492d-945e-6d7116d719eb 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-08-13T09:51:38.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "dcae-sch",
"timestamp": 1628848116382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848117654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "aai-ml",
"timestamp": 1628848120660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "dcae-sch",
"timestamp": 1628848116382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848117654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-13T09:51:38.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "aai-ml",
"timestamp": 1628848120660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "dcae-sch",
"timestamp": 1628848116382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848123171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848117654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "aai-ml",
"timestamp": 1628848120660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848117654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "aai-ml",
"timestamp": 1628848120660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848125219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "aai-ml",
"timestamp": 1628848120660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848124909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848126363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "aai-ml",
"timestamp": 1628848120660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848124909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848126955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "clamp",
"timestamp": 1628848127082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "aai-ml",
"timestamp": 1628848120660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848124909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "clamp",
"timestamp": 1628848128520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T09:51:38.246Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848128575,
"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-08-13T09:51:38.252Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 723b8eaf-6a3b-492d-945e-6d7116d719eb
2021-08-13T09:51:38.253Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 723b8eaf-6a3b-492d-945e-6d7116d719eb 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-08-13T09:51:38.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848124909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "aai-ml",
"timestamp": 1628848128744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "clamp",
"timestamp": 1628848129531,
"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-08-13T09:51:38.264Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 723b8eaf-6a3b-492d-945e-6d7116d719eb
2021-08-13T09:51:38.265Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 723b8eaf-6a3b-492d-945e-6d7116d719eb 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-08-13T09:51:38.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848129580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"status": "DEPLOY_OK"
}
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848124909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848124909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848131526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.272Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848124909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848134373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848134653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848138344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848139731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/vfw7040c3c956760_modules.json",
"status": "DEPLOY_OK"
}
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848140612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848140734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-13T09:51:38.275Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848141617,
"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-08-13T09:51:38.279Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 723b8eaf-6a3b-492d-945e-6d7116d719eb
2021-08-13T09:51:38.279Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 723b8eaf-6a3b-492d-945e-6d7116d719eb 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-08-13T09:51:38.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848141738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/resourceInstances/vfw7040c3c956760/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-13T09:51:38.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848142742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T09:51:38.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "aai-ml",
"timestamp": 1628848147032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813094514/1.0/artifacts/service-Vfw20210813094514-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T09:51:38.288Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:51:38.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-13T09:51:38.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "aai-ml",
"timestamp": 1628848148046,
"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-08-13T09:51:38.292Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 723b8eaf-6a3b-492d-945e-6d7116d719eb
2021-08-13T09:51:38.292Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 723b8eaf-6a3b-492d-945e-6d7116d719eb 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-08-13T09:52:03.898Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
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-08-13T09:52:03.919Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb
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-08-13T09:52:03.922Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T09:52:03.923Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T09:52:03.924Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-08-13T09:52:03.932Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T09:52:33.934Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb 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-08-13T09:52:33.952Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 723b8eaf-6a3b-492d-945e-6d7116d719eb and serviceModelVersionId: ba5744df-28c3-4152-a101-ec7e7c58d500
2021-08-13T09:52:33.953Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c4ff8f0-27d9-4447-adbd-9abb6031d8ac
2021-08-13T09:52:37.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:52:37.659Z||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-08-13T09:52:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:52:47.153Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0
2021-08-13T09:52:47.212Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:52:47.258Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T09:52:47.727Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0|INFO|500||Invoke
2021-08-13T09:52:47.734Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[723b8eaf-6a3b-492d-945e-6d7116d719eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[366920cd-790b-48fb-b031-ced1b9a01897], X-ECOMP-RequestID=[723b8eaf-6a3b-492d-945e-6d7116d719eb], X-TransactionId=[], X-ONAP-RequestID=[723b8eaf-6a3b-492d-945e-6d7116d719eb], Content-Type=[application/merge-patch+json]}
2021-08-13T09:52:47.856Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-13T09:52:48.156Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?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/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210813-09:52:47:869-1701], vertex-id=[262192], Content-Length=[0], Date=[Fri, 13 Aug 2021 09:52:47 GMT], Content-Type=[application/json]}
2021-08-13T09:52:48.158Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-13T09:52:48.159Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c4ff8f0-27d9-4447-adbd-9abb6031d8ac/model-vers/model-ver/ba5744df-28c3-4152-a101-ec7e7c58d500?depth=0|INFO|500||InvokeReturn
2021-08-13T09:52:48.166Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T09:52:48.166Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-08-13T09:52:48.172Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-08-13T09:52:48.173Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 723b8eaf-6a3b-492d-945e-6d7116d719eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T09:52:48.174Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T09:52:48.174Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:52:48.176Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:52:48.176Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848368173,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T09:52:48.277Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T09:52:48.278Z||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-08-13T09:52:48.278Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:52:48.287Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:52:48.288Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-13T09:52:49.191Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:52:49.192Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-08-13T09:52:49.192Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:52:59.470Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:52:59.472Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:52:59.473Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-08-13T09:52:59.473Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:09.032Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:09.033Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:53:09.033Z||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-08-13T09:53:09.033Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:18.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:18.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:53:18.583Z||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-08-13T09:53:18.583Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:26.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:26.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T09:53:26.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fd72da32-4739-4793-b1a2-89c47fb9adc6","serviceName":"basic_onboard_lsGUFD","serviceVersion":"1.0","serviceUUID":"947c5ee1-3bfb-4891-b00e-c9385ae0145d","serviceDescription":"service","serviceInvariantUUID":"edaae47c-7464-4099-9eb2-3574ea748cc7","resources":[{"resourceInstanceName":"basic_onboard_lsGUFD 0","resourceName":"basic_onboard_lsGUFD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"032e3712-cf51-467f-8df7-8e738bf179fd","resourceInvariantUUID":"75b2a2cd-f113-4d00-a6ed-98be7f8b04b9","resourceCustomizationUUID":"91fbb14e-79fe-4521-b81d-80d1dffb6e14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml","artifactChecksum":"ZDc3YzdiOTgyMmU5YmUwNDhkZmRmZmQ3NWY4YWMzZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"984422d6-4e1d-43e0-a58b-b86d66428f42","artifactVersion":"1"},{"artifactName":"basic_onboard_lsgufd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json","artifactChecksum":"NWVhNGFjYzU2NzcwODg4OGE2YWQ3YzJhOTQ3NGExNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"edba6ea2-9ea9-402e-9541-9c367d7c6094","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"da66f9c0-3fc3-434f-a1a8-1d136726a157","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8c4367cf-5ade-4f9a-8318-7287164d49fa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a2dcdb98-f5fb-4021-a701-b7e7600601ff","artifactVersion":"2","generatedFromUUID":"da66f9c0-3fc3-434f-a1a8-1d136726a157"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLsgufd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml","artifactChecksum":"MDVlYTA5MDhjNWI2YzQ3MDIyYjFkZTVlMzAzZGNmODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6bceedab-a325-47ad-84ef-2cc0049419ce","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLsgufd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar","artifactChecksum":"N2M1NjFiMmQ2NGY2NWQxMzliY2E0OGU2OTMzODQzYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc6e80fa-1f3f-4813-80ef-b62398827c6a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T09:53:26.064Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:53:26.065Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:26.067Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:26.067Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848398582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:26.167Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:26.168Z||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-08-13T09:53:26.168Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:26.177Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:26.178Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:27.068Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:53:27.069Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:27.071Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:27.071Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848398582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"status": "NOTIFIED"
}
2021-08-13T09:53:27.171Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:27.173Z||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-08-13T09:53:27.173Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:27.199Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:27.200Z||pool-20-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:28.072Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:53:28.072Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:28.074Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:28.074Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848398582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-13T09:53:28.175Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:28.176Z||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-08-13T09:53:28.176Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:28.186Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:28.187Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:29.075Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:53:29.076Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:29.078Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:29.078Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848398582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:29.180Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-13T09:53:29.181Z||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-08-13T09:53:29.181Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:29.189Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:29.189Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:30.079Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:53:30.079Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:30.081Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:30.082Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848398582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-13T09:53:30.182Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:30.183Z||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-08-13T09:53:30.183Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:30.192Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:30.194Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:31.082Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:53:31.083Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:31.085Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:31.085Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848398582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:31.185Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T09:53:31.186Z||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-08-13T09:53:31.186Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:31.195Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:31.196Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:32.086Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T09:53:32.087Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:32.089Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:32.089Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848398582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T09:53:32.189Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:32.190Z||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-08-13T09:53:32.190Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:32.204Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:32.205Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1}
2021-08-13T09:53:33.092Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"serviceName": "basic_onboard_lsGUFD",
"serviceVersion": "1.0",
"serviceUUID": "947c5ee1-3bfb-4891-b00e-c9385ae0145d",
"serviceDescription": "service",
"serviceInvariantUUID": "edaae47c-7464-4099-9eb2-3574ea748cc7",
"resources": [
{
"resourceInstanceName": "basic_onboard_lsGUFD 0",
"resourceCustomizationUUID": "91fbb14e-79fe-4521-b81d-80d1dffb6e14",
"resourceName": "basic_onboard_lsGUFD",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "032e3712-cf51-467f-8df7-8e738bf179fd",
"resourceInvariantUUID": "75b2a2cd-f113-4d00-a6ed-98be7f8b04b9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_lsgufd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"artifactChecksum": "NWVhNGFjYzU2NzcwODg4OGE2YWQ3YzJhOTQ3NGExNjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "edba6ea2-9ea9-402e-9541-9c367d7c6094",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "da66f9c0-3fc3-434f-a1a8-1d136726a157",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a2dcdb98-f5fb-4021-a701-b7e7600601ff",
"generatedFromUUID": "da66f9c0-3fc3-434f-a1a8-1d136726a157"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a2dcdb98-f5fb-4021-a701-b7e7600601ff",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLsgufd-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"artifactChecksum": "N2M1NjFiMmQ2NGY2NWQxMzliY2E0OGU2OTMzODQzYjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dc6e80fa-1f3f-4813-80ef-b62398827c6a"
}
],
"workloadContext": "Production"
}
2021-08-13T09:53:33.093Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T09:53:33.093Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 947c5ee1-3bfb-4891-b00e-c9385ae0145d ASDC
2021-08-13T09:53:33.094Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fd72da32-4739-4793-b1a2-89c47fb9adc6
ServiceName:basic_onboard_lsGUFD
ServiceVersion:1.0
ServiceUUID:947c5ee1-3bfb-4891-b00e-c9385ae0145d
ServiceInvariantUUID:edaae47c-7464-4099-9eb2-3574ea748cc7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLsgufd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar
ArtifactUUID:dc6e80fa-1f3f-4813-80ef-b62398827c6a
ArtifactChecksum:N2M1NjFiMmQ2NGY2NWQxMzliY2E0OGU2OTMzODQzYjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_lsGUFD 0
ResourceCustomizationUUID:91fbb14e-79fe-4521-b81d-80d1dffb6e14
ResourceInvariantUUID:75b2a2cd-f113-4d00-a6ed-98be7f8b04b9
ResourceName:basic_onboard_lsGUFD
ResourceType:VF
ResourceUUID:032e3712-cf51-467f-8df7-8e738bf179fd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lsgufd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json
ArtifactUUID:edba6ea2-9ea9-402e-9541-9c367d7c6094
ArtifactChecksum:NWVhNGFjYzU2NzcwODg4OGE2YWQ3YzJhOTQ3NGExNjI=
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/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:da66f9c0-3fc3-434f-a1a8-1d136726a157
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/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env
ArtifactUUID:a2dcdb98-f5fb-4021-a701-b7e7600601ff
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/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env
ArtifactUUID:a2dcdb98-f5fb-4021-a701-b7e7600601ff
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-13T09:53:33.094Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 947c5ee1-3bfb-4891-b00e-c9385ae0145d 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-08-13T09:53:33.130Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T09:53:33.131Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-13T09:53:33.131Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-13T09:53:33.132Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dc6e80fa-1f3f-4813-80ef-b62398827c6a from URL: /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:33.132Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T09:53:33.132Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:34.473Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T09:53:34.476Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar dc6e80fa-1f3f-4813-80ef-b62398827c6a 71380
2021-08-13T09:53:34.477Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar ASDC sendASDCNotification
2021-08-13T09:53:34.477Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:34.478Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T09:53:34.478Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:34.481Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:34.481Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848414477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:53:34.582Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T09:53:34.583Z||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-08-13T09:53:34.584Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:34.592Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:34.593Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-13T09:53:35.481Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T09:53:35.483Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-13T09:53:35.483Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: dc6e80fa-1f3f-4813-80ef-b62398827c6a, URL: /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar to file: /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:35.484Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:35.484Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:35.486Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:35.705Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16390328365751723807/Definitions/service-BasicOnboardLsgufd-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-08-13T09:53:36.843Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T09:53:36.844Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-13T09:53:36.845Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.845Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-13T09:53:36.845Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.845Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lsGUFD 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-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.846Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.846Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.846Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.846Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.846Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.847Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.847Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:36.847Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-13T09:53:36.847Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:36.848Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:36.848Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:36.849Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-13T09:53:36.849Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T09:53:36.850Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:36.850Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:36.850Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:36.850Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-13T09:53:36.851Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T09:53:36.851Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:36.851Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:36.852Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:36.852Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is not matching search criteria
2021-08-13T09:53:36.852Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-13T09:53:36.852Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-13T09:53:36.853Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-13T09:53:36.853Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T09:53:36.853Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-13T09:53:36.853Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:36.853Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T09:53:36.854Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:36.854Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:36.854Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:53:36.855Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:36.855Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:36.855Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:53:36.855Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:36.856Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:36.856Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:53:36.856Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:36.856Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is not matching search criteria
2021-08-13T09:53:36.857Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-13T09:53:36.857Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T09:53:36.857Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f9041606-6d69-45b6-8912-15b2262832f5
2021-08-13T09:53:36.857Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:36.858Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:36.858Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:36.858Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:36.858Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:36.859Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:36.859Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:36.859Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:36.859Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_lsGUFD
Description:service
Model UUID:947c5ee1-3bfb-4891-b00e-c9385ae0145d
Model Version:NULL
Model InvariantUuid:edaae47c-7464-4099-9eb2-3574ea748cc7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_lsGUFD
Model UUID:8f3b02cd-304a-4072-b19c-2ad02c73fbc7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:75b2a2cd-f113-4d00-a6ed-98be7f8b04b9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:91fbb14e-79fe-4521-b81d-80d1dffb6e14
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1470c4e2-24ec-4f6f-969c-b2fce67f8bd8
ModelName:BasicOnboardLsgufd..base_ubuntu18..module-0
ModelUuid:2ff8acc8-7c77-4b7f-8b1e-5a7bf4a0dfb8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f9041606-6d69-45b6-8912-15b2262832f5
ModelInvariantUuid:0898050d-dd0b-4907-ba5c-85a1a6209583
ModelName:basic_onboard_lsGUFD-nodes.ubuntu18Cvfc
ModelUuid:6a9ff362-c478-4bb5-8514-6613e281d4da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e1ad908a-2fdc-4be3-91e8-9e1f0f0c4ab4
ModelInvariantUuid:78206d2e-8268-40e5-a4ce-541406972d0f
ModelName:BasicOnboardLsgufd.compute.nodes.heat.ubuntu18
ModelUuid:69eca864-1a80-4ae0-82f6-050562f63f82
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-08-13T09:53:36.875Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 032e3712-cf51-467f-8df7-8e738bf179fd
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-08-13T09:53:36.879Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||basic_onboard_lsGUFD 0
2021-08-13T09:53:36.879Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 032e3712-cf51-467f-8df7-8e738bf179fd
2021-08-13T09:53:36.880Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: edba6ea2-9ea9-402e-9541-9c367d7c6094 from URL: /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json
2021-08-13T09:53:36.880Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T09:53:36.881Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json
2021-08-13T09:53:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:53:37.658Z||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-08-13T09:53:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:38.177Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T09:53:38.178Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json edba6ea2-9ea9-402e-9541-9c367d7c6094 798
2021-08-13T09:53:38.179Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json ASDC sendASDCNotification
2021-08-13T09:53:38.179Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json
2021-08-13T09:53:38.179Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T09:53:38.179Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:38.182Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:38.182Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848418178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:53:38.282Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:38.283Z||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-08-13T09:53:38.283Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:38.291Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:38.292Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:38.292Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:38.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "723b8eaf-6a3b-492d-945e-6d7116d719eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848368173,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T09:53:38.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:53:38.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848398582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "dcae-sch",
"timestamp": 1628848396382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848398582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"status": "NOTIFIED"
}
2021-08-13T09:53:38.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "dcae-sch",
"timestamp": 1628848396382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "cds",
"timestamp": 1628848406890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848398582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-13T09:53:38.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "dcae-sch",
"timestamp": 1628848396382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "cds",
"timestamp": 1628848406890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848398582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "dcae-sch",
"timestamp": 1628848396382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "policy-id",
"timestamp": 1628848408658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "cds",
"timestamp": 1628848406890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848398582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-13T09:53:38.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "dcae-sch",
"timestamp": 1628848396382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "ves-openapi-manager",
"timestamp": 1628848409473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "policy-id",
"timestamp": 1628848408658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "cds",
"timestamp": 1628848406890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848398582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "dcae-sch",
"timestamp": 1628848396382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "ves-openapi-manager",
"timestamp": 1628848409473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "policy-id",
"timestamp": 1628848408658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-13T09:53:38.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "cds",
"timestamp": 1628848406890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848398582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T09:53:38.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "dcae-sch",
"timestamp": 1628848396382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "ves-openapi-manager",
"timestamp": 1628848409473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "policy-id",
"timestamp": 1628848408658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "cds",
"timestamp": 1628848406890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "ves-openapi-manager",
"timestamp": 1628848409473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "policy-id",
"timestamp": 1628848408658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "clamp",
"timestamp": 1628848412757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "cds",
"timestamp": 1628848406890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T09:53:38.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "ves-openapi-manager",
"timestamp": 1628848409473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848413549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "policy-id",
"timestamp": 1628848408658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "clamp",
"timestamp": 1628848412757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"status": "NOTIFIED"
}
2021-08-13T09:53:38.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848414477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:53:38.319Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:53:38.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "ves-openapi-manager",
"timestamp": 1628848409473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848413549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"status": "NOTIFIED"
}
2021-08-13T09:53:38.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "policy-id",
"timestamp": 1628848408658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T09:53:38.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "clamp",
"timestamp": 1628848412757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "ves-openapi-manager",
"timestamp": 1628848409473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848413549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-13T09:53:38.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "clamp",
"timestamp": 1628848412757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848413549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:38.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "cds",
"timestamp": 1628848417383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:53:38.325Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:53:38.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:53:38.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "clamp",
"timestamp": 1628848412757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:53:38.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T09:53:39.182Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLsgufd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1470c4e2-24ec-4f6f-969c-b2fce67f8bd8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2ff8acc8-7c77-4b7f-8b1e-5a7bf4a0dfb8",
"vfModuleModelCustomizationUUID": "915ddc5d-5a6b-4132-91a9-36f01840dcb0",
"isBase": true,
"artifacts": [
"da66f9c0-3fc3-434f-a1a8-1d136726a157",
"a2dcdb98-f5fb-4021-a701-b7e7600601ff"
],
"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-08-13T09:53:39.190Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLsgufd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ff8acc8-7c77-4b7f-8b1e-5a7bf4a0dfb8
VfModuleModelInvariantUUID:1470c4e2-24ec-4f6f-969c-b2fce67f8bd8
VfModuleModelDescription:NULL
Artifacts UUID List:{
da66f9c0-3fc3-434f-a1a8-1d136726a157
,
a2dcdb98-f5fb-4021-a701-b7e7600601ff
}
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-08-13T09:53:39.192Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLsgufd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1470c4e2-24ec-4f6f-969c-b2fce67f8bd8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2ff8acc8-7c77-4b7f-8b1e-5a7bf4a0dfb8",
"vfModuleModelCustomizationUUID": "915ddc5d-5a6b-4132-91a9-36f01840dcb0",
"isBase": true,
"artifacts": [
"da66f9c0-3fc3-434f-a1a8-1d136726a157",
"a2dcdb98-f5fb-4021-a701-b7e7600601ff"
],
"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-08-13T09:53:39.193Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLsgufd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ff8acc8-7c77-4b7f-8b1e-5a7bf4a0dfb8
VfModuleModelInvariantUUID:1470c4e2-24ec-4f6f-969c-b2fce67f8bd8
VfModuleModelDescription:NULL
Artifacts UUID List:{
da66f9c0-3fc3-434f-a1a8-1d136726a157
,
a2dcdb98-f5fb-4021-a701-b7e7600601ff
}
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-08-13T09:53:39.193Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: da66f9c0-3fc3-434f-a1a8-1d136726a157 from URL: /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml
2021-08-13T09:53:39.193Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T09:53:39.194Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml
2021-08-13T09:53:40.748Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T09:53:40.748Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml da66f9c0-3fc3-434f-a1a8-1d136726a157 5033
2021-08-13T09:53:40.749Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-13T09:53:40.749Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml
2021-08-13T09:53:40.749Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T09:53:40.750Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:40.752Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:40.752Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848420749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:53:40.852Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:40.854Z||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-08-13T09:53:40.854Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:40.865Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:40.866Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:41.753Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a2dcdb98-f5fb-4021-a701-b7e7600601ff from URL: /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env
2021-08-13T09:53:41.754Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-13T09:53:41.755Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env
2021-08-13T09:53:43.243Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-13T09:53:43.245Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env a2dcdb98-f5fb-4021-a701-b7e7600601ff 909
2021-08-13T09:53:43.246Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-13T09:53:43.247Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env
2021-08-13T09:53:43.247Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T09:53:43.248Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:43.251Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:43.251Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848423246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:53:43.351Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:43.353Z||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-08-13T09:53:43.353Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:43.362Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:43.363Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:44.253Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 947c5ee1-3bfb-4891-b00e-c9385ae0145d
2021-08-13T09:53:44.256Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lsGUFD 0 032e3712-cf51-467f-8df7-8e738bf179fd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T09:53:44.279Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:44.280Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:44.280Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-08-13T09:53:44.281Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 91fbb14e-79fe-4521-b81d-80d1dffb6e14
2021-08-13T09:53:44.281Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 91fbb14e-79fe-4521-b81d-80d1dffb6e14 matches Tosca VF Customization UUID: 91fbb14e-79fe-4521-b81d-80d1dffb6e14
2021-08-13T09:53:44.281Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 91fbb14e-79fe-4521-b81d-80d1dffb6e14 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-08-13T09:53:44.285Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:44.285Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:44.286Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 91fbb14e-79fe-4521-b81d-80d1dffb6e14: {\"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-08-13T09:53:44.286Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ad6c3f3
2021-08-13T09:53:44.287Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:44.288Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T09:53:44.288Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 915ddc5d-5a6b-4132-91a9-36f01840dcb0
2021-08-13T09:53:44.288Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 915ddc5d-5a6b-4132-91a9-36f01840dcb0
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-08-13T09:53:44.292Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:44.292Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:44.293Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:53:44.293Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:44.293Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:44.294Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:53:44.294Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:44.294Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is not matching search criteria
2021-08-13T09:53:44.295Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-13T09:53:44.295Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T09:53:44.295Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f9041606-6d69-45b6-8912-15b2262832f5
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-08-13T09:53:44.298Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:44.299Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:44.299Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T09:53:44.299Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:44.300Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_lsGUFD 0 is matching search criteria
2021-08-13T09:53:44.300Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lsGUFD 0] matching following query criteria: sdcType=VF, customizationUUID=91fbb14e-79fe-4521-b81d-80d1dffb6e14
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-08-13T09:53:44.301Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:44.302Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:44.302Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 947c5ee1-3bfb-4891-b00e-c9385ae0145d: basic_onboard_lsGUFD
2021-08-13T09:53:44.302Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:44.302Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:44.303Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:44.303Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:44.303Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:44.304Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:44.304Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:44.304Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:44.304Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T09:53:44.305Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_lsGUFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T09:53:44.305Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_lsGUFD
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-08-13T09:53:44.401Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lsGUFD 032e3712-cf51-467f-8df7-8e738bf179fd 1 ASDC deployResourceStructure
2021-08-13T09:53:44.402Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json ASDC sendASDCNotification
2021-08-13T09:53:44.402Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json
2021-08-13T09:53:44.402Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T09:53:44.403Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:44.405Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:44.405Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848424402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-13T09:53:44.507Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T09:53:44.508Z||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-08-13T09:53:44.508Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:44.516Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:44.517Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-13T09:53:45.406Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-13T09:53:45.407Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml
2021-08-13T09:53:45.407Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T09:53:45.407Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:45.410Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:45.410Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848425406,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-13T09:53:45.510Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:45.512Z||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-08-13T09:53:45.512Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:45.521Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:45.522Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:46.411Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-13T09:53:46.412Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env
2021-08-13T09:53:46.412Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T09:53:46.413Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:46.415Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:46.415Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848426411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-13T09:53:46.515Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:46.516Z||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-08-13T09:53:46.516Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:46.525Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:46.525Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:47.416Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar ASDC sendASDCNotification
2021-08-13T09:53:47.417Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar
2021-08-13T09:53:47.417Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T09:53:47.417Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:53:47.419Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:53:47.419Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848427416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T09:53:47.520Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:53:47.520Z||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-08-13T09:53:47.521Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:53:47.530Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:53:47.530Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T09:53:48.420Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
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-08-13T09:53:48.430Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
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-08-13T09:53:48.433Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:53:48.433Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:53:48.433Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:54:18.433Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
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-08-13T09:54:18.444Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
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-08-13T09:54:18.447Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:54:18.447Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:54:18.447Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:54:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:54:37.659Z||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-08-13T09:54:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:54:37.787Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:54:37.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T09:54:37.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848418178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:54:37.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:54:48.448Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
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-08-13T09:54:48.458Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
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-08-13T09:54:48.460Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:54:48.460Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:54:48.460Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:55:18.460Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
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-08-13T09:55:18.470Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
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-08-13T09:55:18.477Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:55:18.477Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T09:55:18.477Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T09:55:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:55:37.658Z||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-08-13T09:55:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:55:38.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:55:38.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "policy-id",
"timestamp": 1628848418183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848413549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-13T09:55:38.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "cds",
"timestamp": 1628848418391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T09:55:38.203Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fd72da32-4739-4793-b1a2-89c47fb9adc6
2021-08-13T09:55:38.203Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd72da32-4739-4793-b1a2-89c47fb9adc6 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-08-13T09:55:38.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "clamp",
"timestamp": 1628848412757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "policy-id",
"timestamp": 1628848419188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T09:55:38.216Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848413549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "clamp",
"timestamp": 1628848412757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T09:55:38.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "policy-id",
"timestamp": 1628848420191,
"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-08-13T09:55:38.222Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd72da32-4739-4793-b1a2-89c47fb9adc6
2021-08-13T09:55:38.222Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd72da32-4739-4793-b1a2-89c47fb9adc6 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-08-13T09:55:38.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848413549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T09:55:38.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848420749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "aai-ml",
"timestamp": 1628848420659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "aai-ml",
"timestamp": 1628848420659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848422659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848423246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.234Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "aai-ml",
"timestamp": 1628848420659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "aai-ml",
"timestamp": 1628848420659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848424402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-13T09:55:38.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848425118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "aai-ml",
"timestamp": 1628848420659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848425406,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-13T09:55:38.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848424910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "aai-ml",
"timestamp": 1628848420659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848426411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-13T09:55:38.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "clamp",
"timestamp": 1628848426548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848424910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848426834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "aai-ml",
"timestamp": 1628848420659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T09:55:38.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848427416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T09:55:38.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848424910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848427870,
"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-08-13T09:55:38.275Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd72da32-4739-4793-b1a2-89c47fb9adc6
2021-08-13T09:55:38.275Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd72da32-4739-4793-b1a2-89c47fb9adc6 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-08-13T09:55:38.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "clamp",
"timestamp": 1628848428552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T09:55:38.282Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848424910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "aai-ml",
"timestamp": 1628848428735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628848428878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/basic_onboard_lsgufd0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-13T09:55:38.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "clamp",
"timestamp": 1628848429555,
"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-08-13T09:55:38.288Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fd72da32-4739-4793-b1a2-89c47fb9adc6
2021-08-13T09:55:38.288Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd72da32-4739-4793-b1a2-89c47fb9adc6 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-08-13T09:55:38.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848424910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/resourceInstances/basic_onboard_lsgufd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848424910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T09:55:38.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848424910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T09:55:38.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-13T09:55:38.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848434669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T09:55:38.297Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848437296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T09:55:38.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628848438302,
"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-08-13T09:55:38.302Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd72da32-4739-4793-b1a2-89c47fb9adc6
2021-08-13T09:55:38.302Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd72da32-4739-4793-b1a2-89c47fb9adc6 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-08-13T09:55:38.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "aai-ml",
"timestamp": 1628848439581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsgufd/1.0/artifacts/service-BasicOnboardLsgufd-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T09:55:38.311Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:55:38.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:55:38.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "aai-ml",
"timestamp": 1628848440587,
"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-08-13T09:55:38.316Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fd72da32-4739-4793-b1a2-89c47fb9adc6
2021-08-13T09:55:38.316Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd72da32-4739-4793-b1a2-89c47fb9adc6 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-08-13T09:55:48.479Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
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-08-13T09:55:48.506Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6
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-08-13T09:55:48.509Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T09:55:48.510Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T09:55:48.510Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T09:55:48.510Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T09:55:48.510Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T09:55:48.511Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T09:55:48.511Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T09:55:48.511Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T09:55:48.511Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T09:55:48.511Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T09:55:48.512Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T09:55:48.517Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T09:56:18.519Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd72da32-4739-4793-b1a2-89c47fb9adc6 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-08-13T09:56:18.528Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd72da32-4739-4793-b1a2-89c47fb9adc6 and serviceModelVersionId: 947c5ee1-3bfb-4891-b00e-c9385ae0145d
2021-08-13T09:56:18.528Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : edaae47c-7464-4099-9eb2-3574ea748cc7
2021-08-13T09:56:18.530Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/edaae47c-7464-4099-9eb2-3574ea748cc7/model-vers/model-ver/947c5ee1-3bfb-4891-b00e-c9385ae0145d?depth=0
2021-08-13T09:56:18.538Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T09:56:18.612Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edaae47c-7464-4099-9eb2-3574ea748cc7/model-vers/model-ver/947c5ee1-3bfb-4891-b00e-c9385ae0145d?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-08-13T09:56:18.614Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edaae47c-7464-4099-9eb2-3574ea748cc7/model-vers/model-ver/947c5ee1-3bfb-4891-b00e-c9385ae0145d?depth=0|INFO|500||Invoke
2021-08-13T09:56:18.648Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edaae47c-7464-4099-9eb2-3574ea748cc7/model-vers/model-ver/947c5ee1-3bfb-4891-b00e-c9385ae0145d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-13T09:56:18.946Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edaae47c-7464-4099-9eb2-3574ea748cc7/model-vers/model-ver/947c5ee1-3bfb-4891-b00e-c9385ae0145d?depth=0|INFO|500||InvokeReturn
2021-08-13T09:56:18.947Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edaae47c-7464-4099-9eb2-3574ea748cc7/model-vers/model-ver/947c5ee1-3bfb-4891-b00e-c9385ae0145d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210813-09:56:18:658-19229], vertex-id=[213032], Content-Length=[0], Date=[Fri, 13 Aug 2021 09:56:18 GMT], Content-Type=[application/json]}
2021-08-13T09:56:18.948Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-08-13T09:56:18.948Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T09:56:18.949Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T09:56:18.953Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-13T09:56:18.953Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd72da32-4739-4793-b1a2-89c47fb9adc6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T09:56:18.954Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T09:56:18.956Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-13T09:56:18.959Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T09:56:18.959Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848578953,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T09:56:19.059Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T09:56:19.061Z||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-08-13T09:56:19.061Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T09:56:19.076Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:56:19.077Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-13T09:56:19.972Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:56:19.972Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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-08-13T09:56:19.972Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:56:30.384Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:56:30.385Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:56:30.385Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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-08-13T09:56:30.386Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:56:37.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:56:37.658Z||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-08-13T09:56:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:56:38.295Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:56:38.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-13T09:56:38.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd72da32-4739-4793-b1a2-89c47fb9adc6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628848578953,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T09:56:38.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T09:56:39.939Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:56:39.940Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:56:39.940Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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-08-13T09:56:39.940Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:56:49.550Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:56:49.550Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:56:49.551Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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-08-13T09:56:49.551Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:56:59.135Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:57:37.654Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:57:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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-08-13T09:57:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:57:37.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:57:37.657Z||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-08-13T09:57:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:57:47.227Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:57:47.227Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:58:37.654Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:58:37.656Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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-08-13T09:58:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:58:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:58:37.657Z||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-08-13T09:58:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:58:47.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:58:47.227Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:59:37.655Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:59:37.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T09:59:37.660Z||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-08-13T09:59:37.661Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:59:37.661Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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-08-13T09:59:37.661Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T09:59:47.226Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T09:59:47.228Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:00:37.654Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:00:37.655Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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-08-13T10:00:37.655Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:00:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:00:37.657Z||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-08-13T10:00:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:00:47.221Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:00:47.226Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:01:37.655Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:01:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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-08-13T10:01:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:01:37.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:01:37.660Z||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-08-13T10:01:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:01:47.215Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:01:47.215Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:02:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:02:37.655Z||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-08-13T10:02:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:02:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:02:37.658Z||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-08-13T10:02:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:02:47.210Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:02:47.221Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:03:37.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:03:37.657Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:03:37.658Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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-08-13T10:03:37.658Z||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-08-13T10:03:37.658Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:03:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:03:47.222Z|723b8eaf-6a3b-492d-945e-6d7116d719eb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:03:47.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:04:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:04:37.655Z||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-08-13T10:04:37.655Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:04:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:04:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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-08-13T10:04:37.658Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:04:47.234Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:04:47.241Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:05:37.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:05:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:05:37.658Z||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-08-13T10:05:37.658Z||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-08-13T10:05:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:05:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:05:47.213Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:05:47.217Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:06:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:06:37.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T10:06:37.656Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:06:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:06:37.657Z||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-08-13T10:06:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:06:47.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:06:47.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:07:37.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:07:37.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:07:37.659Z||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-08-13T10:07:37.659Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:07:37.659Z||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-08-13T10:07:37.660Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:07:47.221Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:07:47.233Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:08:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:08:37.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T10:08:37.656Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:08:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:08:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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-08-13T10:08:37.657Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:08:47.221Z|fd72da32-4739-4793-b1a2-89c47fb9adc6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:08:47.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:09:37.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:09:37.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T10:09:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:09:37.657Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:09:37.657Z||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-08-13T10:09:37.657Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:09:47.231Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:09:47.233Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:10:37.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:10:37.655Z||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-08-13T10:10:37.656Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:37.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T10:10:37.658Z||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-08-13T10:10:37.658Z||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 MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:42.218Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:10:42.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-13T10:10:42.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"aa7c5d57-d894-4f46-9b6f-9f5dac908816","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"02fa0244-8cb9-4f43-8315-583d1a23d6b6","serviceDescription":"service","serviceInvariantUUID":"00d566bb-1b58-4c09-a58e-e81f281b24fc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e03f1ef-6da5-467f-a62e-1da0420d8cd1","resourceInvariantUUID":"380270f3-f274-46bc-abf4-cae76c1f4f9b","resourceCustomizationUUID":"62cdff28-9bd8-4b1a-92d5-3ec47926c6f4","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":"OGQ2ZGZkYjE4ZjA0ZWI5ZjM4MjllNzVmNzhhMmZjYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84473d56-0e08-48de-ad4e-0a61f081ed4a","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":"MjQxNjYyZDcyMjYwZTM4YTU1YzU5MGNmYTFjMGM2MmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"344986a5-6d77-4463-9731-7d936e85fb1b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d3e84646-37ac-4cd5-9643-bc69fa17351d","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":"54290395-8dcd-47c4-9368-e3d3a7683bdc","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":"NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"363769de-6eb2-409e-8ba4-f8c6f4fea148","artifactVersion":"2","generatedFromUUID":"d3e84646-37ac-4cd5-9643-bc69fa17351d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTEwNWFmYzZhOTNhYjZjNTdmODkzNTIxOGRiMzliYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a4c77219-9dcf-4dec-8e3c-594acd4b6cea","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODg0N2Q2YjBjZDVjOWRmZTdiMGJjZTM0NjkyODkzMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"504d4b22-27df-43c3-92d7-671acb8df551","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T10:10:42.226Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:10:42.227Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:42.229Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:42.230Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628849437654,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T10:10:42.330Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:10:42.331Z||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-08-13T10:10:42.331Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:42.341Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:10:42.341Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:10:42.450Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:10:42.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:10:42.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
"consumerID": "dcae-sch",
"timestamp": 1628849436382,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T10:10:42.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T10:10:42.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:10:42.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
"consumerID": "clamp",
"timestamp": 1628849432759,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T10:10:42.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T10:10:42.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-13T10:10:42.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
"consumerID": "aai-ml",
"timestamp": 1628849440658,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T10:10:42.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-13T10:10:43.230Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:10:43.231Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:43.234Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:43.234Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628849437654,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-13T10:10:43.334Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:10:43.335Z||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-08-13T10:10:43.335Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:43.343Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:10:43.343Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:10:44.234Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:10:44.235Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:44.237Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:44.237Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628849437654,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-13T10:10:44.338Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:10:44.339Z||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-08-13T10:10:44.339Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:44.365Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:10:44.365Z||pool-37-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:10:45.239Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:10:45.240Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:45.245Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:45.245Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628849437654,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T10:10:45.344Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T10:10:45.345Z||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-08-13T10:10:45.345Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:45.354Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:10:45.354Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:10:46.246Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:10:46.247Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:46.248Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:46.249Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628849437654,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-13T10:10:46.349Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:10:46.350Z||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-08-13T10:10:46.350Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:46.360Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:10:46.361Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:10:47.250Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:10:47.251Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:47.253Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:47.253Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628849437654,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T10:10:47.353Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:10:47.354Z||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-08-13T10:10:47.354Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:47.362Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:10:47.362Z||pool-40-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:10:48.254Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T10:10:48.255Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:48.258Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:48.258Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628849437654,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T10:10:48.358Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:10:48.359Z||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-08-13T10:10:48.359Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:48.376Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:10:48.376Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:10:49.260Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "02fa0244-8cb9-4f43-8315-583d1a23d6b6",
"serviceDescription": "service",
"serviceInvariantUUID": "00d566bb-1b58-4c09-a58e-e81f281b24fc",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "62cdff28-9bd8-4b1a-92d5-3ec47926c6f4",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8e03f1ef-6da5-467f-a62e-1da0420d8cd1",
"resourceInvariantUUID": "380270f3-f274-46bc-abf4-cae76c1f4f9b",
"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": "MjQxNjYyZDcyMjYwZTM4YTU1YzU5MGNmYTFjMGM2MmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "344986a5-6d77-4463-9731-7d936e85fb1b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d3e84646-37ac-4cd5-9643-bc69fa17351d",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "363769de-6eb2-409e-8ba4-f8c6f4fea148",
"generatedFromUUID": "d3e84646-37ac-4cd5-9643-bc69fa17351d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "363769de-6eb2-409e-8ba4-f8c6f4fea148",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ODg0N2Q2YjBjZDVjOWRmZTdiMGJjZTM0NjkyODkzMTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "504d4b22-27df-43c3-92d7-671acb8df551"
}
],
"workloadContext": "Production"
}
2021-08-13T10:10:49.262Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T10:10:49.262Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 02fa0244-8cb9-4f43-8315-583d1a23d6b6 ASDC
2021-08-13T10:10:49.263Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:aa7c5d57-d894-4f46-9b6f-9f5dac908816
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:02fa0244-8cb9-4f43-8315-583d1a23d6b6
ServiceInvariantUUID:00d566bb-1b58-4c09-a58e-e81f281b24fc
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:504d4b22-27df-43c3-92d7-671acb8df551
ArtifactChecksum:ODg0N2Q2YjBjZDVjOWRmZTdiMGJjZTM0NjkyODkzMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:62cdff28-9bd8-4b1a-92d5-3ec47926c6f4
ResourceInvariantUUID:380270f3-f274-46bc-abf4-cae76c1f4f9b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8e03f1ef-6da5-467f-a62e-1da0420d8cd1
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:344986a5-6d77-4463-9731-7d936e85fb1b
ArtifactChecksum:MjQxNjYyZDcyMjYwZTM4YTU1YzU5MGNmYTFjMGM2MmQ=
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:d3e84646-37ac-4cd5-9643-bc69fa17351d
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
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:363769de-6eb2-409e-8ba4-f8c6f4fea148
ArtifactChecksum:NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE=
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:363769de-6eb2-409e-8ba4-f8c6f4fea148
ArtifactChecksum:NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-13T10:10:49.264Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02fa0244-8cb9-4f43-8315-583d1a23d6b6 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-08-13T10:10:49.315Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T10:10:49.316Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-13T10:10:49.316Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-13T10:10:49.316Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 504d4b22-27df-43c3-92d7-671acb8df551 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-13T10:10:49.317Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-13T10:10:49.317Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-13T10:10:49.699Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-13T10:10:49.702Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 504d4b22-27df-43c3-92d7-671acb8df551 70831
2021-08-13T10:10:49.702Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-13T10:10:49.702Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-13T10:10:49.702Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:10:49.703Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:49.705Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:49.705Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628849449702,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T10:10:49.806Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T10:10:49.807Z||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-08-13T10:10:49.808Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:49.814Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:10:49.815Z||pool-42-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:10:50.706Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T10:10:50.707Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-13T10:10:50.708Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 504d4b22-27df-43c3-92d7-671acb8df551, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:50.708Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-13T10:10:50.709Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:50.709Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:50.919Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11687616868056199627/Definitions/service-BasicVm-template.yml
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_vlan_requirements" 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
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_name" is not provided
2021-08-13T10:10:52.099Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T10:10:52.100Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-13T10:10:52.100Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.100Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-13T10:10:52.101Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.101Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.101Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.101Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.101Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.101Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.101Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.102Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.102Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-13T10:10:52.102Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-13T10:10:52.102Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:10:52.102Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:10:52.103Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:10:52.103Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-13T10:10:52.103Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T10:10:52.103Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:10:52.103Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:10:52.104Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:10:52.104Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-13T10:10:52.104Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T10:10:52.104Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:10:52.104Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:10:52.104Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:10:52.105Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-13T10:10:52.105Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-13T10:10:52.105Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-13T10:10:52.105Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-13T10:10:52.105Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-13T10:10:52.106Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-13T10:10:52.106Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:10:52.106Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T10:10:52.106Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:10:52.106Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:10:52.106Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:10:52.107Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:10:52.107Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:10:52.107Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:10:52.107Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:10:52.108Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:10:52.108Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:10:52.108Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:10:52.108Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-13T10:10:52.108Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-13T10:10:52.108Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-13T10:10:52.109Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dc4960e3-6172-46a6-8823-8527d977e415
2021-08-13T10:10:52.109Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:10:52.109Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:10:52.109Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:10:52.109Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:10:52.110Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:10:52.110Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:10:52.110Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:10:52.110Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:10:52.110Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:02fa0244-8cb9-4f43-8315-583d1a23d6b6
Model Version:NULL
Model InvariantUuid:00d566bb-1b58-4c09-a58e-e81f281b24fc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:ddb713c5-85d8-47c1-92e3-173242de6b6d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:380270f3-f274-46bc-abf4-cae76c1f4f9b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:62cdff28-9bd8-4b1a-92d5-3ec47926c6f4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:531cdb5d-738e-4916-9a66-b139eda9e0bd
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:95060aad-5b63-4d24-8796-57afb717ea7a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:dc4960e3-6172-46a6-8823-8527d977e415
ModelInvariantUuid:2b761f65-0a27-419f-90ac-a8c3e2d53aac
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:ef1a6c4e-fea0-4ca5-8709-da765c54bb52
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:e71a9366-c711-44a7-9a97-9bc1c58e634d
ModelInvariantUuid:7adbc189-aa9b-4adc-8278-45aa7ca5b4b6
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:6ed1a04e-714a-49e0-8a49-57671fff6573
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-08-13T10:10:52.116Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e03f1ef-6da5-467f-a62e-1da0420d8cd1
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-08-13T10:10:52.120Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||basic_vm 0
2021-08-13T10:10:52.120Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e03f1ef-6da5-467f-a62e-1da0420d8cd1
2021-08-13T10:10:52.121Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 344986a5-6d77-4463-9731-7d936e85fb1b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-13T10:10:52.121Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-13T10:10:52.121Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-13T10:10:54.076Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-13T10:10:54.078Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 344986a5-6d77-4463-9731-7d936e85fb1b 787
2021-08-13T10:10:54.079Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-08-13T10:10:54.080Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-13T10:10:54.080Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:10:54.081Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:10:54.085Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:10:54.085Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628849454079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-13T10:10:54.185Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T10:10:54.187Z||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-08-13T10:10:54.187Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:10:54.196Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:10:54.197Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:10:55.087Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "531cdb5d-738e-4916-9a66-b139eda9e0bd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "95060aad-5b63-4d24-8796-57afb717ea7a",
"vfModuleModelCustomizationUUID": "0f83d993-fc26-4260-8198-118e13f6356f",
"isBase": true,
"artifacts": [
"d3e84646-37ac-4cd5-9643-bc69fa17351d",
"363769de-6eb2-409e-8ba4-f8c6f4fea148"
],
"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-08-13T10:10:55.094Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95060aad-5b63-4d24-8796-57afb717ea7a
VfModuleModelInvariantUUID:531cdb5d-738e-4916-9a66-b139eda9e0bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
d3e84646-37ac-4cd5-9643-bc69fa17351d
,
363769de-6eb2-409e-8ba4-f8c6f4fea148
}
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-08-13T10:10:55.096Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "531cdb5d-738e-4916-9a66-b139eda9e0bd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "95060aad-5b63-4d24-8796-57afb717ea7a",
"vfModuleModelCustomizationUUID": "0f83d993-fc26-4260-8198-118e13f6356f",
"isBase": true,
"artifacts": [
"d3e84646-37ac-4cd5-9643-bc69fa17351d",
"363769de-6eb2-409e-8ba4-f8c6f4fea148"
],
"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-08-13T10:10:55.097Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95060aad-5b63-4d24-8796-57afb717ea7a
VfModuleModelInvariantUUID:531cdb5d-738e-4916-9a66-b139eda9e0bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
d3e84646-37ac-4cd5-9643-bc69fa17351d
,
363769de-6eb2-409e-8ba4-f8c6f4fea148
}
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-08-13T10:10:55.097Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d3e84646-37ac-4cd5-9643-bc69fa17351d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-13T10:10:55.097Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-13T10:10:55.097Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-13T10:11:00.041Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-13T10:11:00.042Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d3e84646-37ac-4cd5-9643-bc69fa17351d 5033
2021-08-13T10:11:00.043Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-13T10:11:00.044Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-13T10:11:00.044Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:11:00.045Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:11:00.048Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:11:00.049Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628849460043,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-13T10:11:00.148Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T10:11:00.149Z||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-08-13T10:11:00.149Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:11:00.170Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:11:00.171Z||pool-44-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-08-13T10:11:01.049Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 363769de-6eb2-409e-8ba4-f8c6f4fea148 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-13T10:11:01.050Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-13T10:11:01.050Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-13T10:11:04.225Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-13T10:11:04.226Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 363769de-6eb2-409e-8ba4-f8c6f4fea148 902
2021-08-13T10:11:04.227Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-13T10:11:04.227Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-13T10:11:04.227Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T10:11:04.227Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-13T10:11:04.229Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T10:11:04.230Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa7c5d57-d894-4f46-9b6f-9f5dac908816",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628849464227,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-08-13T10:11:04.331Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T10:11:04.332Z||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-08-13T10:11:04.332Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MIaKgr0VKIhiOpOw) ...
2021-08-13T10:11:04.345Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T10:11:04.346Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-13T10:11:05.230Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 02fa0244-8cb9-4f43-8315-583d1a23d6b6
2021-08-13T10:11:05.231Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8e03f1ef-6da5-467f-a62e-1da0420d8cd1 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-08-13T10:11:05.255Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:11:05.255Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:11:05.256Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-08-13T10:11:05.256Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 62cdff28-9bd8-4b1a-92d5-3ec47926c6f4
2021-08-13T10:11:05.256Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 62cdff28-9bd8-4b1a-92d5-3ec47926c6f4 matches Tosca VF Customization UUID: 62cdff28-9bd8-4b1a-92d5-3ec47926c6f4
2021-08-13T10:11:05.256Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 62cdff28-9bd8-4b1a-92d5-3ec47926c6f4 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-08-13T10:11:05.258Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:11:05.259Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:11:05.259Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 62cdff28-9bd8-4b1a-92d5-3ec47926c6f4: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"Ubuntu_2004\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-08-13T10:11:05.260Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@624414e9
2021-08-13T10:11:05.260Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:11:05.260Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T10:11:05.261Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f83d993-fc26-4260-8198-118e13f6356f
2021-08-13T10:11:05.261Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f83d993-fc26-4260-8198-118e13f6356f
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-08-13T10:11:05.263Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:11:05.264Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:11:05.264Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:11:05.264Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:11:05.265Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:11:05.265Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:11:05.265Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:11:05.266Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-13T10:11:05.266Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-13T10:11:05.266Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-13T10:11:05.266Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dc4960e3-6172-46a6-8823-8527d977e415
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-08-13T10:11:05.269Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:11:05.269Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:11:05.269Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T10:11:05.269Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:11:05.270Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-13T10:11:05.270Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=62cdff28-9bd8-4b1a-92d5-3ec47926c6f4
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-08-13T10:11:05.272Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T10:11:05.272Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T10:11:05.273Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 02fa0244-8cb9-4f43-8315-583d1a23d6b6: basic_vm
2021-08-13T10:11:05.273Z|aa7c5d57-d894-4f46-9b6f-9f5dac908816|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery