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-10-26T02:27:01.928Z||main|||||INFO|500||The following profiles are active: basic
2021-10-26T02:27:14.209Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-26T02:27:14.210Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-26T02:27:14.334Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-26T02:27:16.997Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-26T02:27:17.217Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-26T02:27:17.621Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-26T02:27:17.629Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-26T02:27:17.723Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-26T02:27:17.933Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-26T02:27:18.355Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-26T02:27:19.305Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-26T02:27:21.551Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-26T02:27:21.607Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-26T02:27:22.092Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-26T02:27:22.370Z||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-10-26T02:27:23.767Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-26T02:27:24.900Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-26T02:27:24.918Z||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$$61085ef.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-10-26T02:27:24.919Z||main|||||WARN|500||The sdc end point is not alive
2021-10-26T02:27:28.084Z||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-10-26T02:27:31.353Z||main|||||WARN|500||---
2021-10-26T02:27:31.354Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-26T02:27:31.354Z||main|||||WARN|500||---
2021-10-26T02:27:31.793Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-26T02:27:37.102Z||main|||||INFO|500||Started Application in 40.499 seconds (JVM running for 41.882)
2021-10-26T02:27:37.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-26T02:27:37.121Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-26T02:27:37.167Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-26T02:27:37.199Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-26T02:27:37.269Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a53dc29f-53ad-4ad7-a747-d294fd161348 url= /sdc/v1/artifactTypes
2021-10-26T02:27:37.270Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-26T02:27:37.617Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-26T02:27:37.643Z||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-10-26T02:27:37.668Z||scheduling-1|||||DEBUG|500||create keys
2021-10-26T02:27:37.678Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-26T02:27:37.747Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:27:37.777Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 64c3e925-4923-486d-8a6e-eeb3ed69a689 url= /sdc/v1/registerForDistribution
2021-10-26T02:27:38.084Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 64c3e925-4923-486d-8a6e-eeb3ed69a689 url= /sdc/v1/registerForDistribution
2021-10-26T02:27:38.085Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-26T02:27:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:27:38.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:27:38.099Z||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-10-26T02:27:38.099Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:27:38.099Z||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-10-26T02:27:38.100Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:27:38.100Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-26T02:27:49.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:27:49.333Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:28:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:28:38.093Z||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-10-26T02:28:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:28:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:28:38.095Z||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-10-26T02:28:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:28:47.657Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:28:47.658Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:29:38.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:29:38.092Z||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-10-26T02:29:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:29:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:29:38.095Z||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-10-26T02:29:38.096Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:29:47.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:29:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:30:38.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:30:38.092Z||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-10-26T02:30:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:30:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:30:38.094Z||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-10-26T02:30:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:30:47.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:30:47.644Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:31:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:31:38.092Z||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-10-26T02:31:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:31:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:31:38.095Z||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-10-26T02:31:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:31:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:31:47.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:32:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:32:38.092Z||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-10-26T02:32:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:32:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:32:38.107Z||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-10-26T02:32:38.108Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:32:47.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:32:47.649Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:33:38.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:33:38.093Z||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-10-26T02:33:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:33:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:33:38.094Z||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-10-26T02:33:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:33:47.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:33:47.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:34:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:34:38.092Z||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-10-26T02:34:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:34:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:34:38.094Z||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-10-26T02:34:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:34:47.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:34:47.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:35:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:35:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:35:38.093Z||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-10-26T02:35:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:35:38.094Z||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-10-26T02:35:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:35:47.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:35:47.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:36:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:36:38.092Z||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-10-26T02:36:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:36:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:36:38.094Z||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-10-26T02:36:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:36:47.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:36:47.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:37:28.145Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-26T02:37:38.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:37:38.093Z||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-10-26T02:37:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:37:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:37:38.094Z||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-10-26T02:37:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:37:47.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:37:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:38:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:38:38.093Z||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-10-26T02:38:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:38:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:38:38.094Z||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-10-26T02:38:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:38:47.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:38:47.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:39:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:39:38.093Z||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-10-26T02:39:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:39:38.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:39:38.095Z||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-10-26T02:39:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:39:47.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:39:47.661Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:40:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:40:38.092Z||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-10-26T02:40:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:40:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:40:38.094Z||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-10-26T02:40:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:40:47.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:40:47.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:41:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:41:38.092Z||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-10-26T02:41:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:41:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:41:38.094Z||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-10-26T02:41:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:41:47.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:41:47.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:42:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:42:38.092Z||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-10-26T02:42:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:42:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:42:38.094Z||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-10-26T02:42:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:42:47.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:42:47.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:43:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:43:38.093Z||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-10-26T02:43:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:43:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:43:38.094Z||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-10-26T02:43:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:43:47.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:43:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:44:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:44:38.092Z||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-10-26T02:44:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:44:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:44:38.094Z||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-10-26T02:44:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:44:47.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:44:47.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:45:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:45:38.092Z||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-10-26T02:45:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:45:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:45:38.094Z||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-10-26T02:45:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:45:47.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:45:47.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:46:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:46:38.093Z||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-10-26T02:46:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:46:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:46:38.094Z||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-10-26T02:46:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:46:47.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:46:47.644Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:47:38.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:47:38.093Z||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-10-26T02:47:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:47:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:47:38.094Z||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-10-26T02:47:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:47:47.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:47:47.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:48:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:48:38.093Z||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-10-26T02:48:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:48:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:48:38.094Z||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-10-26T02:48:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:48:47.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:48:47.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:49:38.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:49:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:49:38.095Z||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-10-26T02:49:38.095Z||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-10-26T02:49:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:49:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:49:47.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:49:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:50:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:50:38.092Z||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-10-26T02:50:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:50:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:50:38.094Z||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-10-26T02:50:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:50:47.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:50:47.651Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:51:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:51:38.092Z||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-10-26T02:51:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:51:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:51:38.094Z||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-10-26T02:51:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:51:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:51:47.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:52:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:52:38.092Z||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-10-26T02:52:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:52:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:52:38.094Z||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-10-26T02:52:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:52:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:52:47.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:53:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:53:38.092Z||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-10-26T02:53:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:53:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:53:38.094Z||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-10-26T02:53:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:53:47.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:53:47.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:54:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:54:38.092Z||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-10-26T02:54:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:54:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:54:38.094Z||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-10-26T02:54:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:54:47.652Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:54:47.653Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:55:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:55:38.092Z||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-10-26T02:55:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:55:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:55:38.094Z||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-10-26T02:55:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:55:47.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:55:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:56:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:56:38.092Z||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-10-26T02:56:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:56:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:56:38.094Z||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-10-26T02:56:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:56:47.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:56:47.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:57:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:57:38.092Z||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-10-26T02:57:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:57:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:57:38.094Z||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-10-26T02:57:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:57:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:57:47.639Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:58:38.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:58:38.093Z||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-10-26T02:58:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:58:38.094Z||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-10-26T02:58:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:58:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:58:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:58:47.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:59:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:59:38.092Z||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-10-26T02:59:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:59:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T02:59:38.094Z||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-10-26T02:59:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T02:59:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T02:59:47.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:00:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:00:38.092Z||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-10-26T03:00:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:00:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:00:38.094Z||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-10-26T03:00:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:00:47.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:00:47.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:01:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:01:38.092Z||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-10-26T03:01:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:01:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:01:38.094Z||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-10-26T03:01:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:01:47.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:01:47.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:02:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:02:38.092Z||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-10-26T03:02:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:02:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:02:38.094Z||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-10-26T03:02:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:02:47.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:02:47.649Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:03:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:03:38.092Z||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-10-26T03:03:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:03:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:03:38.094Z||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-10-26T03:03:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:03:47.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:03:47.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:04:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:04:38.092Z||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-10-26T03:04:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:04:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:04:38.094Z||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-10-26T03:04:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:04:47.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:04:47.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:05:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:05:38.092Z||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-10-26T03:05:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:05:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:05:38.094Z||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-10-26T03:05:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:05:47.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:05:47.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:06:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:06:38.092Z||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-10-26T03:06:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:06:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:06:38.094Z||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-10-26T03:06:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:06:47.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:06:47.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:07:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:07:38.092Z||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-10-26T03:07:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:07:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:07:38.094Z||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-10-26T03:07:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:07:47.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:07:47.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:08:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:08:38.092Z||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-10-26T03:08:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:08:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:08:38.094Z||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-10-26T03:08:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:08:47.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:08:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:09:38.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:09:38.092Z||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-10-26T03:09:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:09:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:09:38.094Z||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-10-26T03:09:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:09:47.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:09:47.637Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:10:38.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:10:38.092Z||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-10-26T03:10:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:10:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:10:38.094Z||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-10-26T03:10:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:10:47.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:10:47.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:11:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:11:38.092Z||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-10-26T03:11:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:11:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:11:38.094Z||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-10-26T03:11:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:11:47.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:11:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:12:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:12:38.092Z||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-10-26T03:12:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:12:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:12:38.094Z||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-10-26T03:12:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:12:47.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:12:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:13:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:13:38.092Z||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-10-26T03:13:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:13:38.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:13:38.095Z||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-10-26T03:13:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:13:47.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:13:47.644Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:14:38.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:14:38.093Z||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-10-26T03:14:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:14:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:14:38.094Z||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-10-26T03:14:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:14:47.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:14:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:15:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:15:38.092Z||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-10-26T03:15:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:15:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:15:38.094Z||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-10-26T03:15:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:15:47.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:15:47.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:16:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:16:38.092Z||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-10-26T03:16:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:16:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:16:38.093Z||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-10-26T03:16:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:16:47.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:16:47.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:17:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:17:38.092Z||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-10-26T03:17:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:17:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:17:38.094Z||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-10-26T03:17:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:17:47.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:17:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:18:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:18:38.092Z||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-10-26T03:18:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:18:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:18:38.094Z||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-10-26T03:18:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:18:47.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:18:47.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:19:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:19:38.092Z||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-10-26T03:19:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:19:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:19:38.094Z||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-10-26T03:19:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:19:47.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:19:47.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:20:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:20:38.092Z||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-10-26T03:20:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:20:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:20:38.094Z||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-10-26T03:20:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:20:47.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:20:47.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:21:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:21:38.092Z||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-10-26T03:21:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:21:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:21:38.093Z||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-10-26T03:21:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:21:47.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:21:47.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:22:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:22:38.092Z||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-10-26T03:22:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:22:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:22:38.094Z||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-10-26T03:22:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:22:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:22:47.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:23:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:23:38.092Z||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-10-26T03:23:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:23:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:23:38.094Z||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-10-26T03:23:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:23:47.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:23:47.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:24:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:24:38.092Z||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-10-26T03:24:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:24:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:24:38.094Z||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-10-26T03:24:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:24:47.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:24:47.639Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:25:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:25:38.092Z||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-10-26T03:25:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:25:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:25:38.094Z||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-10-26T03:25:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:25:47.649Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:25:47.649Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:26:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:26:38.092Z||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-10-26T03:26:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:26:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:26:38.094Z||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-10-26T03:26:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:26:47.659Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:26:47.662Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:27:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:27:38.092Z||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-10-26T03:27:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:27:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:27:38.094Z||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-10-26T03:27:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:27:47.640Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:27:47.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:28:38.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:28:38.092Z||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-10-26T03:28:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:28:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:28:38.094Z||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-10-26T03:28:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:28:47.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:28:48.674Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:29:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:29:38.092Z||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-10-26T03:29:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:29:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:29:38.094Z||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-10-26T03:29:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:29:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:29:47.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:30:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:30:38.092Z||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-10-26T03:30:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:30:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:30:38.094Z||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-10-26T03:30:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:30:47.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:30:47.644Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:31:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:31:38.092Z||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-10-26T03:31:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:31:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:31:38.094Z||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-10-26T03:31:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:31:47.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:31:47.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:32:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:32:38.092Z||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-10-26T03:32:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:32:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:32:38.094Z||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-10-26T03:32:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:32:47.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:32:47.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:33:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:33:38.092Z||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-10-26T03:33:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:33:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:33:38.094Z||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-10-26T03:33:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:33:47.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:33:47.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:34:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:34:38.092Z||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-10-26T03:34:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:34:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:34:38.093Z||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-10-26T03:34:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:34:47.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:34:47.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:35:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:35:38.092Z||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-10-26T03:35:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:35:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:35:38.093Z||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-10-26T03:35:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:35:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:35:47.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:36:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:36:38.092Z||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-10-26T03:36:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:36:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:36:38.094Z||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-10-26T03:36:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:36:47.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:36:47.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:37:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:37:38.092Z||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-10-26T03:37:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:37:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:37:38.094Z||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-10-26T03:37:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:37:47.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:37:47.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:38:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:38:38.092Z||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-10-26T03:38:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:38:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:38:38.093Z||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-10-26T03:38:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:38:47.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:38:47.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:39:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:39:38.092Z||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-10-26T03:39:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:39:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:39:38.094Z||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-10-26T03:39:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:39:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:39:47.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:40:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:40:38.092Z||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-10-26T03:40:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:40:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:40:38.094Z||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-10-26T03:40:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:40:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:40:47.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:41:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:41:38.092Z||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-10-26T03:41:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:41:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:41:38.095Z||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-10-26T03:41:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:41:47.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:41:47.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:42:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:42:38.092Z||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-10-26T03:42:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:42:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:42:38.094Z||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-10-26T03:42:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:42:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:42:47.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:43:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:43:38.092Z||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-10-26T03:43:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:43:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:43:38.094Z||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-10-26T03:43:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:43:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:43:47.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:44:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:44:38.092Z||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-10-26T03:44:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:44:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:44:38.093Z||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-10-26T03:44:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:44:47.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:44:47.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:45:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:45:38.092Z||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-10-26T03:45:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:45:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:45:38.094Z||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-10-26T03:45:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:45:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:45:47.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:46:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:46:38.092Z||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-10-26T03:46:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:46:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:46:38.094Z||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-10-26T03:46:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:46:47.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:46:47.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:47:38.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:47:38.092Z||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-10-26T03:47:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:47:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:47:38.094Z||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-10-26T03:47:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:47:47.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:47:47.648Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:48:38.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:48:38.092Z||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-10-26T03:48:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:48:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:48:38.094Z||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-10-26T03:48:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:48:47.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:48:47.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:49:38.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:49:38.092Z||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-10-26T03:49:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:49:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:49:38.093Z||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-10-26T03:49:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:49:47.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:49:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:50:38.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:50:38.092Z||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-10-26T03:50:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:50:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:50:38.094Z||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-10-26T03:50:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:50:47.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:50:47.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:51:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:51:38.092Z||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-10-26T03:51:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:51:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:51:38.094Z||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-10-26T03:51:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:51:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:51:47.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:52:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:52:38.092Z||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-10-26T03:52:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:52:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:52:38.094Z||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-10-26T03:52:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:52:47.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:52:47.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:53:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:53:38.092Z||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-10-26T03:53:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:53:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:53:38.094Z||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-10-26T03:53:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:53:47.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:53:47.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:54:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:54:38.092Z||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-10-26T03:54:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:54:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:54:38.094Z||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-10-26T03:54:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:54:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:54:47.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:55:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:55:38.092Z||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-10-26T03:55:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:55:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:55:38.093Z||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-10-26T03:55:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:55:47.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:55:47.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:56:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:56:38.092Z||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-10-26T03:56:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:56:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:56:38.094Z||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-10-26T03:56:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:56:47.634Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:56:47.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:57:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:57:38.092Z||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-10-26T03:57:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:57:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:57:38.093Z||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-10-26T03:57:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:57:47.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:57:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:58:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:58:38.092Z||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-10-26T03:58:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:58:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:58:38.093Z||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-10-26T03:58:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:58:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:58:47.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:59:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:59:38.092Z||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-10-26T03:59:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:59:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T03:59:38.094Z||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-10-26T03:59:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T03:59:47.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T03:59:47.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:00:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:00:38.092Z||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-10-26T04:00:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:00:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:00:38.093Z||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-10-26T04:00:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:00:47.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:00:47.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:01:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:01:38.092Z||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-10-26T04:01:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:01:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:01:38.094Z||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-10-26T04:01:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:01:47.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:01:47.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:02:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:02:38.092Z||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-10-26T04:02:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:02:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:02:38.093Z||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-10-26T04:02:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:02:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:02:47.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:03:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:03:38.092Z||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-10-26T04:03:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:03:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:03:38.094Z||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-10-26T04:03:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:03:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:03:47.655Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:04:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:04:38.092Z||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-10-26T04:04:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:04:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:04:38.094Z||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-10-26T04:04:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:04:47.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:04:47.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:05:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:05:38.092Z||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-10-26T04:05:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:05:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:05:38.094Z||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-10-26T04:05:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:05:47.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:05:47.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:06:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:06:38.092Z||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-10-26T04:06:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:06:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:06:38.094Z||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-10-26T04:06:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:06:47.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:06:47.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:07:38.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:07:38.092Z||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-10-26T04:07:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:07:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:07:38.093Z||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-10-26T04:07:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:07:47.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:07:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:08:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:08:38.092Z||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-10-26T04:08:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:08:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:08:38.094Z||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-10-26T04:08:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:08:47.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:08:47.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:09:38.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:09:38.092Z||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-10-26T04:09:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:09:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:09:38.094Z||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-10-26T04:09:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:09:47.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:09:47.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:10:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:10:38.092Z||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-10-26T04:10:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:10:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:10:38.094Z||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-10-26T04:10:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:10:47.646Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:10:47.649Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:11:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:11:38.092Z||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-10-26T04:11:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:11:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:11:38.093Z||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-10-26T04:11:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:11:47.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:11:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:12:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:12:38.092Z||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-10-26T04:12:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:12:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:12:38.094Z||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-10-26T04:12:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:12:47.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:12:47.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:13:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:13:38.092Z||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-10-26T04:13:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:13:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:13:38.093Z||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-10-26T04:13:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:13:47.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:13:47.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:14:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:14:38.092Z||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-10-26T04:14:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:14:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:14:38.094Z||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-10-26T04:14:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:14:47.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:14:47.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:15:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:15:38.092Z||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-10-26T04:15:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:15:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:15:38.094Z||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-10-26T04:15:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:15:47.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:15:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:16:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:16:38.092Z||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-10-26T04:16:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:16:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:16:38.094Z||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-10-26T04:16:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:16:47.633Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:16:47.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:17:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:17:38.092Z||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-10-26T04:17:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:17:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:17:38.094Z||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-10-26T04:17:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:17:47.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:17:47.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:18:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:18:38.092Z||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-10-26T04:18:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:18:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:18:38.093Z||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-10-26T04:18:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:18:47.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:18:47.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:19:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:19:38.092Z||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-10-26T04:19:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:19:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:19:38.093Z||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-10-26T04:19:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:19:47.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:19:47.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:20:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:20:38.092Z||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-10-26T04:20:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:20:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:20:38.094Z||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-10-26T04:20:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:20:47.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:20:47.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:21:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:21:38.092Z||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-10-26T04:21:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:21:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:21:38.094Z||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-10-26T04:21:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:21:47.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:21:47.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:22:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:22:38.092Z||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-10-26T04:22:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:22:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:22:38.093Z||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-10-26T04:22:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:22:47.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:22:47.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:23:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:23:38.092Z||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-10-26T04:23:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:23:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:23:38.094Z||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-10-26T04:23:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:23:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:23:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:24:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:24:38.092Z||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-10-26T04:24:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:24:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:24:38.094Z||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-10-26T04:24:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:24:47.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:24:47.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:25:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:25:38.092Z||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-10-26T04:25:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:25:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:25:38.093Z||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-10-26T04:25:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:25:47.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:25:47.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:26:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:26:38.092Z||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-10-26T04:26:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:26:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:26:38.094Z||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-10-26T04:26:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:26:47.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:26:47.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:27:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:27:38.092Z||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-10-26T04:27:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:27:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:27:38.094Z||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-10-26T04:27:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:27:47.652Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:27:47.653Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:28:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:28:38.092Z||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-10-26T04:28:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:28:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:28:38.094Z||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-10-26T04:28:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:28:47.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:28:47.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:29:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:29:38.092Z||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-10-26T04:29:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:29:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:29:38.093Z||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-10-26T04:29:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:29:47.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:29:47.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:30:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:30:38.092Z||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-10-26T04:30:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:30:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:30:38.094Z||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-10-26T04:30:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:30:47.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:30:47.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:31:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:31:38.092Z||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-10-26T04:31:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:31:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:31:38.094Z||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-10-26T04:31:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:31:47.649Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:31:47.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:32:38.092Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:32:38.092Z||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-10-26T04:32:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:32:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:32:38.094Z||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-10-26T04:32:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:32:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:32:47.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:33:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:33:38.092Z||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-10-26T04:33:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:33:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:33:38.094Z||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-10-26T04:33:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:33:47.632Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:33:47.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:34:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:34:38.092Z||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-10-26T04:34:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:34:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:34:38.094Z||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-10-26T04:34:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:34:47.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:34:47.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:35:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:35:38.092Z||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-10-26T04:35:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:35:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:35:38.094Z||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-10-26T04:35:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:35:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:35:47.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:36:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:36:38.092Z||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-10-26T04:36:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:36:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:36:38.094Z||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-10-26T04:36:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:36:47.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:36:47.648Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:37:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:37:38.092Z||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-10-26T04:37:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:37:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:37:38.094Z||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-10-26T04:37:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:37:47.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:37:47.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:38:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:38:38.092Z||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-10-26T04:38:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:38:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:38:38.094Z||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-10-26T04:38:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:38:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:38:47.648Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:39:38.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:39:38.092Z||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-10-26T04:39:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:39:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:39:38.093Z||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-10-26T04:39:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:39:47.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:39:47.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:40:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:40:38.092Z||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-10-26T04:40:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:40:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:40:38.093Z||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-10-26T04:40:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:40:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:40:47.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:41:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:41:38.092Z||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-10-26T04:41:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:41:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:41:38.094Z||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-10-26T04:41:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:41:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:41:47.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:42:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:42:38.092Z||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-10-26T04:42:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:42:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:42:38.093Z||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-10-26T04:42:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:42:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:42:47.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:43:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:43:38.092Z||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-10-26T04:43:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:43:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:43:38.094Z||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-10-26T04:43:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:43:47.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:43:47.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:44:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:44:38.092Z||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-10-26T04:44:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:44:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:44:38.094Z||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-10-26T04:44:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:44:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:44:47.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:45:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:45:38.092Z||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-10-26T04:45:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:45:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:45:38.094Z||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-10-26T04:45:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:45:47.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:45:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:46:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:46:38.092Z||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-10-26T04:46:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:46:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:46:38.094Z||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-10-26T04:46:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:46:47.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:46:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:47:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:47:38.092Z||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-10-26T04:47:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:47:38.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:47:38.094Z||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-10-26T04:47:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:47:47.632Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:47:47.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:48:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:48:38.092Z||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-10-26T04:48:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:48:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:48:38.094Z||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-10-26T04:48:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:48:47.644Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:48:47.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:49:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:49:38.092Z||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-10-26T04:49:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:49:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:49:38.094Z||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-10-26T04:49:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:49:47.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:49:47.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:50:38.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:50:38.092Z||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-10-26T04:50:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:50:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:50:38.093Z||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-10-26T04:50:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:50:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:50:47.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:51:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:51:38.092Z||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-10-26T04:51:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:51:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:51:38.094Z||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-10-26T04:51:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:51:47.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:51:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:52:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:52:38.092Z||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-10-26T04:52:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:52:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:52:38.094Z||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-10-26T04:52:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:52:47.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:52:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:53:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:53:38.092Z||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-10-26T04:53:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:53:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:53:38.094Z||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-10-26T04:53:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:53:47.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:53:47.632Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:54:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:54:38.092Z||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-10-26T04:54:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:54:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:54:38.093Z||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-10-26T04:54:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:54:47.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:54:47.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:55:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:55:38.092Z||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-10-26T04:55:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:55:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:55:38.094Z||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-10-26T04:55:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:55:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:55:47.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:56:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:56:38.092Z||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-10-26T04:56:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:56:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:56:38.093Z||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-10-26T04:56:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:56:47.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:56:47.649Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:57:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:57:38.092Z||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-10-26T04:57:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:57:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:57:38.094Z||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-10-26T04:57:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:57:47.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:57:47.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:58:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:58:38.092Z||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-10-26T04:58:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:58:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:58:38.094Z||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-10-26T04:58:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:58:47.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:58:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:59:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:59:38.092Z||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-10-26T04:59:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:59:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T04:59:38.094Z||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-10-26T04:59:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T04:59:47.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T04:59:47.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:00:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:00:38.092Z||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-10-26T05:00:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:00:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:00:38.094Z||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-10-26T05:00:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:00:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:00:47.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:01:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:01:38.092Z||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-10-26T05:01:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:01:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:01:38.094Z||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-10-26T05:01:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:01:47.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:01:47.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:02:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:02:38.092Z||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-10-26T05:02:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:02:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:02:38.094Z||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-10-26T05:02:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:02:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:02:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:03:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:03:38.092Z||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-10-26T05:03:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:03:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:03:38.093Z||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-10-26T05:03:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:03:47.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:03:47.632Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:04:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:04:38.092Z||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-10-26T05:04:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:04:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:04:38.093Z||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-10-26T05:04:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:04:47.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:04:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:05:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:05:38.092Z||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-10-26T05:05:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:05:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:05:38.094Z||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-10-26T05:05:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:05:47.633Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:05:47.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:06:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:06:38.092Z||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-10-26T05:06:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:06:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:06:38.093Z||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-10-26T05:06:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:06:47.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:06:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:07:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:07:38.092Z||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-10-26T05:07:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:07:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:07:38.093Z||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-10-26T05:07:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:07:47.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:07:47.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:08:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:08:38.092Z||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-10-26T05:08:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:08:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:08:38.094Z||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-10-26T05:08:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:08:47.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:08:47.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:09:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:09:38.092Z||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-10-26T05:09:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:09:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:09:38.094Z||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-10-26T05:09:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:09:47.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:09:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:10:38.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:10:38.092Z||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-10-26T05:10:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:10:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:10:38.093Z||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-10-26T05:10:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:10:47.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:10:47.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:11:38.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:11:38.092Z||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-10-26T05:11:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:11:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:11:38.093Z||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-10-26T05:11:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:11:47.650Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:11:47.652Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:12:38.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:12:38.092Z||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-10-26T05:12:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:12:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:12:38.093Z||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-10-26T05:12:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:12:47.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:12:47.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:13:38.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:13:38.092Z||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-10-26T05:13:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:13:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:13:38.094Z||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-10-26T05:13:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:13:47.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:13:47.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:14:38.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:14:38.092Z||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-10-26T05:14:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:14:38.094Z||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-10-26T05:14:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:14:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:14:47.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:14:47.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:15:38.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:15:38.092Z||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-10-26T05:15:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:15:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:15:38.094Z||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-10-26T05:15:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:15:47.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:15:47.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:16:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:16:38.092Z||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-10-26T05:16:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:16:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:16:38.094Z||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-10-26T05:16:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:16:47.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:16:47.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:17:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:17:38.092Z||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-10-26T05:17:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:17:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:17:38.094Z||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-10-26T05:17:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:17:47.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:17:47.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:18:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:18:38.092Z||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-10-26T05:18:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:18:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:18:38.094Z||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-10-26T05:18:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:18:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:18:47.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:19:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:19:38.092Z||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-10-26T05:19:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:19:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:19:38.094Z||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-10-26T05:19:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:19:47.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:19:47.644Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:20:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:20:38.092Z||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-10-26T05:20:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:20:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:20:38.094Z||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-10-26T05:20:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:20:47.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:20:47.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:21:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:21:38.092Z||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-10-26T05:21:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:21:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:21:38.093Z||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-10-26T05:21:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:21:47.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:21:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:22:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:22:38.092Z||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-10-26T05:22:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:22:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:22:38.094Z||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-10-26T05:22:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:22:47.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:22:47.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:23:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:23:38.092Z||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-10-26T05:23:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:23:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:23:38.093Z||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-10-26T05:23:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:23:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:23:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:24:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:24:38.092Z||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-10-26T05:24:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:24:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:24:38.094Z||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-10-26T05:24:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:24:47.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:24:47.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:25:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:25:38.092Z||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-10-26T05:25:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:25:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:25:38.093Z||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-10-26T05:25:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:25:47.641Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:25:47.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:26:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:26:38.092Z||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-10-26T05:26:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:26:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:26:38.094Z||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-10-26T05:26:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:26:47.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:26:47.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:27:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:27:38.092Z||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-10-26T05:27:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:27:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:27:38.094Z||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-10-26T05:27:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:27:47.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:27:47.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:28:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:28:38.092Z||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-10-26T05:28:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:28:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:28:38.093Z||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-10-26T05:28:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:28:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:28:47.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:29:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:29:38.092Z||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-10-26T05:29:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:29:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:29:38.094Z||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-10-26T05:29:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:29:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:29:47.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:30:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:30:38.092Z||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-10-26T05:30:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:30:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:30:38.093Z||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-10-26T05:30:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:30:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:30:47.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:31:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:31:38.092Z||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-10-26T05:31:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:31:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:31:38.094Z||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-10-26T05:31:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:31:47.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:31:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:32:38.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:32:38.092Z||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-10-26T05:32:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:32:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:32:38.093Z||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-10-26T05:32:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:32:47.643Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:32:47.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:33:38.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:33:38.092Z||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-10-26T05:33:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:33:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:33:38.094Z||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-10-26T05:33:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:33:47.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:33:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:34:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:34:38.092Z||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-10-26T05:34:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:34:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:34:38.094Z||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-10-26T05:34:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:34:47.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:34:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:35:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:35:38.092Z||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-10-26T05:35:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:35:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:35:38.094Z||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-10-26T05:35:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:35:47.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:35:47.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:36:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:36:38.092Z||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-10-26T05:36:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:36:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:36:38.093Z||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-10-26T05:36:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:36:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:36:47.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:37:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:37:38.092Z||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-10-26T05:37:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:37:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:37:38.094Z||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-10-26T05:37:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:37:47.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:37:47.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:38:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:38:38.092Z||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-10-26T05:38:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:38:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:38:38.093Z||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-10-26T05:38:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:38:47.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:38:47.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:39:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:39:38.092Z||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-10-26T05:39:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:39:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:39:38.093Z||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-10-26T05:39:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:39:47.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:39:47.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:40:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:40:38.092Z||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-10-26T05:40:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:40:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:40:38.093Z||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-10-26T05:40:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:40:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:40:47.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:41:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:41:38.092Z||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-10-26T05:41:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:41:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:41:38.093Z||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-10-26T05:41:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:41:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:41:47.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:42:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:42:38.092Z||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-10-26T05:42:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:42:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:42:38.094Z||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-10-26T05:42:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:42:47.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:42:47.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:43:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:43:38.092Z||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-10-26T05:43:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:43:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:43:38.093Z||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-10-26T05:43:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:43:47.645Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:43:47.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:44:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:44:38.092Z||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-10-26T05:44:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:44:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:44:38.093Z||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-10-26T05:44:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:44:47.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:44:47.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:45:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:45:38.092Z||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-10-26T05:45:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:45:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:45:38.093Z||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-10-26T05:45:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:45:47.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:45:47.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:46:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:46:38.092Z||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-10-26T05:46:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:46:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:46:38.094Z||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-10-26T05:46:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:46:47.660Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:46:47.661Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:47:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:47:38.092Z||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-10-26T05:47:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:47:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:47:38.094Z||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-10-26T05:47:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:47:47.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:47:47.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:48:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:48:38.092Z||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-10-26T05:48:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:48:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:48:38.094Z||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-10-26T05:48:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:48:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:48:47.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:49:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:49:38.092Z||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-10-26T05:49:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:49:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:49:38.093Z||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-10-26T05:49:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:49:47.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:49:47.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:50:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:50:38.092Z||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-10-26T05:50:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:50:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:50:38.093Z||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-10-26T05:50:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:50:47.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:50:47.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:51:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:51:38.092Z||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-10-26T05:51:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:51:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:51:38.094Z||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-10-26T05:51:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:51:47.647Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:51:47.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:52:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:52:38.092Z||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-10-26T05:52:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:52:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:52:38.093Z||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-10-26T05:52:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:52:47.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:52:47.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:53:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:53:38.092Z||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-10-26T05:53:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:53:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:53:38.093Z||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-10-26T05:53:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:53:47.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:53:47.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:54:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:54:38.092Z||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-10-26T05:54:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:54:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:54:38.094Z||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-10-26T05:54:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:54:47.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:54:47.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:55:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:55:38.092Z||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-10-26T05:55:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:55:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:55:38.093Z||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-10-26T05:55:38.093Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:55:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:55:47.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:56:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:56:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:56:38.093Z||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-10-26T05:56:38.094Z||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-10-26T05:56:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:56:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:56:47.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:56:47.640Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:57:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:57:38.092Z||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-10-26T05:57:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:57:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:57:38.094Z||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-10-26T05:57:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:57:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:57:47.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:58:38.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:58:38.092Z||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-10-26T05:58:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:58:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:58:38.094Z||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-10-26T05:58:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:58:47.864Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:58:47.865Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:59:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:59:38.094Z||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-10-26T05:59:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:59:38.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T05:59:38.094Z||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-10-26T05:59:38.095Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T05:59:47.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T05:59:47.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:00:38.092Z||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-10-26T06:00:38.092Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:00:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:00:38.093Z||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-10-26T06:00:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:00:38.687Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:38.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "clamp",
"timestamp": 1635228008105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "cds",
"timestamp": 1635228014935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "policy-id",
"timestamp": 1635228007295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "dcae-sch",
"timestamp": 1635228008368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "ves-openapi-manager",
"timestamp": 1635228007794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228013859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "cds",
"timestamp": 1635228014935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "clamp",
"timestamp": 1635228008105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"status": "NOTIFIED"
}
2021-10-26T06:00:38.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "dcae-sch",
"timestamp": 1635228008368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "policy-id",
"timestamp": 1635228007295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "ves-openapi-manager",
"timestamp": 1635228007794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.717Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:38.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228013859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"status": "NOTIFIED"
}
2021-10-26T06:00:38.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "cds",
"timestamp": 1635228014935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "clamp",
"timestamp": 1635228008105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "policy-id",
"timestamp": 1635228007295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-26T06:00:38.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "dcae-sch",
"timestamp": 1635228008368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"eaae3016-7293-4094-b356-ad3ae0cc3399","serviceName":"vFW 2021-10-26 05-57-50","serviceVersion":"1.0","serviceUUID":"25d94864-d8a1-45b5-877b-112fcbe1c107","serviceDescription":"catalog service description","serviceInvariantUUID":"5e9343f7-0555-46cc-931e-fea25e841fb2","resources":[{"resourceInstanceName":"vFW e9381033-28d6 0","resourceName":"vFW e9381033-28d6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"47f3e5dd-4b5a-4ab0-8936-79e7374c9029","resourceInvariantUUID":"254a76b5-cf6b-49ab-82e8-47f4f0eb7d02","resourceCustomizationUUID":"3e11e739-78dc-4e05-bbbf-dd6294be9d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml","artifactChecksum":"ZjkwODBlN2QyZDA4MTllMGRlYTFhNDEyMzhmMDExOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c3cabe5-32a3-4cda-8271-20544365845d","artifactVersion":"1"},{"artifactName":"vfwe938103328d60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json","artifactChecksum":"N2VkMzM4N2Q2OTI0NTNhYWU2OWVlZGY1OGMzYzc0MzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"97db561e-c801-498a-80f1-59bca87ef6bf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f20c636f-f128-4d61-a8cd-266bfba4cadc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml","artifactChecksum":"MTY2ODM5MTNlZmM5ZjI1MGFiYWJjOWE2ZTBkMTM4MzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ecd08d9b-b717-48b9-9534-18748ea43ec4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee18d9d5-6c96-4e18-aa83-3f79b6edf330","artifactVersion":"2","generatedFromUUID":"f20c636f-f128-4d61-a8cd-266bfba4cadc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211026055750-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml","artifactChecksum":"YjUyZjI3MmJmOTY1NDg4MTBmMDFkOTI0MjE5ZjI1ZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"035fcf9c-dbbb-4d81-bff4-e315483e21af","artifactVersion":"1"},{"artifactName":"service-Vfw20211026055750-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar","artifactChecksum":"OTg4ZGVhNDI3YzYwMDg4NDczODMwODk2YjFmODcxN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2603269c-52c3-4189-a9f6-87a836b7ed73","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-26T06:00:38.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "ves-openapi-manager",
"timestamp": 1635228007794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228013859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-26T06:00:38.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "cds",
"timestamp": 1635228014935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "clamp",
"timestamp": 1635228008105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "policy-id",
"timestamp": 1635228007295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "dcae-sch",
"timestamp": 1635228008368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "ves-openapi-manager",
"timestamp": 1635228007794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228013859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "cds",
"timestamp": 1635228014935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "dcae-sch",
"timestamp": 1635228008368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "clamp",
"timestamp": 1635228008105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "policy-id",
"timestamp": 1635228007295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "ves-openapi-manager",
"timestamp": 1635228007794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228013859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-26T06:00:38.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228021206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "clamp",
"timestamp": 1635228008105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "cds",
"timestamp": 1635228014935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "policy-id",
"timestamp": 1635228007295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.726Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.726Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:00:38.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "dcae-sch",
"timestamp": 1635228008368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.726Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "ves-openapi-manager",
"timestamp": 1635228007794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228013859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228021206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "cds",
"timestamp": 1635228014935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:00:38.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "clamp",
"timestamp": 1635228008105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:00:38.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "policy-id",
"timestamp": 1635228007295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:00:38.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "dcae-sch",
"timestamp": 1635228008368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "ves-openapi-manager",
"timestamp": 1635228007794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228013859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:00:38.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228021206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "cds",
"timestamp": 1635228024762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:00:38.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:00:38.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "policy-id",
"timestamp": 1635228024757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:00:38.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:00:38.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228024839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:00:38.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:00:38.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228021206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "cds",
"timestamp": 1635228025778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-10-26T06:00:38.732Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:00:38.742Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:00:38.743Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228038091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-26T06:00:38.842Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-26T06:00:38.846Z||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-10-26T06:00:38.846Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
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-10-26T06:00:38.857Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:38.857Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-26T06:00:38.917Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eaae3016-7293-4094-b356-ad3ae0cc3399
2021-10-26T06:00:38.937Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:00:38.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "policy-id",
"timestamp": 1635228025776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:00:38.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:00:38.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228021206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:38.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:38.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228026071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:00:38.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:00:38.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "policy-id",
"timestamp": 1635228026781,
"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-10-26T06:00:38.979Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eaae3016-7293-4094-b356-ad3ae0cc3399
2021-10-26T06:00:38.979Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:00:38.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:38.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228021206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:39.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:39.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:39.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228027264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:00:39.023Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:00:39.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:39.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "aai-ml",
"timestamp": 1635228027207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:39.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:39.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:39.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228021206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:00:39.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:39.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:39.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228028635,
"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-10-26T06:00:39.030Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eaae3016-7293-4094-b356-ad3ae0cc3399
2021-10-26T06:00:39.030Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:00:39.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:39.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "aai-ml",
"timestamp": 1635228027207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:39.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:39.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:39.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228029121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:00:39.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:00:39.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:39.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228029639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"status": "DEPLOY_OK"
}
2021-10-26T06:00:39.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:00:39.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:39.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "aai-ml",
"timestamp": 1635228027207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:39.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:39.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:39.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "aai-ml",
"timestamp": 1635228027207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:39.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:39.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:39.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "aai-ml",
"timestamp": 1635228027207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:39.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:39.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:39.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "aai-ml",
"timestamp": 1635228027207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:39.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:39.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:39.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "aai-ml",
"timestamp": 1635228027207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:00:39.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:00:39.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:39.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228034594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:00:39.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:00:39.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:39.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "aai-ml",
"timestamp": 1635228035150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:00:39.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:00:39.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:00:39.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228035600,
"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-10-26T06:00:39.053Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eaae3016-7293-4094-b356-ad3ae0cc3399
2021-10-26T06:00:39.053Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:00:39.749Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:00:39.749Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:00:39.751Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:00:39.751Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228038091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"status": "NOTIFIED"
}
2021-10-26T06:00:39.852Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:00:39.853Z||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-10-26T06:00:39.853Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:00:39.864Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:39.865Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-26T06:00:40.752Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:00:40.753Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:00:40.755Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:00:40.755Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228038091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-26T06:00:40.856Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-26T06:00:40.856Z||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-10-26T06:00:40.856Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:00:40.866Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:40.867Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:00:41.756Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:00:41.757Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:00:41.759Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:00:41.760Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228038091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:41.859Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-26T06:00:41.860Z||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-10-26T06:00:41.860Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:00:41.870Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:41.871Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:00:42.760Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:00:42.761Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:00:42.763Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:00:42.763Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228038091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-26T06:00:42.863Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:00:42.864Z||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-10-26T06:00:42.864Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:00:42.876Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:42.876Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-26T06:00:43.764Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:00:43.765Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:00:43.766Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:00:43.767Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228038091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:00:43.867Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:00:43.868Z||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-10-26T06:00:43.868Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:00:43.879Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:43.879Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:00:44.767Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:00:44.768Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:00:44.770Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:00:44.770Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228038091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:00:44.870Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:00:44.871Z||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-10-26T06:00:44.871Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:00:44.884Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:44.884Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-26T06:00:45.772Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"serviceName": "vFW 2021-10-26 05-57-50",
"serviceVersion": "1.0",
"serviceUUID": "25d94864-d8a1-45b5-877b-112fcbe1c107",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5e9343f7-0555-46cc-931e-fea25e841fb2",
"resources": [
{
"resourceInstanceName": "vFW e9381033-28d6 0",
"resourceCustomizationUUID": "3e11e739-78dc-4e05-bbbf-dd6294be9d52",
"resourceName": "vFW e9381033-28d6",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "47f3e5dd-4b5a-4ab0-8936-79e7374c9029",
"resourceInvariantUUID": "254a76b5-cf6b-49ab-82e8-47f4f0eb7d02",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe938103328d60_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"artifactChecksum": "N2VkMzM4N2Q2OTI0NTNhYWU2OWVlZGY1OGMzYzc0MzU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "97db561e-c801-498a-80f1-59bca87ef6bf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f20c636f-f128-4d61-a8cd-266bfba4cadc",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ee18d9d5-6c96-4e18-aa83-3f79b6edf330",
"generatedFromUUID": "f20c636f-f128-4d61-a8cd-266bfba4cadc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ee18d9d5-6c96-4e18-aa83-3f79b6edf330",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211026055750-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"artifactChecksum": "OTg4ZGVhNDI3YzYwMDg4NDczODMwODk2YjFmODcxN2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2603269c-52c3-4189-a9f6-87a836b7ed73"
}
],
"workloadContext": "Production"
}
2021-10-26T06:00:45.773Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-26T06:00:45.773Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 25d94864-d8a1-45b5-877b-112fcbe1c107 ASDC
2021-10-26T06:00:45.908Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:eaae3016-7293-4094-b356-ad3ae0cc3399
ServiceName:vFW 2021-10-26 05-57-50
ServiceVersion:1.0
ServiceUUID:25d94864-d8a1-45b5-877b-112fcbe1c107
ServiceInvariantUUID:5e9343f7-0555-46cc-931e-fea25e841fb2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211026055750-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar
ArtifactUUID:2603269c-52c3-4189-a9f6-87a836b7ed73
ArtifactChecksum:OTg4ZGVhNDI3YzYwMDg4NDczODMwODk2YjFmODcxN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e9381033-28d6 0
ResourceCustomizationUUID:3e11e739-78dc-4e05-bbbf-dd6294be9d52
ResourceInvariantUUID:254a76b5-cf6b-49ab-82e8-47f4f0eb7d02
ResourceName:vFW e9381033-28d6
ResourceType:VF
ResourceUUID:47f3e5dd-4b5a-4ab0-8936-79e7374c9029
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe938103328d60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json
ArtifactUUID:97db561e-c801-498a-80f1-59bca87ef6bf
ArtifactChecksum:N2VkMzM4N2Q2OTI0NTNhYWU2OWVlZGY1OGMzYzc0MzU=
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/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml
ArtifactUUID:f20c636f-f128-4d61-a8cd-266bfba4cadc
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/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env
ArtifactUUID:ee18d9d5-6c96-4e18-aa83-3f79b6edf330
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/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env
ArtifactUUID:ee18d9d5-6c96-4e18-aa83-3f79b6edf330
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-26T06:00:45.909Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 25d94864-d8a1-45b5-877b-112fcbe1c107 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-26T06:00:45.987Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-26T06:00:45.988Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-26T06:00:45.989Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-26T06:00:45.989Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2603269c-52c3-4189-a9f6-87a836b7ed73 from URL: /sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:45.989Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-26T06:00:45.991Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:46.164Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-26T06:00:46.182Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar 2603269c-52c3-4189-a9f6-87a836b7ed73 98791
2021-10-26T06:00:46.183Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar ASDC sendASDCNotification
2021-10-26T06:00:46.183Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:46.184Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-26T06:00:46.185Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:00:46.186Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:00:46.186Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228046182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:00:46.287Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:00:46.287Z||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-10-26T06:00:46.287Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:00:46.299Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:46.299Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:00:47.187Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-26T06:00:47.188Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-26T06:00:47.188Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2603269c-52c3-4189-a9f6-87a836b7ed73, URL: /sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar to file: /app/ASDC/1/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:47.189Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211026055750-csar.csar
2021-10-26T06:00:47.247Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:47.247Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:47.689Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16754609665003358625/Definitions/service-Vfw20211026055750-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-10-26T06:00:50.606Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-26T06:00:50.610Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||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-Vfw20211026055750-csar.csar
2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||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-Vfw20211026055750-csar.csar
2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e9381033-28d6 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-Vfw20211026055750-csar.csar
2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||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-Vfw20211026055750-csar.csar
2021-10-26T06:00:50.619Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:50.619Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:50.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:50.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:50.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:50.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:50.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-26T06:00:50.628Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:50.629Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:00:50.633Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria
2021-10-26T06:00:50.633Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-26T06:00:50.634Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-26T06:00:50.636Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:50.636Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:00:50.636Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria
2021-10-26T06:00:50.637Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-26T06:00:50.637Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-26T06:00:50.637Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:50.637Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:00:50.642Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:50.642Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is not matching search criteria
2021-10-26T06:00:50.642Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-26T06:00:50.643Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-26T06:00:50.643Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-26T06:00:50.643Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-26T06:00:50.643Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-26T06:00:50.643Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-26T06:00:50.643Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-26T06:00:50.643Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-26T06:00:50.644Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-26T06:00:50.644Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-26T06:00:50.650Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-26T06:00:50.651Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-26T06:00:50.651Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-26T06:00:50.651Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-26T06:00:50.651Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-26T06:00:50.651Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-26T06:00:50.651Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:50.652Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-26T06:00:50.653Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:50.653Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria
2021-10-26T06:00:50.653Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-26T06:00:50.654Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:50.654Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria
2021-10-26T06:00:50.654Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-26T06:00:50.654Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:50.654Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria
2021-10-26T06:00:50.654Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-26T06:00:50.655Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:50.655Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is not matching search criteria
2021-10-26T06:00:50.655Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-26T06:00:50.655Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-26T06:00:50.655Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-26T06:00:50.656Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-26T06:00:50.656Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-26T06:00:50.656Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-26T06:00:50.656Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-26T06:00:50.656Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-26T06:00:50.656Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-26T06:00:50.656Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-26T06:00:50.656Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-26T06:00:50.657Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fa6633d9-e713-43f2-b541-3ccf83dabe9f
2021-10-26T06:00:50.657Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:50.657Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is not matching search criteria
2021-10-26T06:00:50.657Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-26T06:00:50.657Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-26T06:00:50.657Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-26T06:00:50.657Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-26T06:00:50.657Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-26T06:00:50.658Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-26T06:00:50.658Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-26T06:00:50.658Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-26T06:00:50.658Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-26T06:00:50.658Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-26T06:00:50.658Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-26T06:00:50.659Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-26T06:00:50.659Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ac8e9ed5-d69e-41d5-834f-636ab2ebb43c
2021-10-26T06:00:50.659Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:50.659Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is not matching search criteria
2021-10-26T06:00:50.659Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-26T06:00:50.659Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-26T06:00:50.659Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-26T06:00:50.660Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-26T06:00:50.660Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-26T06:00:50.660Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-26T06:00:50.660Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-26T06:00:50.660Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-26T06:00:50.660Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-26T06:00:50.660Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-26T06:00:50.660Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-26T06:00:50.661Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-26T06:00:50.661Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5c3bbadf-9ac5-42e9-b2d5-42b2b1622ce3
2021-10-26T06:00:50.661Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:50.661Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:00:50.661Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:50.661Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:00:50.661Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:50.661Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:00:50.662Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:50.662Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:00:50.662Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-26 05-57-50
Description:catalog service description
Model UUID:25d94864-d8a1-45b5-877b-112fcbe1c107
Model Version:NULL
Model InvariantUuid:5e9343f7-0555-46cc-931e-fea25e841fb2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e9381033-28d6
Model UUID:0048b99a-7619-44a6-b1ca-96220938b46a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:254a76b5-cf6b-49ab-82e8-47f4f0eb7d02
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3e11e739-78dc-4e05-bbbf-dd6294be9d52
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a39bc6bb-471b-4ca6-8444-c1c5a724400a
ModelName:VfwE938103328d6..base_vfw..module-0
ModelUuid:98bb9bd3-7621-41c1-9354-423a6505298c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fa6633d9-e713-43f2-b541-3ccf83dabe9f
ModelInvariantUuid:e175289d-5539-42af-8126-02dcfa2eee78
ModelName:vFW e9381033-28d6-nodes.vfwCvfc
ModelUuid:93a53694-5264-4301-9761-50b97f6f6fbd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4d0144d7-8853-48e5-8c90-8fc4547a2bab
ModelInvariantUuid:99e8fc82-5c1e-4bbd-b590-3a472948c30e
ModelName:VfwE938103328d6.compute.nodes.heat.vfw
ModelUuid:ecb29237-db89-48be-8be9-6b9e2a8472d9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ac8e9ed5-d69e-41d5-834f-636ab2ebb43c
ModelInvariantUuid:1df03a72-3c51-4f75-a167-301d86aed2ed
ModelName:vFW e9381033-28d6-nodes.vsnCvfc
ModelUuid:6b66bba9-82a7-4481-8193-b899b6f23a63
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:2d5bbd9a-2f7d-46c9-81ed-6ffd6a424982
ModelInvariantUuid:c5b5a299-29a7-4dbc-afe7-8e4a1dcc3fd4
ModelName:VfwE938103328d6.compute.nodes.heat.vsn
ModelUuid:eb29f047-543f-4ad3-b3c6-5133a0079a9b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5c3bbadf-9ac5-42e9-b2d5-42b2b1622ce3
ModelInvariantUuid:6dfc55af-819a-4f6a-ae7c-bbea1f9638b9
ModelName:vFW e9381033-28d6-nodes.vpgCvfc
ModelUuid:302c3928-7dd3-43dc-ace9-5ba316e850ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c14ac908-4132-4188-86c1-b1d1eade2d89
ModelInvariantUuid:625e7299-975b-44d9-a808-6403fec90701
ModelName:VfwE938103328d6.compute.nodes.heat.vpg
ModelUuid:f9d12c94-c9c6-417d-8c50-0a59df668f75
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-26T06:00:50.678Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 47f3e5dd-4b5a-4ab0-8936-79e7374c9029
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-26T06:00:50.764Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||vFW e9381033-28d6 0
2021-10-26T06:00:50.772Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 47f3e5dd-4b5a-4ab0-8936-79e7374c9029
2021-10-26T06:00:50.772Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 97db561e-c801-498a-80f1-59bca87ef6bf from URL: /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json
2021-10-26T06:00:50.773Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-26T06:00:50.773Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json
2021-10-26T06:00:51.126Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-26T06:00:51.127Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json 97db561e-c801-498a-80f1-59bca87ef6bf 785
2021-10-26T06:00:51.127Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json ASDC sendASDCNotification
2021-10-26T06:00:51.127Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json
2021-10-26T06:00:51.127Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-26T06:00:51.127Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:00:51.129Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:00:51.130Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228051127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:00:51.230Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:00:51.231Z||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-10-26T06:00:51.231Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:00:51.245Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:51.245Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-26T06:00:52.131Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE938103328d6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a39bc6bb-471b-4ca6-8444-c1c5a724400a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "98bb9bd3-7621-41c1-9354-423a6505298c",
"vfModuleModelCustomizationUUID": "26d2efd2-c61e-48b4-93ce-b4ae3f68968f",
"isBase": true,
"artifacts": [
"f20c636f-f128-4d61-a8cd-266bfba4cadc",
"ee18d9d5-6c96-4e18-aa83-3f79b6edf330"
],
"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-10-26T06:00:52.147Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE938103328d6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:98bb9bd3-7621-41c1-9354-423a6505298c
VfModuleModelInvariantUUID:a39bc6bb-471b-4ca6-8444-c1c5a724400a
VfModuleModelDescription:NULL
Artifacts UUID List:{
f20c636f-f128-4d61-a8cd-266bfba4cadc
,
ee18d9d5-6c96-4e18-aa83-3f79b6edf330
}
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-10-26T06:00:52.150Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE938103328d6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a39bc6bb-471b-4ca6-8444-c1c5a724400a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "98bb9bd3-7621-41c1-9354-423a6505298c",
"vfModuleModelCustomizationUUID": "26d2efd2-c61e-48b4-93ce-b4ae3f68968f",
"isBase": true,
"artifacts": [
"f20c636f-f128-4d61-a8cd-266bfba4cadc",
"ee18d9d5-6c96-4e18-aa83-3f79b6edf330"
],
"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-10-26T06:00:52.151Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE938103328d6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:98bb9bd3-7621-41c1-9354-423a6505298c
VfModuleModelInvariantUUID:a39bc6bb-471b-4ca6-8444-c1c5a724400a
VfModuleModelDescription:NULL
Artifacts UUID List:{
f20c636f-f128-4d61-a8cd-266bfba4cadc
,
ee18d9d5-6c96-4e18-aa83-3f79b6edf330
}
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-10-26T06:00:52.151Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f20c636f-f128-4d61-a8cd-266bfba4cadc from URL: /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml
2021-10-26T06:00:52.151Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-26T06:00:52.151Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml
2021-10-26T06:00:52.322Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-26T06:00:52.324Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml f20c636f-f128-4d61-a8cd-266bfba4cadc 20368
2021-10-26T06:00:52.324Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-26T06:00:52.324Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml
2021-10-26T06:00:52.324Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-26T06:00:52.324Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:00:52.326Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:00:52.326Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228052324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:00:52.427Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-26T06:00:52.428Z||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-10-26T06:00:52.428Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:00:52.438Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:52.439Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:00:53.327Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ee18d9d5-6c96-4e18-aa83-3f79b6edf330 from URL: /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env
2021-10-26T06:00:53.328Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-26T06:00:53.328Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env
2021-10-26T06:00:53.531Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-26T06:00:53.532Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env ee18d9d5-6c96-4e18-aa83-3f79b6edf330 2098
2021-10-26T06:00:53.532Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-26T06:00:53.532Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env
2021-10-26T06:00:53.533Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-26T06:00:53.533Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:00:53.536Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:00:53.537Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228053532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:00:53.636Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-26T06:00:53.637Z||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-10-26T06:00:53.637Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:00:53.646Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:53.647Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:00:54.537Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 25d94864-d8a1-45b5-877b-112fcbe1c107
2021-10-26T06:00:54.538Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e9381033-28d6 0 47f3e5dd-4b5a-4ab0-8936-79e7374c9029 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-26T06:00:54.582Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1675da11, org.onap.sdc.toscaparser.api.parameters.Input@271e74cb, org.onap.sdc.toscaparser.api.parameters.Input@58ea70be, org.onap.sdc.toscaparser.api.parameters.Input@53f4a483, org.onap.sdc.toscaparser.api.parameters.Input@6be959be]
2021-10-26T06:00:54.586Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.586Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:00:54.586Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-10-26T06:00:54.586Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3e11e739-78dc-4e05-bbbf-dd6294be9d52
2021-10-26T06:00:54.586Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3e11e739-78dc-4e05-bbbf-dd6294be9d52 matches Tosca VF Customization UUID: 3e11e739-78dc-4e05-bbbf-dd6294be9d52
2021-10-26T06:00:54.587Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3e11e739-78dc-4e05-bbbf-dd6294be9d52 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-26T06:00:54.593Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.593Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:00:54.594Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3e11e739-78dc-4e05-bbbf-dd6294be9d52: {\"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-10-26T06:00:54.594Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2cca955d
2021-10-26T06:00:54.594Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.594Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-26T06:00:54.595Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 26d2efd2-c61e-48b4-93ce-b4ae3f68968f
2021-10-26T06:00:54.596Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 26d2efd2-c61e-48b4-93ce-b4ae3f68968f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-26T06:00:54.602Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.602Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria
2021-10-26T06:00:54.602Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-26T06:00:54.603Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.603Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria
2021-10-26T06:00:54.603Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-26T06:00:54.604Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.604Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is not matching search criteria
2021-10-26T06:00:54.605Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-26T06:00:54.605Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-26T06:00:54.605Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-26T06:00:54.605Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-26T06:00:54.605Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-26T06:00:54.605Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-26T06:00:54.606Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-26T06:00:54.606Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-26T06:00:54.606Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-26T06:00:54.606Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-26T06:00:54.606Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-26T06:00:54.606Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fa6633d9-e713-43f2-b541-3ccf83dabe9f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-26T06:00:54.619Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.619Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria
2021-10-26T06:00:54.619Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-26T06:00:54.619Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is not matching search criteria
2021-10-26T06:00:54.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-26T06:00:54.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-26T06:00:54.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-26T06:00:54.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-26T06:00:54.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-26T06:00:54.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-26T06:00:54.621Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-26T06:00:54.621Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-26T06:00:54.621Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-26T06:00:54.621Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-26T06:00:54.621Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-26T06:00:54.621Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-26T06:00:54.621Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ac8e9ed5-d69e-41d5-834f-636ab2ebb43c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-26T06:00:54.624Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.624Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria
2021-10-26T06:00:54.624Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-26T06:00:54.627Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.627Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is not matching search criteria
2021-10-26T06:00:54.627Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-26T06:00:54.627Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-26T06:00:54.628Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-26T06:00:54.628Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-26T06:00:54.628Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-26T06:00:54.628Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-26T06:00:54.628Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-26T06:00:54.628Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-26T06:00:54.628Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-26T06:00:54.629Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-26T06:00:54.629Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-26T06:00:54.629Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-26T06:00:54.629Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5c3bbadf-9ac5-42e9-b2d5-42b2b1622ce3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-26T06:00:54.631Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.632Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria
2021-10-26T06:00:54.632Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-26T06:00:54.632Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.632Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria
2021-10-26T06:00:54.632Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=3e11e739-78dc-4e05-bbbf-dd6294be9d52
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-26T06:00:54.634Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.634Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:00:54.634Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 25d94864-d8a1-45b5-877b-112fcbe1c107: vFW e9381033-28d6
2021-10-26T06:00:54.634Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-10-26 05-57-50
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-26T06:00:54.933Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e9381033-28d6 47f3e5dd-4b5a-4ab0-8936-79e7374c9029 1 ASDC deployResourceStructure
2021-10-26T06:00:54.933Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json ASDC sendASDCNotification
2021-10-26T06:00:54.933Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json
2021-10-26T06:00:54.934Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-26T06:00:54.934Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:00:54.936Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:00:54.936Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228054933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"status": "DEPLOY_OK"
}
2021-10-26T06:00:55.037Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:00:55.037Z||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-10-26T06:00:55.037Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:00:55.048Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:55.048Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:00:55.937Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-26T06:00:55.938Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml
2021-10-26T06:00:55.938Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-26T06:00:55.938Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:00:55.940Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:00:55.940Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228055937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-26T06:00:56.040Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:00:56.041Z||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-10-26T06:00:56.041Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:00:56.052Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:56.053Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:00:56.941Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-26T06:00:56.941Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env
2021-10-26T06:00:56.941Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-26T06:00:56.942Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:00:56.944Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:00:56.944Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228056941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-26T06:00:57.044Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:00:57.045Z||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-10-26T06:00:57.045Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:00:57.056Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:57.056Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:00:57.945Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar ASDC sendASDCNotification
2021-10-26T06:00:57.946Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar
2021-10-26T06:00:57.946Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-26T06:00:57.946Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:00:57.948Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:00:57.948Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228057945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:00:58.048Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:00:58.049Z||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-10-26T06:00:58.050Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:00:58.061Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:00:58.061Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:00:58.950Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399
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-10-26T06:00:58.965Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399
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-10-26T06:00:58.968Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-26T06:00:58.968Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-26T06:00:58.968Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-26T06:01:28.968Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399
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-10-26T06:01:28.979Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399
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-10-26T06:01:28.981Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-26T06:01:28.981Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-26T06:01:28.982Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-26T06:01:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:01:38.094Z||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-10-26T06:01:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:01:38.114Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:01:38.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:01:38.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "clamp",
"timestamp": 1635228038549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:01:38.117Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:01:58.982Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399
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-10-26T06:01:58.992Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399
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-10-26T06:01:58.995Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-26T06:01:58.995Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-26T06:01:58.996Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-26T06:02:28.996Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399
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-10-26T06:02:29.007Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399
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-10-26T06:02:29.011Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-26T06:02:29.011Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-26T06:02:29.012Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-26T06:02:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:02:38.094Z||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-10-26T06:02:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:02:38.117Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:02:38.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:02:38.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228038091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:02:38.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:02:59.012Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399
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-10-26T06:02:59.021Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399
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-10-26T06:02:59.023Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-26T06:02:59.023Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-26T06:02:59.023Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-26T06:03:29.024Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399
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-10-26T06:03:29.036Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399
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-10-26T06:03:29.039Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-26T06:03:29.040Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-26T06:03:29.040Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-26T06:03:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:03:38.094Z||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-10-26T06:03:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:03:38.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:03:38.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228038091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"status": "NOTIFIED"
}
2021-10-26T06:03:38.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:03:38.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "clamp",
"timestamp": 1635228040560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:03:38.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:03:38.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228038091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-26T06:03:38.622Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:03:38.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "clamp",
"timestamp": 1635228041564,
"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-10-26T06:03:38.630Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eaae3016-7293-4094-b356-ad3ae0cc3399
2021-10-26T06:03:38.631Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:03:38.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228038091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:03:38.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:03:38.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228038091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-26T06:03:38.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:03:38.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228038091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:03:38.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:03:38.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228038091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:03:38.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-26T06:03:38.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228046182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:03:38.644Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:03:38.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "aai-ml",
"timestamp": 1635228050056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:03:38.644Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:03:38.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "aai-ml",
"timestamp": 1635228051066,
"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-10-26T06:03:38.651Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eaae3016-7293-4094-b356-ad3ae0cc3399
2021-10-26T06:03:38.651Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:03:38.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228051127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:03:38.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:03:38.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228052324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:03:38.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:03:38.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228053532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:03:38.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:03:38.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228054933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json",
"status": "DEPLOY_OK"
}
2021-10-26T06:03:38.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:03:38.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228055937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-26T06:03:38.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:03:38.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228056941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-26T06:03:38.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:03:38.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:03:38.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228057945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:03:38.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:03:59.040Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399
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-10-26T06:03:59.051Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399
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-10-26T06:03:59.054Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-26T06:03:59.054Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-26T06:03:59.054Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-26T06:03:59.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-26T06:03:59.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:03:59.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:03:59.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:03:59.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:03:59.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:03:59.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:03:59.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-26T06:03:59.061Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-26T06:04:29.061Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:04:29.068Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eaae3016-7293-4094-b356-ad3ae0cc3399 and serviceModelVersionId: 25d94864-d8a1-45b5-877b-112fcbe1c107
2021-10-26T06:04:29.069Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e9343f7-0555-46cc-931e-fea25e841fb2
2021-10-26T06:04:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:04:38.094Z||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-10-26T06:04:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:04:42.964Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0
2021-10-26T06:04:43.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-26T06:04:43.723Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0|INFO|500||Invoke
2021-10-26T06:04:43.731Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eaae3016-7293-4094-b356-ad3ae0cc3399], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80efd943-053a-4ef5-8508-5267b913fa8b], X-ECOMP-RequestID=[eaae3016-7293-4094-b356-ad3ae0cc3399], X-TransactionId=[], X-ONAP-RequestID=[eaae3016-7293-4094-b356-ad3ae0cc3399], Content-Type=[application/merge-patch+json]}
2021-10-26T06:04:43.905Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-26T06:04:44.152Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211026-06:04:43:914-27227], vertex-id=[188664], Content-Length=[0], Date=[Tue, 26 Oct 2021 06:04:43 GMT], Content-Type=[application/json]}
2021-10-26T06:04:44.153Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-26T06:04:44.154Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0|INFO|500||InvokeReturn
2021-10-26T06:04:44.158Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-26T06:04:44.159Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-26T06:04:44.163Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-26T06:04:44.164Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eaae3016-7293-4094-b356-ad3ae0cc3399 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-26T06:04:44.164Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-26T06:04:44.165Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:04:44.166Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:04:44.166Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228284164,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-26T06:04:44.267Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-26T06:04:44.267Z||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-10-26T06:04:44.267Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:04:44.280Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:04:44.281Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:04:44.894Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:04:44.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-26T06:04:44.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228284164,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-26T06:04:44.896Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-10-26T06:04:45.180Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:04:45.180Z|eaae3016-7293-4094-b356-ad3ae0cc3399|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-10-26T06:04:45.180Z|eaae3016-7293-4094-b356-ad3ae0cc3399|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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:04:55.532Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:04:55.533Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:04:55.533Z|eaae3016-7293-4094-b356-ad3ae0cc3399|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-10-26T06:04:55.533Z|eaae3016-7293-4094-b356-ad3ae0cc3399|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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:05.068Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:05.068Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:05:05.068Z|eaae3016-7293-4094-b356-ad3ae0cc3399|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-10-26T06:05:05.069Z|eaae3016-7293-4094-b356-ad3ae0cc3399|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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:14.607Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:14.608Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:05:14.608Z|eaae3016-7293-4094-b356-ad3ae0cc3399|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-10-26T06:05:14.608Z|eaae3016-7293-4094-b356-ad3ae0cc3399|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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:19.502Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:19.503Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-26T06:05:19.503Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"90ad87e5-8020-4fc9-9e61-4f9e2853c491","serviceName":"basic_onboard_MXvzDl","serviceVersion":"1.0","serviceUUID":"73daefd6-8495-48ae-be7c-7836c8c0532e","serviceDescription":"service","serviceInvariantUUID":"af11297d-4e70-4e66-a1a2-20be93844e0a","resources":[{"resourceInstanceName":"basic_onboard_MXvzDl 0","resourceName":"basic_onboard_MXvzDl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"408c7c7a-ea09-4f2d-9e0c-c74ed2370a01","resourceInvariantUUID":"c90386ce-61af-4462-80c3-1a941c9221d4","resourceCustomizationUUID":"7dd1f231-9a3c-4efd-8ae5-57f95afc672d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml","artifactChecksum":"YThjNWZlNjMyZDJiNWZjOGFlNDUyY2M1ZTY1MzU5NzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06101efd-0bbc-45f7-bb10-4c217c19ac59","artifactVersion":"1"},{"artifactName":"basic_onboard_mxvzdl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json","artifactChecksum":"MGJjYTNmYWE2NGYyMjRlNTAwZjRjNjI1NWE4YmI2YWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"09a116b4-6441-46a0-af63-8e32c7278ad3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"aec58bd7-1f3d-4541-aec2-bb69e8b51786","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"390ebe87-ffd0-40c7-9a04-e2bb63176c36","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e","artifactVersion":"2","generatedFromUUID":"aec58bd7-1f3d-4541-aec2-bb69e8b51786"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMxvzdl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml","artifactChecksum":"MjIzMzMzYTRjOTNhZjA2MGVhYTUxNmRiMTNjYzFlMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2672ed8c-a83f-4811-b2a2-89e4b71365fd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMxvzdl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar","artifactChecksum":"YjJlZWE2Y2ZkYTE1MDkyMmQ3NDVkYTcwODZkZTUzYmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a1a933d-acd1-4312-910c-f29e7f863a3c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-26T06:05:19.505Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:05:19.505Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:05:19.507Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:05:19.508Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228314608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:19.608Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:05:19.608Z||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-10-26T06:05:19.609Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:19.630Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:19.631Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:05:20.508Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:05:20.509Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:05:20.511Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:05:20.512Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228314608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"status": "NOTIFIED"
}
2021-10-26T06:05:20.611Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-26T06:05:20.612Z||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-10-26T06:05:20.612Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:20.623Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:20.623Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:05:21.512Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:05:21.513Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:05:21.515Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:05:21.515Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228314608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-26T06:05:21.615Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:05:21.616Z||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-10-26T06:05:21.616Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:21.633Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:21.633Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:05:22.516Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:05:22.517Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:05:22.519Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:05:22.519Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228314608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:22.619Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:05:22.620Z||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-10-26T06:05:22.620Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:22.628Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:22.628Z||pool-22-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-10-26T06:05:23.520Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:05:23.520Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:05:23.523Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:05:23.523Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228314608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-26T06:05:23.623Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:05:23.624Z||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-10-26T06:05:23.625Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:23.634Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:23.634Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:05:24.524Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:05:24.525Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:05:24.528Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:05:24.528Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228314608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:24.628Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:05:24.629Z||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-10-26T06:05:24.629Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:24.637Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:24.637Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:05:25.528Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:05:25.529Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:05:25.531Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:05:25.531Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228314608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:05:25.631Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:05:25.632Z||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-10-26T06:05:25.632Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:25.641Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:25.642Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:05:26.533Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"serviceName": "basic_onboard_MXvzDl",
"serviceVersion": "1.0",
"serviceUUID": "73daefd6-8495-48ae-be7c-7836c8c0532e",
"serviceDescription": "service",
"serviceInvariantUUID": "af11297d-4e70-4e66-a1a2-20be93844e0a",
"resources": [
{
"resourceInstanceName": "basic_onboard_MXvzDl 0",
"resourceCustomizationUUID": "7dd1f231-9a3c-4efd-8ae5-57f95afc672d",
"resourceName": "basic_onboard_MXvzDl",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "408c7c7a-ea09-4f2d-9e0c-c74ed2370a01",
"resourceInvariantUUID": "c90386ce-61af-4462-80c3-1a941c9221d4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_mxvzdl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"artifactChecksum": "MGJjYTNmYWE2NGYyMjRlNTAwZjRjNjI1NWE4YmI2YWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "09a116b4-6441-46a0-af63-8e32c7278ad3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "aec58bd7-1f3d-4541-aec2-bb69e8b51786",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e",
"generatedFromUUID": "aec58bd7-1f3d-4541-aec2-bb69e8b51786"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMxvzdl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"artifactChecksum": "YjJlZWE2Y2ZkYTE1MDkyMmQ3NDVkYTcwODZkZTUzYmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5a1a933d-acd1-4312-910c-f29e7f863a3c"
}
],
"workloadContext": "Production"
}
2021-10-26T06:05:26.534Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-26T06:05:26.534Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 73daefd6-8495-48ae-be7c-7836c8c0532e ASDC
2021-10-26T06:05:26.534Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:90ad87e5-8020-4fc9-9e61-4f9e2853c491
ServiceName:basic_onboard_MXvzDl
ServiceVersion:1.0
ServiceUUID:73daefd6-8495-48ae-be7c-7836c8c0532e
ServiceInvariantUUID:af11297d-4e70-4e66-a1a2-20be93844e0a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMxvzdl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar
ArtifactUUID:5a1a933d-acd1-4312-910c-f29e7f863a3c
ArtifactChecksum:YjJlZWE2Y2ZkYTE1MDkyMmQ3NDVkYTcwODZkZTUzYmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_MXvzDl 0
ResourceCustomizationUUID:7dd1f231-9a3c-4efd-8ae5-57f95afc672d
ResourceInvariantUUID:c90386ce-61af-4462-80c3-1a941c9221d4
ResourceName:basic_onboard_MXvzDl
ResourceType:VF
ResourceUUID:408c7c7a-ea09-4f2d-9e0c-c74ed2370a01
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mxvzdl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json
ArtifactUUID:09a116b4-6441-46a0-af63-8e32c7278ad3
ArtifactChecksum:MGJjYTNmYWE2NGYyMjRlNTAwZjRjNjI1NWE4YmI2YWU=
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/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:aec58bd7-1f3d-4541-aec2-bb69e8b51786
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/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env
ArtifactUUID:580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e
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/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env
ArtifactUUID:580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-26T06:05:26.534Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73daefd6-8495-48ae-be7c-7836c8c0532e 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-10-26T06:05:26.566Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-26T06:05:26.567Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-26T06:05:26.567Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-26T06:05:26.567Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5a1a933d-acd1-4312-910c-f29e7f863a3c from URL: /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:26.567Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-26T06:05:26.567Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:26.974Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-26T06:05:26.978Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar 5a1a933d-acd1-4312-910c-f29e7f863a3c 71402
2021-10-26T06:05:26.978Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar ASDC sendASDCNotification
2021-10-26T06:05:26.978Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:26.978Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-26T06:05:26.979Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:05:26.980Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:05:26.980Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228326978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:05:27.081Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-26T06:05:27.082Z||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-10-26T06:05:27.082Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:27.096Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:27.096Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:05:27.981Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-26T06:05:27.984Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-26T06:05:27.984Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5a1a933d-acd1-4312-910c-f29e7f863a3c, URL: /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar to file: /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:27.984Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:27.985Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:27.985Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:28.217Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12505889202879467969/Definitions/service-BasicOnboardMxvzdl-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-10-26T06:05:29.892Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-26T06:05:29.893Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-26T06:05:29.893Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:29.893Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-26T06:05:29.893Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:29.893Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:29.893Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:29.893Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:29.893Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:29.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:29.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:29.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MXvzDl 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-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:29.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:29.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-26T06:05:29.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:29.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:05:29.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria
2021-10-26T06:05:29.895Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-26T06:05:29.895Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-26T06:05:29.895Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:29.895Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:05:29.895Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria
2021-10-26T06:05:29.895Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-26T06:05:29.895Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-26T06:05:29.896Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:29.896Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:05:29.896Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:29.896Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is not matching search criteria
2021-10-26T06:05:29.896Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-26T06:05:29.896Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-26T06:05:29.896Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-26T06:05:29.896Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-26T06:05:29.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-26T06:05:29.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:29.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-26T06:05:29.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:29.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria
2021-10-26T06:05:29.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-26T06:05:29.898Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:29.898Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria
2021-10-26T06:05:29.898Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-26T06:05:29.898Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:29.898Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria
2021-10-26T06:05:29.898Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-26T06:05:29.898Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:29.899Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is not matching search criteria
2021-10-26T06:05:29.899Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-26T06:05:29.899Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-26T06:05:29.899Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=87364492-c1a0-4369-ad74-7d75db97923e
2021-10-26T06:05:29.899Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:29.899Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:05:29.899Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:29.899Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:05:29.900Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:29.900Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:05:29.900Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:29.900Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:05:29.900Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_MXvzDl
Description:service
Model UUID:73daefd6-8495-48ae-be7c-7836c8c0532e
Model Version:NULL
Model InvariantUuid:af11297d-4e70-4e66-a1a2-20be93844e0a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_MXvzDl
Model UUID:eb916876-12d0-4f34-8a0e-cbfea546f371
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c90386ce-61af-4462-80c3-1a941c9221d4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7dd1f231-9a3c-4efd-8ae5-57f95afc672d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c4877eb0-59dd-4cf7-badc-0f71c4a1649f
ModelName:BasicOnboardMxvzdl..base_ubuntu18..module-0
ModelUuid:5c57ce60-c3cb-4992-bbda-6793473d175b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:87364492-c1a0-4369-ad74-7d75db97923e
ModelInvariantUuid:67f8be8a-08e5-4d8d-9d6e-6fa99bfe83cf
ModelName:basic_onboard_MXvzDl-nodes.ubuntu18Cvfc
ModelUuid:35041baa-ed89-4067-ae27-15de2d631f74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:12002807-37e8-4b22-8a53-751d30867e8c
ModelInvariantUuid:1da19197-a8f8-4fd4-b418-e43fb6a3710e
ModelName:BasicOnboardMxvzdl.compute.nodes.heat.ubuntu18
ModelUuid:991d5e0f-faf4-4fa3-8abf-1c6403b963ed
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-26T06:05:29.908Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 408c7c7a-ea09-4f2d-9e0c-c74ed2370a01
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-26T06:05:29.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||basic_onboard_MXvzDl 0
2021-10-26T06:05:29.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 408c7c7a-ea09-4f2d-9e0c-c74ed2370a01
2021-10-26T06:05:29.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 09a116b4-6441-46a0-af63-8e32c7278ad3 from URL: /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json
2021-10-26T06:05:29.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-26T06:05:29.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json
2021-10-26T06:05:30.132Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-26T06:05:30.133Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json 09a116b4-6441-46a0-af63-8e32c7278ad3 798
2021-10-26T06:05:30.133Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json ASDC sendASDCNotification
2021-10-26T06:05:30.133Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json
2021-10-26T06:05:30.133Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-26T06:05:30.133Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:05:30.135Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:05:30.135Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228330133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:05:30.235Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:05:30.236Z||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-10-26T06:05:30.236Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:30.249Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:30.250Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:05:31.136Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMxvzdl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c4877eb0-59dd-4cf7-badc-0f71c4a1649f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5c57ce60-c3cb-4992-bbda-6793473d175b",
"vfModuleModelCustomizationUUID": "68db96ad-460e-4728-8723-7593bca0af96",
"isBase": true,
"artifacts": [
"aec58bd7-1f3d-4541-aec2-bb69e8b51786",
"580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e"
],
"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-10-26T06:05:31.142Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMxvzdl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c57ce60-c3cb-4992-bbda-6793473d175b
VfModuleModelInvariantUUID:c4877eb0-59dd-4cf7-badc-0f71c4a1649f
VfModuleModelDescription:NULL
Artifacts UUID List:{
aec58bd7-1f3d-4541-aec2-bb69e8b51786
,
580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e
}
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-10-26T06:05:31.145Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMxvzdl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c4877eb0-59dd-4cf7-badc-0f71c4a1649f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5c57ce60-c3cb-4992-bbda-6793473d175b",
"vfModuleModelCustomizationUUID": "68db96ad-460e-4728-8723-7593bca0af96",
"isBase": true,
"artifacts": [
"aec58bd7-1f3d-4541-aec2-bb69e8b51786",
"580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e"
],
"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-10-26T06:05:31.145Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMxvzdl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c57ce60-c3cb-4992-bbda-6793473d175b
VfModuleModelInvariantUUID:c4877eb0-59dd-4cf7-badc-0f71c4a1649f
VfModuleModelDescription:NULL
Artifacts UUID List:{
aec58bd7-1f3d-4541-aec2-bb69e8b51786
,
580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e
}
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-10-26T06:05:31.145Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: aec58bd7-1f3d-4541-aec2-bb69e8b51786 from URL: /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml
2021-10-26T06:05:31.145Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-26T06:05:31.145Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml
2021-10-26T06:05:31.517Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-26T06:05:31.518Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml aec58bd7-1f3d-4541-aec2-bb69e8b51786 5033
2021-10-26T06:05:31.518Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-26T06:05:31.518Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml
2021-10-26T06:05:31.518Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-26T06:05:31.519Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:05:31.521Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:05:31.521Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228331518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:05:31.621Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:05:31.621Z||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-10-26T06:05:31.622Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:31.636Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:31.637Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-26T06:05:32.521Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e from URL: /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env
2021-10-26T06:05:32.522Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-26T06:05:32.522Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env
2021-10-26T06:05:32.728Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-26T06:05:32.729Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env 580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e 909
2021-10-26T06:05:32.729Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-26T06:05:32.729Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env
2021-10-26T06:05:32.729Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-26T06:05:32.730Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:05:32.732Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:05:32.732Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228332729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:05:32.832Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:05:32.833Z||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-10-26T06:05:32.833Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:32.841Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:32.842Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-26T06:05:33.732Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 73daefd6-8495-48ae-be7c-7836c8c0532e
2021-10-26T06:05:33.733Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MXvzDl 0 408c7c7a-ea09-4f2d-9e0c-c74ed2370a01 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-26T06:05:33.747Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c6d0f03, org.onap.sdc.toscaparser.api.parameters.Input@6045a241, org.onap.sdc.toscaparser.api.parameters.Input@6020e52e, org.onap.sdc.toscaparser.api.parameters.Input@7eaf90c6, org.onap.sdc.toscaparser.api.parameters.Input@3a7e9d07]
2021-10-26T06:05:33.748Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:33.749Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:05:33.749Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-10-26T06:05:33.749Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 7dd1f231-9a3c-4efd-8ae5-57f95afc672d
2021-10-26T06:05:33.750Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7dd1f231-9a3c-4efd-8ae5-57f95afc672d matches Tosca VF Customization UUID: 7dd1f231-9a3c-4efd-8ae5-57f95afc672d
2021-10-26T06:05:33.750Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 7dd1f231-9a3c-4efd-8ae5-57f95afc672d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-26T06:05:33.753Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:33.753Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:05:33.754Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 7dd1f231-9a3c-4efd-8ae5-57f95afc672d: {\"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-10-26T06:05:33.755Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@12217e83
2021-10-26T06:05:33.755Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:33.755Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-26T06:05:33.755Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 68db96ad-460e-4728-8723-7593bca0af96
2021-10-26T06:05:33.756Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 68db96ad-460e-4728-8723-7593bca0af96
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-26T06:05:33.759Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:33.759Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria
2021-10-26T06:05:33.759Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-26T06:05:33.760Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:33.760Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria
2021-10-26T06:05:33.760Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-26T06:05:33.761Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:33.761Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is not matching search criteria
2021-10-26T06:05:33.761Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-26T06:05:33.761Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-26T06:05:33.762Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=87364492-c1a0-4369-ad74-7d75db97923e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-26T06:05:33.765Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:33.765Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria
2021-10-26T06:05:33.765Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-26T06:05:33.765Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:33.766Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria
2021-10-26T06:05:33.766Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0] matching following query criteria: sdcType=VF, customizationUUID=7dd1f231-9a3c-4efd-8ae5-57f95afc672d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-26T06:05:33.768Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:33.768Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:05:33.769Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 73daefd6-8495-48ae-be7c-7836c8c0532e: basic_onboard_MXvzDl
2021-10-26T06:05:33.769Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:33.769Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:05:33.769Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:33.769Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:05:33.769Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:33.770Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:05:33.770Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:33.770Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:05:33.770Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:05:33.770Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:05:33.770Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_MXvzDl
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-26T06:05:33.848Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MXvzDl 408c7c7a-ea09-4f2d-9e0c-c74ed2370a01 1 ASDC deployResourceStructure
2021-10-26T06:05:33.849Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json ASDC sendASDCNotification
2021-10-26T06:05:33.849Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json
2021-10-26T06:05:33.849Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-26T06:05:33.849Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:05:33.851Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:05:33.852Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228333849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-26T06:05:33.952Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:05:33.952Z||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-10-26T06:05:33.952Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:33.964Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:33.964Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-26T06:05:34.852Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-26T06:05:34.853Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml
2021-10-26T06:05:34.853Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-26T06:05:34.854Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:05:34.856Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:05:34.856Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228334852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-26T06:05:34.956Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:05:34.957Z||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-10-26T06:05:34.957Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:34.968Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:34.969Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:05:35.857Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-26T06:05:35.857Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env
2021-10-26T06:05:35.858Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-26T06:05:35.858Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:05:35.860Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:05:35.860Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228335857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-26T06:05:35.960Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:05:35.961Z||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-10-26T06:05:35.961Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:35.972Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:35.973Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:05:36.860Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar ASDC sendASDCNotification
2021-10-26T06:05:36.861Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar
2021-10-26T06:05:36.861Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-26T06:05:36.861Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:05:36.864Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:05:36.864Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228336860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:05:36.964Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:05:36.964Z||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-10-26T06:05:36.964Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:36.974Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:36.975Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:05:37.864Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491
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-10-26T06:05:37.874Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491
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-10-26T06:05:37.877Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-26T06:05:37.877Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-26T06:05:37.877Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-26T06:05:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:05:38.094Z||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-10-26T06:05:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:05:38.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:05:38.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "cds",
"timestamp": 1635228314935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228313858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228314608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228313858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"status": "NOTIFIED"
}
2021-10-26T06:05:38.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "cds",
"timestamp": 1635228314935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228314608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"status": "NOTIFIED"
}
2021-10-26T06:05:38.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "cds",
"timestamp": 1635228314935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228313858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-26T06:05:38.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228314608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228321206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228313858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "cds",
"timestamp": 1635228314935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228314608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228321206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "cds",
"timestamp": 1635228314935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228314608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-26T06:05:38.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228313858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-26T06:05:38.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228321206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "cds",
"timestamp": 1635228314935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228313858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228314608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228321206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "cds",
"timestamp": 1635228314935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:05:38.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228313858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:05:38.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228314608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:05:38.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228321206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228321206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "cds",
"timestamp": 1635228326972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:05:38.741Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228326968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:05:38.741Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228326978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:05:38.741Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "aai-ml",
"timestamp": 1635228327209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228321206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:05:38.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "policy-id",
"timestamp": 1635228327295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "cds",
"timestamp": 1635228327977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-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-10-26T06:05:38.751Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90ad87e5-8020-4fc9-9e61-4f9e2853c491
2021-10-26T06:05:38.752Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:05:38.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228328143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:05:38.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "ves-openapi-manager",
"timestamp": 1635228327794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "aai-ml",
"timestamp": 1635228327209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "policy-id",
"timestamp": 1635228327295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "dcae-sch",
"timestamp": 1635228328368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228329062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:05:38.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "ves-openapi-manager",
"timestamp": 1635228327794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228329654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:05:38.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "aai-ml",
"timestamp": 1635228327209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "policy-id",
"timestamp": 1635228327295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-26T06:05:38.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "dcae-sch",
"timestamp": 1635228328368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228330133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:05:38.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "ves-openapi-manager",
"timestamp": 1635228327794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228330678,
"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-10-26T06:05:38.774Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90ad87e5-8020-4fc9-9e61-4f9e2853c491
2021-10-26T06:05:38.774Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:05:38.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "aai-ml",
"timestamp": 1635228327209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "policy-id",
"timestamp": 1635228327295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "dcae-sch",
"timestamp": 1635228328368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "ves-openapi-manager",
"timestamp": 1635228327794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228331518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:05:38.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228331531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:05:38.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228331681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-26T06:05:38.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "aai-ml",
"timestamp": 1635228327209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "policy-id",
"timestamp": 1635228327295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "dcae-sch",
"timestamp": 1635228328368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "ves-openapi-manager",
"timestamp": 1635228327794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228332536,
"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-10-26T06:05:38.796Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90ad87e5-8020-4fc9-9e61-4f9e2853c491
2021-10-26T06:05:38.797Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:05:38.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228332729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:05:38.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "aai-ml",
"timestamp": 1635228327209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "policy-id",
"timestamp": 1635228327295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "dcae-sch",
"timestamp": 1635228328368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "ves-openapi-manager",
"timestamp": 1635228327794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228333849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "aai-ml",
"timestamp": 1635228327209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "policy-id",
"timestamp": 1635228327295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "dcae-sch",
"timestamp": 1635228328368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "ves-openapi-manager",
"timestamp": 1635228327794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228334852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "dcae-sch",
"timestamp": 1635228328368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "aai-ml",
"timestamp": 1635228335111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "policy-id",
"timestamp": 1635228335224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228335857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "policy-id",
"timestamp": 1635228336229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228336860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:05:38.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "policy-id",
"timestamp": 1635228337232,
"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-10-26T06:05:38.814Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90ad87e5-8020-4fc9-9e61-4f9e2853c491
2021-10-26T06:05:38.815Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:06:07.877Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491
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-10-26T06:06:07.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491
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-10-26T06:06:07.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-26T06:06:07.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-26T06:06:07.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-26T06:06:37.898Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491
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-10-26T06:06:37.907Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491
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-10-26T06:06:37.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-26T06:06:37.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-26T06:06:37.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-26T06:06:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:06:38.094Z||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-10-26T06:06:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:06:38.219Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:06:38.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:06:38.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "clamp",
"timestamp": 1635228338105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:06:38.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:07:07.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491
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-10-26T06:07:07.921Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491
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-10-26T06:07:07.926Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-26T06:07:07.926Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-26T06:07:07.926Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-26T06:07:37.926Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491
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-10-26T06:07:37.936Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491
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-10-26T06:07:37.939Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-26T06:07:37.939Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-26T06:07:37.939Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-26T06:07:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:07:38.094Z||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-10-26T06:07:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:07:38.810Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:07:38.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:07:38.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "clamp",
"timestamp": 1635228338105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json",
"status": "NOTIFIED"
}
2021-10-26T06:07:38.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:07:38.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:07:38.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "clamp",
"timestamp": 1635228338105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:07:38.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:07:38.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:07:38.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "clamp",
"timestamp": 1635228338105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:07:38.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:07:38.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:07:38.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "clamp",
"timestamp": 1635228338105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:07:38.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:07:38.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:07:38.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "clamp",
"timestamp": 1635228338105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:07:38.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:07:38.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:07:38.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "aai-ml",
"timestamp": 1635228344525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:07:38.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:07:38.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:07:38.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "clamp",
"timestamp": 1635228338105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:07:38.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-26T06:07:38.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:07:38.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "aai-ml",
"timestamp": 1635228345532,
"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-10-26T06:07:38.823Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 90ad87e5-8020-4fc9-9e61-4f9e2853c491
2021-10-26T06:07:38.823Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:07:38.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:07:38.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "clamp",
"timestamp": 1635228353586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:07:38.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:07:38.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:07:38.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "clamp",
"timestamp": 1635228355595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:07:38.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:07:38.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:07:38.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "clamp",
"timestamp": 1635228356598,
"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-10-26T06:07:38.840Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90ad87e5-8020-4fc9-9e61-4f9e2853c491
2021-10-26T06:07:38.840Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:08:07.939Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491
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-10-26T06:08:07.949Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491
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-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-26T06:08:07.958Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-26T06:08:37.958Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:08:37.963Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491 and serviceModelVersionId: 73daefd6-8495-48ae-be7c-7836c8c0532e
2021-10-26T06:08:37.963Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af11297d-4e70-4e66-a1a2-20be93844e0a
2021-10-26T06:08:37.964Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0
2021-10-26T06:08:37.970Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-26T06:08:38.017Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0|INFO|500||Invoke
2021-10-26T06:08:38.018Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[90ad87e5-8020-4fc9-9e61-4f9e2853c491], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ee877ce1-45b7-46a9-9ba9-bb47f3a5da2a], X-ECOMP-RequestID=[90ad87e5-8020-4fc9-9e61-4f9e2853c491], X-TransactionId=[], X-ONAP-RequestID=[90ad87e5-8020-4fc9-9e61-4f9e2853c491], Content-Type=[application/merge-patch+json]}
2021-10-26T06:08:38.048Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-26T06:08:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:08:38.100Z||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-10-26T06:08:38.100Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:08:38.748Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211026-06:08:38:073-97676], vertex-id=[188640], Content-Length=[0], Date=[Tue, 26 Oct 2021 06:08:38 GMT], Content-Type=[application/json]}
2021-10-26T06:08:38.748Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-26T06:08:38.754Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0|INFO|500||InvokeReturn
2021-10-26T06:08:38.754Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-26T06:08:38.754Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-26T06:08:38.760Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-26T06:08:38.760Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90ad87e5-8020-4fc9-9e61-4f9e2853c491 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-26T06:08:38.760Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-26T06:08:38.761Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:08:38.763Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:08:38.763Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228518760,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-26T06:08:38.863Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:08:38.864Z||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-10-26T06:08:38.864Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:08:38.874Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:08:38.874Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:08:39.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:08:39.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-26T06:08:39.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228518760,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-26T06:08:39.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-10-26T06:08:39.779Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:08:39.780Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|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-10-26T06:08:39.780Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:08:50.498Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:08:50.499Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:08:50.499Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|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-10-26T06:08:50.499Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:09:00.035Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:09:00.035Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:09:00.036Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|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-10-26T06:09:00.036Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:09:03.660Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:09:03.661Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-26T06:09:03.661Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"82f94495-af7d-45a0-be20-5d81d75896a1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9a8f1015-1539-409a-a050-a14693fabb7b","serviceDescription":"service","serviceInvariantUUID":"28dc60cd-004f-456c-9301-b141723b1d78","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0984cdf3-4456-43b6-b3c9-585816ba43be","resourceInvariantUUID":"a5c1b6aa-a94a-42ff-82ad-dd215550f03c","resourceCustomizationUUID":"e67f5743-02a0-4387-aed6-5297f522642f","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NDAzMjdlMGNjN2RkNmMwY2JlNGI2MzFhZjk3NDc1MjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"25ddc143-215a-42ea-a452-81d5c1264615","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzMxMjBkNTdmN2RhNjgyMGUyZTk2NDhhMmRjYTk2OTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"814f320f-36ed-40a1-8eca-8394faa77fac","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-26T06:09:03.663Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:09:03.664Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:09:03.666Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:09:03.666Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228540035,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:09:03.766Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:09:03.766Z||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-10-26T06:09:03.771Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:09:03.780Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:09:03.780Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:09:04.667Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:09:04.667Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:09:04.670Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:09:04.670Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228540035,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:09:04.770Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-26T06:09:04.771Z||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-10-26T06:09:04.772Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:09:04.784Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:09:04.784Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:09:05.672Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "9a8f1015-1539-409a-a050-a14693fabb7b",
"serviceDescription": "service",
"serviceInvariantUUID": "28dc60cd-004f-456c-9301-b141723b1d78",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "e67f5743-02a0-4387-aed6-5297f522642f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "0984cdf3-4456-43b6-b3c9-585816ba43be",
"resourceInvariantUUID": "a5c1b6aa-a94a-42ff-82ad-dd215550f03c",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "YzMxMjBkNTdmN2RhNjgyMGUyZTk2NDhhMmRjYTk2OTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "814f320f-36ed-40a1-8eca-8394faa77fac"
}
],
"workloadContext": "Production"
}
2021-10-26T06:09:05.672Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-26T06:09:05.672Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9a8f1015-1539-409a-a050-a14693fabb7b ASDC
2021-10-26T06:09:05.672Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:82f94495-af7d-45a0-be20-5d81d75896a1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:9a8f1015-1539-409a-a050-a14693fabb7b
ServiceInvariantUUID:28dc60cd-004f-456c-9301-b141723b1d78
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:814f320f-36ed-40a1-8eca-8394faa77fac
ArtifactChecksum:YzMxMjBkNTdmN2RhNjgyMGUyZTk2NDhhMmRjYTk2OTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e67f5743-02a0-4387-aed6-5297f522642f
ResourceInvariantUUID:a5c1b6aa-a94a-42ff-82ad-dd215550f03c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0984cdf3-4456-43b6-b3c9-585816ba43be
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-26T06:09:05.672Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a8f1015-1539-409a-a050-a14693fabb7b 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-10-26T06:09:05.708Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-26T06:09:05.709Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-26T06:09:05.709Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-26T06:09:05.709Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 814f320f-36ed-40a1-8eca-8394faa77fac from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-26T06:09:05.709Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-26T06:09:05.709Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-26T06:09:06.526Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-26T06:09:06.529Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 814f320f-36ed-40a1-8eca-8394faa77fac 52172
2021-10-26T06:09:06.530Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-26T06:09:06.530Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-26T06:09:06.530Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-26T06:09:06.530Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:09:06.532Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:09:06.532Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228546530,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:09:06.632Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:09:06.633Z||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-10-26T06:09:06.633Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:09:06.648Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:09:06.649Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:09:07.533Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-26T06:09:07.534Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-26T06:09:07.534Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 814f320f-36ed-40a1-8eca-8394faa77fac, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-26T06:09:07.535Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-26T06:09:07.535Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-26T06:09:07.535Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-26T06:09:07.624Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1286674327311036276/Definitions/service-BasicNetwork-template.yml
2021-10-26T06:09:08.065Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-26T06:09:08.065Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-26T06:09:08.065Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-26T06:09:08.065Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-26T06:09:08.065Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-26T06:09:08.065Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:09:08.067Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-26T06:09:08.067Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-26T06:09:08.067Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-26T06:09:08.067Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:09:08.067Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:09:08.067Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:09:08.067Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:09:08.067Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:09:08.068Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:09:08.068Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:09:08.068Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:09:08.068Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:09:08.068Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:09:08.068Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:9a8f1015-1539-409a-a050-a14693fabb7b
Model Version:NULL
Model InvariantUuid:28dc60cd-004f-456c-9301-b141723b1d78
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a5c1b6aa-a94a-42ff-82ad-dd215550f03c
Model UUID:d67f64ed-52be-41cd-a3b9-c887f5295aa9
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:e67f5743-02a0-4387-aed6-5297f522642f
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-26T06:09:08.075Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 0984cdf3-4456-43b6-b3c9-585816ba43be
2021-10-26T06:09:08.075Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||No resources found for Service: 9a8f1015-1539-409a-a050-a14693fabb7b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-26T06:09:08.080Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||
2021-10-26T06:09:08.080Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-26T06:09:08.080Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 9a8f1015-1539-409a-a050-a14693fabb7b
2021-10-26T06:09:08.081Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9a8f1015-1539-409a-a050-a14693fabb7b
2021-10-26T06:09:08.081Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-26T06:09:08.081Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-26T06:09:08.087Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@601c161b, org.onap.sdc.toscaparser.api.parameters.Input@3d03c0ff, org.onap.sdc.toscaparser.api.parameters.Input@535d1c3f, org.onap.sdc.toscaparser.api.parameters.Input@e6bcc4b, org.onap.sdc.toscaparser.api.parameters.Input@ec7af53]
2021-10-26T06:09:08.088Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:09:08.088Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:09:08.088Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:09:08.088Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:09:08.088Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9a8f1015-1539-409a-a050-a14693fabb7b: Generic NeutronNet
2021-10-26T06:09:08.088Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:09:08.088Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:09:08.089Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:09:08.089Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-26T06:09:08.116Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:09:08.116Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:09:08.116Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:09:08.116Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:09:08.117Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:09:08.117Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:09:08.117Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-26T06:09:08.178Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-10-26T06:09:08.179Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-26T06:09:08.179Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-26T06:09:08.179Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-26T06:09:08.179Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:09:08.181Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:09:08.181Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228548179,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:09:08.281Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:09:08.282Z||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-10-26T06:09:08.282Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:09:08.295Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:09:08.295Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:09:09.181Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82f94495-af7d-45a0-be20-5d81d75896a1
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-10-26T06:09:09.190Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82f94495-af7d-45a0-be20-5d81d75896a1
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-10-26T06:09:09.192Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-26T06:09:09.192Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-26T06:09:09.192Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-26T06:09:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:09:38.094Z||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-10-26T06:09:38.094Z||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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:09:38.724Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:09:38.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "aai-ml",
"timestamp": 1635228537207,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:09:38.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "cds",
"timestamp": 1635228539935,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:09:38.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228533858,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:09:38.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228540035,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:09:38.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "cds",
"timestamp": 1635228539935,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:09:38.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635228533858,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:09:38.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "aai-ml",
"timestamp": 1635228537207,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:09:38.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228540035,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:09:38.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "aai-ml",
"timestamp": 1635228546259,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:09:38.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:09:38.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "cds",
"timestamp": 1635228546454,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:09:38.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:09:38.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228546530,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:09:38.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:09:38.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "cds",
"timestamp": 1635228547460,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-26T06:09:38.736Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82f94495-af7d-45a0-be20-5d81d75896a1
2021-10-26T06:09:38.736Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f94495-af7d-45a0-be20-5d81d75896a1 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-10-26T06:09:38.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "policy-id",
"timestamp": 1635228547295,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:09:38.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228548179,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:09:38.747Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:09:38.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1635228547795,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:09:38.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "clamp",
"timestamp": 1635228548105,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:09:38.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "policy-id",
"timestamp": 1635228547295,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:09:38.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "dcae-sch",
"timestamp": 1635228548368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:09:38.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1635228547795,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:09:38.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "clamp",
"timestamp": 1635228548105,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:09:38.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "dcae-sch",
"timestamp": 1635228548368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:09:38.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "policy-id",
"timestamp": 1635228550249,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:09:38.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:09:38.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "aai-ml",
"timestamp": 1635228550956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:09:38.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:09:38.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "policy-id",
"timestamp": 1635228551254,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:09:38.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:09:38.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "aai-ml",
"timestamp": 1635228551960,
"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-10-26T06:09:38.757Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82f94495-af7d-45a0-be20-5d81d75896a1
2021-10-26T06:09:38.757Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f94495-af7d-45a0-be20-5d81d75896a1 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-10-26T06:09:38.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "policy-id",
"timestamp": 1635228552256,
"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-10-26T06:09:38.774Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82f94495-af7d-45a0-be20-5d81d75896a1
2021-10-26T06:09:38.775Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f94495-af7d-45a0-be20-5d81d75896a1 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-10-26T06:09:38.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "clamp",
"timestamp": 1635228553617,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:09:38.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:09:38.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "clamp",
"timestamp": 1635228555625,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:09:38.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:09:38.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "clamp",
"timestamp": 1635228556628,
"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-10-26T06:09:38.790Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 82f94495-af7d-45a0-be20-5d81d75896a1
2021-10-26T06:09:38.790Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f94495-af7d-45a0-be20-5d81d75896a1 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-10-26T06:09:38.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228561206,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:09:38.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228561206,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:09:38.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-26T06:09:38.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228564399,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:09:38.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:09:38.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228565945,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-26T06:09:38.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-26T06:09:38.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-26T06:09:38.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635228566950,
"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-10-26T06:09:38.805Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82f94495-af7d-45a0-be20-5d81d75896a1
2021-10-26T06:09:38.806Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f94495-af7d-45a0-be20-5d81d75896a1 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-10-26T06:09:39.193Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82f94495-af7d-45a0-be20-5d81d75896a1
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-10-26T06:09:39.204Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82f94495-af7d-45a0-be20-5d81d75896a1
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-10-26T06:09:39.206Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-26T06:09:39.206Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-26T06:09:39.206Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-26T06:09:39.206Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-26T06:09:39.206Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:09:39.206Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:09:39.206Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:09:39.206Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:09:39.207Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:09:39.207Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-26T06:09:39.207Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-26T06:09:39.212Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-26T06:10:09.212Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82f94495-af7d-45a0-be20-5d81d75896a1 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-10-26T06:10:09.218Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82f94495-af7d-45a0-be20-5d81d75896a1 and serviceModelVersionId: 9a8f1015-1539-409a-a050-a14693fabb7b
2021-10-26T06:10:09.218Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28dc60cd-004f-456c-9301-b141723b1d78
2021-10-26T06:10:09.219Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28dc60cd-004f-456c-9301-b141723b1d78/model-vers/model-ver/9a8f1015-1539-409a-a050-a14693fabb7b?depth=0
2021-10-26T06:10:09.223Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-26T06:10:09.260Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc60cd-004f-456c-9301-b141723b1d78/model-vers/model-ver/9a8f1015-1539-409a-a050-a14693fabb7b?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-10-26T06:10:09.261Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc60cd-004f-456c-9301-b141723b1d78/model-vers/model-ver/9a8f1015-1539-409a-a050-a14693fabb7b?depth=0|INFO|500||Invoke
2021-10-26T06:10:09.286Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc60cd-004f-456c-9301-b141723b1d78/model-vers/model-ver/9a8f1015-1539-409a-a050-a14693fabb7b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-26T06:10:09.665Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc60cd-004f-456c-9301-b141723b1d78/model-vers/model-ver/9a8f1015-1539-409a-a050-a14693fabb7b?depth=0|INFO|500||InvokeReturn
2021-10-26T06:10:09.665Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc60cd-004f-456c-9301-b141723b1d78/model-vers/model-ver/9a8f1015-1539-409a-a050-a14693fabb7b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211026-06:10:09:294-23454], vertex-id=[385024], Content-Length=[0], Date=[Tue, 26 Oct 2021 06:10:09 GMT], Content-Type=[application/json]}
2021-10-26T06:10:09.666Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-10-26T06:10:09.666Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-26T06:10:09.666Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-26T06:10:09.670Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-26T06:10:09.671Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82f94495-af7d-45a0-be20-5d81d75896a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-26T06:10:09.671Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-26T06:10:09.672Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:10:09.674Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:10:09.675Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228609671,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-26T06:10:09.775Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-26T06:10:09.775Z||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-10-26T06:10:09.776Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:10:09.790Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:10:09.791Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 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-10-26T06:10:10.690Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-26T06:10:10.691Z|82f94495-af7d-45a0-be20-5d81d75896a1|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-10-26T06:10:10.691Z|82f94495-af7d-45a0-be20-5d81d75896a1|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 YCNAl1lefIueZ2jO) ...
2021-10-26T06:10:11.313Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:10:11.314Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-26T06:10:11.314Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"99466aed-564f-4da0-bf17-6d21fa28bcc0","serviceName":"Demo_pNF_8BMGOzUWjNnvv14ZCo4J","serviceVersion":"1.0","serviceUUID":"32448aeb-3ad3-43e0-a4bb-072b6bb52130","serviceDescription":"catalog service description","serviceInvariantUUID":"354cace8-591b-44d5-b2c0-33ad9e391930","resources":[{"resourceInstanceName":"pNF 2b645d00-7eb8 0","resourceName":"pNF 2b645d00-7eb8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"712b5956-81b8-4cba-8c1b-f44e8055ddbe","resourceInvariantUUID":"8e8c4801-8fd5-4e1b-bdda-f0762e55bcd4","resourceCustomizationUUID":"80f507e8-41eb-4058-bb09-f0bfbe82f634","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vf-license-model.xml","artifactChecksum":"ZDYxMDBmZTUyNDE2N2NlZmQ5YzA4YmUwYTgwZDZkZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7917e96e-b793-4167-9aec-2fa61b8d7cb7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/pNF.csar","artifactChecksum":"NTI2NTQ2NGQ4OWQwNzgwNTI4Yjg0MzY3MTMzNTdkN2U\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2423fa5-5fdc-4038-8b46-1ca876722c68","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ff2cded-b96f-47c9-adff-a2fefb1d51f2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vendor-license-model.xml","artifactChecksum":"YmQ2NTEyN2NhZDhhNGU2N2UwYjQzNWIwMDgyYzQ5ODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"adfa0a3a-1dee-4024-a19b-25ad36de7d7e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc8fc10b-66b6-4abe-9d27-eb5172c7a7b6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"01504e96-bafa-440b-ab20-25da2783a39a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml","artifactChecksum":"ZGNmYWU5Y2M3OTViZWYzODFmYWI3NWQyMjhmNzlkMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"24851db1-e03d-40a5-b906-3a4c29ac7645","artifactVersion":"1"},{"artifactName":"service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar","artifactChecksum":"ZmM5NzY4N2Y2YmEyODgzMWVlNjI1NDY5OWQ4ZTQ0ZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8a06a58-778b-47d0-888c-7d31bc5adee3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-26T06:10:11.316Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:10:11.316Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:10:11.318Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:10:11.318Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228610690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:10:11.418Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-26T06:10:11.419Z||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-10-26T06:10:11.419Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:10:11.428Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:10:11.428Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:10:12.319Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:10:12.320Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:10:12.322Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:10:12.322Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228610690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:10:12.423Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:10:12.424Z||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-10-26T06:10:12.424Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:10:12.434Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:10:12.435Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:10:13.323Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:10:13.324Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:10:13.326Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:10:13.326Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228610690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:10:13.427Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-26T06:10:13.428Z||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-10-26T06:10:13.428Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:10:13.437Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:10:13.438Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:10:14.327Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:10:14.328Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:10:14.330Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:10:14.330Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228610690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:10:14.430Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:10:14.431Z||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-10-26T06:10:14.431Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:10:14.442Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:10:14.442Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:10:15.331Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:10:15.332Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:10:15.334Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:10:15.334Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228610690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:10:15.434Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:10:15.435Z||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-10-26T06:10:15.435Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:10:15.457Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:10:15.457Z||pool-44-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:10:16.335Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:10:16.335Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:10:16.337Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:10:16.337Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228610690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:10:16.438Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-26T06:10:16.438Z||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-10-26T06:10:16.439Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:10:16.448Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:10:16.449Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:10:17.338Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:10:17.339Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:10:17.340Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:10:17.341Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228610690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-26T06:10:17.441Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:10:17.441Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-26T06:10:17.442Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:10:17.452Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:10:17.452Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:10:18.341Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-26T06:10:18.342Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:10:18.344Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:10:18.344Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228610690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar",
"status": "NOTIFIED"
}
2021-10-26T06:10:18.444Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:10:18.445Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-26T06:10:18.445Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:10:18.455Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:10:18.455Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-26T06:10:19.345Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0",
"serviceName": "Demo_pNF_8BMGOzUWjNnvv14ZCo4J",
"serviceVersion": "1.0",
"serviceUUID": "32448aeb-3ad3-43e0-a4bb-072b6bb52130",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "354cace8-591b-44d5-b2c0-33ad9e391930",
"resources": [
{
"resourceInstanceName": "pNF 2b645d00-7eb8 0",
"resourceCustomizationUUID": "80f507e8-41eb-4058-bb09-f0bfbe82f634",
"resourceName": "pNF 2b645d00-7eb8",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "712b5956-81b8-4cba-8c1b-f44e8055ddbe",
"resourceInvariantUUID": "8e8c4801-8fd5-4e1b-bdda-f0762e55bcd4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar",
"artifactChecksum": "ZmM5NzY4N2Y2YmEyODgzMWVlNjI1NDY5OWQ4ZTQ0ZWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b8a06a58-778b-47d0-888c-7d31bc5adee3"
}
],
"workloadContext": "Production"
}
2021-10-26T06:10:19.346Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-26T06:10:19.346Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 32448aeb-3ad3-43e0-a4bb-072b6bb52130 ASDC
2021-10-26T06:10:19.346Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:99466aed-564f-4da0-bf17-6d21fa28bcc0
ServiceName:Demo_pNF_8BMGOzUWjNnvv14ZCo4J
ServiceVersion:1.0
ServiceUUID:32448aeb-3ad3-43e0-a4bb-072b6bb52130
ServiceInvariantUUID:354cace8-591b-44d5-b2c0-33ad9e391930
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
ArtifactUUID:b8a06a58-778b-47d0-888c-7d31bc5adee3
ArtifactChecksum:ZmM5NzY4N2Y2YmEyODgzMWVlNjI1NDY5OWQ4ZTQ0ZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2b645d00-7eb8 0
ResourceCustomizationUUID:80f507e8-41eb-4058-bb09-f0bfbe82f634
ResourceInvariantUUID:8e8c4801-8fd5-4e1b-bdda-f0762e55bcd4
ResourceName:pNF 2b645d00-7eb8
ResourceType:PNF
ResourceUUID:712b5956-81b8-4cba-8c1b-f44e8055ddbe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-10-26T06:10:19.346Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32448aeb-3ad3-43e0-a4bb-072b6bb52130 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-10-26T06:10:19.371Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-26T06:10:19.372Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-26T06:10:19.372Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-26T06:10:19.372Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b8a06a58-778b-47d0-888c-7d31bc5adee3 from URL: /sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
2021-10-26T06:10:19.372Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-26T06:10:19.372Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
2021-10-26T06:10:19.592Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-26T06:10:19.597Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar b8a06a58-778b-47d0-888c-7d31bc5adee3 82541
2021-10-26T06:10:19.597Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar ASDC sendASDCNotification
2021-10-26T06:10:19.597Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
2021-10-26T06:10:19.598Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-26T06:10:19.598Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-26T06:10:19.599Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-26T06:10:19.599Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635228619597,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-26T06:10:19.700Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-26T06:10:19.701Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-26T06:10:19.701Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ...
2021-10-26T06:10:19.712Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-26T06:10:19.712Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-26T06:10:20.600Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-26T06:10:20.601Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-26T06:10:20.601Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b8a06a58-778b-47d0-888c-7d31bc5adee3, URL: /sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar to file: /app/ASDC/1/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
2021-10-26T06:10:20.602Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
2021-10-26T06:10:20.602Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
2021-10-26T06:10:20.602Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
2021-10-26T06:10:20.960Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10788636564223978511/Definitions/service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml
2021-10-26T06:10:21.696Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-26T06:10:21.696Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-26T06:10:21.696Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
2021-10-26T06:10:21.696Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-26T06:10:21.696Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
2021-10-26T06:10:21.696Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
2021-10-26T06:10:21.696Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
2021-10-26T06:10:21.696Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2b645d00-7eb8 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar
2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Node template pNF 2b645d00-7eb8 0 is matching search criteria
2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 2b645d00-7eb8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-26T06:10:21.698Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:10:21.698Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:10:21.698Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Node template pNF 2b645d00-7eb8 0 is matching search criteria
2021-10-26T06:10:21.698Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-26T06:10:21.698Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 2b645d00-7eb8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-26T06:10:21.698Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:10:21.698Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:10:21.698Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:10:21.699Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:10:21.699Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:10:21.699Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:10:21.699Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:10:21.699Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:10:21.699Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:10:21.699Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:10:21.699Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_8BMGOzUWjNnvv14ZCo4J
Description:catalog service description
Model UUID:32448aeb-3ad3-43e0-a4bb-072b6bb52130
Model Version:NULL
Model InvariantUuid:354cace8-591b-44d5-b2c0-33ad9e391930
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-26T06:10:21.706Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 712b5956-81b8-4cba-8c1b-f44e8055ddbe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-26T06:10:21.709Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||pNF 2b645d00-7eb8 0
2021-10-26T06:10:21.709Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 712b5956-81b8-4cba-8c1b-f44e8055ddbe
2021-10-26T06:10:21.709Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 32448aeb-3ad3-43e0-a4bb-072b6bb52130
2021-10-26T06:10:21.709Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 32448aeb-3ad3-43e0-a4bb-072b6bb52130
2021-10-26T06:10:21.709Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2b645d00-7eb8 0 712b5956-81b8-4cba-8c1b-f44e8055ddbe ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-26T06:10:21.714Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f63bd22, org.onap.sdc.toscaparser.api.parameters.Input@5889875c, org.onap.sdc.toscaparser.api.parameters.Input@67bfd768, org.onap.sdc.toscaparser.api.parameters.Input@20cc87ef, org.onap.sdc.toscaparser.api.parameters.Input@6204b479]
2021-10-26T06:10:21.714Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-26T06:10:21.715Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-26T06:10:21.715Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 32448aeb-3ad3-43e0-a4bb-072b6bb52130: pNF 2b645d00-7eb8
2021-10-26T06:10:21.715Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||Processing PNF resource: 712b5956-81b8-4cba-8c1b-f44e8055ddbe
2021-10-26T06:10:21.715Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery