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-12-07T02:14:28.314Z||main|||||INFO|500||The following profiles are active: basic
2021-12-07T02:14:36.932Z||main|||||INFO|500||Starting service [Tomcat]
2021-12-07T02:14:36.933Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-12-07T02:14:37.015Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-12-07T02:14:39.164Z||main|||||INFO|500||catdb-pool - Starting...
2021-12-07T02:14:39.322Z||main|||||INFO|500||catdb-pool - Start completed.
2021-12-07T02:14:39.672Z||main|||||INFO|500||reqdb-pool - Starting...
2021-12-07T02:14:39.676Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-12-07T02:14:39.757Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-12-07T02:14:39.873Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-12-07T02:14:40.251Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-12-07T02:14:41.079Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-07T02:14:42.978Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-07T02:14:43.024Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-12-07T02:14:43.516Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-07T02:14:43.637Z||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-12-07T02:14:44.750Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-07T02:14:45.740Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-12-07T02:14:45.758Z||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$$240479ef.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-12-07T02:14:45.759Z||main|||||WARN|500||The sdc end point is not alive
2021-12-07T02:14:48.286Z||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-12-07T02:14:50.958Z||main|||||WARN|500||---
2021-12-07T02:14:50.959Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-12-07T02:14:50.959Z||main|||||WARN|500||---
2021-12-07T02:14:51.316Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-12-07T02:14:55.407Z||main|||||INFO|500||Started Application in 31.156 seconds (JVM running for 32.269)
2021-12-07T02:14:55.418Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-07T02:14:55.420Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-07T02:14:55.429Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-07T02:14:55.451Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-07T02:14:55.527Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58971850-1a09-4b39-a424-a33566d08595 url= /sdc/v1/artifactTypes
2021-12-07T02:14:55.527Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-07T02:14:55.742Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-07T02:14:55.763Z||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-12-07T02:14:55.782Z||scheduling-1|||||DEBUG|500||create keys
2021-12-07T02:14:55.791Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-12-07T02:14:55.997Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:14:56.012Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5c3664d1-c2b9-4c2e-acdc-3f6e5eaa0785 url= /sdc/v1/registerForDistribution
2021-12-07T02:14:56.800Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5c3664d1-c2b9-4c2e-acdc-3f6e5eaa0785 url= /sdc/v1/registerForDistribution
2021-12-07T02:14:56.800Z||scheduling-1|||||INFO|500||start DistributionClient
2021-12-07T02:14:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:14:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:14:56.813Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-12-07T02:14:56.814Z||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-12-07T02:14:56.814Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:14:56.814Z||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-12-07T02:14:56.815Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:15:08.154Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:15:08.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:15:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:15:56.808Z||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-12-07T02:15:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:15:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:15:56.808Z||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-12-07T02:15:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:16:06.361Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:16:06.363Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:16:56.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:16:56.807Z||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-12-07T02:16:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:16:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:16:56.809Z||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-12-07T02:16:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:17:06.353Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:17:06.354Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:17:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:17:56.807Z||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-12-07T02:17:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:17:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:17:56.809Z||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-12-07T02:17:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:18:06.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:18:06.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:18:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:18:56.807Z||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-12-07T02:18:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:18:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:18:56.808Z||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-12-07T02:18:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:19:06.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:19:06.351Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:19:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:19:56.807Z||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-12-07T02:19:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:19:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:19:56.808Z||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-12-07T02:19:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:20:06.356Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:20:06.360Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:20:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:20:56.807Z||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-12-07T02:20:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:20:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:20:56.808Z||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-12-07T02:20:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:21:06.357Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:21:06.359Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:21:56.807Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:21:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:21:56.808Z||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-12-07T02:21:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:21:56.809Z||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-12-07T02:21:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:22:06.359Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:22:06.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:22:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:22:56.808Z||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-12-07T02:22:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:22:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:22:56.808Z||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-12-07T02:22:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:23:06.353Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:23:06.357Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:23:56.807Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:23:56.808Z||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-12-07T02:23:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:23:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:23:56.808Z||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-12-07T02:23:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:24:06.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:24:06.353Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:24:20.146Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-12-07T02:24:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:24:56.807Z||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-12-07T02:24:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:24:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:24:56.808Z||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-12-07T02:24:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:25:06.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:25:06.355Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:25:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:25:56.807Z||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-12-07T02:25:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:25:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:25:56.808Z||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-12-07T02:25:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:26:06.348Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:26:06.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:26:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:26:56.807Z||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-12-07T02:26:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:26:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:26:56.808Z||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-12-07T02:26:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:27:06.357Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:27:06.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:27:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:27:56.807Z||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-12-07T02:27:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:27:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:27:56.808Z||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-12-07T02:27:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:28:06.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:28:06.354Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:28:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:28:56.807Z||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-12-07T02:28:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:28:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:28:56.809Z||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-12-07T02:28:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:29:06.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:29:06.360Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:29:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:29:56.807Z||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-12-07T02:29:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:29:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:29:56.809Z||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-12-07T02:29:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:30:06.357Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:30:06.357Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:30:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:30:56.807Z||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-12-07T02:30:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:30:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:30:56.809Z||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-12-07T02:30:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:31:06.354Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:31:06.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:31:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:31:56.807Z||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-12-07T02:31:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:31:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:31:56.808Z||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-12-07T02:31:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:32:06.353Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:32:06.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:32:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:32:56.807Z||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-12-07T02:32:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:32:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:32:56.808Z||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-12-07T02:32:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:33:06.350Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:33:06.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:33:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:33:56.807Z||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-12-07T02:33:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:33:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:33:56.808Z||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-12-07T02:33:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:34:06.356Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:34:06.359Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:34:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:34:56.807Z||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-12-07T02:34:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:34:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:34:56.808Z||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-12-07T02:34:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:35:06.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:35:06.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:35:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:35:56.807Z||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-12-07T02:35:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:35:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:35:56.808Z||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-12-07T02:35:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:36:06.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:36:06.369Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:36:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:36:56.807Z||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-12-07T02:36:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:36:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:36:56.808Z||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-12-07T02:36:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:37:06.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:37:06.353Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:37:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:37:56.807Z||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-12-07T02:37:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:37:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:37:56.808Z||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-12-07T02:37:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:38:06.348Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:38:06.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:38:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:38:56.807Z||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-12-07T02:38:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:38:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:38:56.808Z||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-12-07T02:38:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:39:06.356Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:39:06.357Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:39:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:39:56.807Z||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-12-07T02:39:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:39:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:39:56.808Z||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-12-07T02:39:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:40:06.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:40:06.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:40:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:40:56.807Z||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-12-07T02:40:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:40:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:40:56.808Z||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-12-07T02:40:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:41:06.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:41:06.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:41:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:41:56.807Z||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-12-07T02:41:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:41:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:41:56.809Z||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-12-07T02:41:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:42:06.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:42:06.353Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:42:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:42:56.807Z||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-12-07T02:42:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:42:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:42:56.808Z||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-12-07T02:42:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:43:06.358Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:43:06.358Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:43:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:43:56.807Z||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-12-07T02:43:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:43:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:43:56.808Z||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-12-07T02:43:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:44:06.350Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:44:06.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:44:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:44:56.807Z||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-12-07T02:44:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:44:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:44:56.808Z||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-12-07T02:44:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:45:06.353Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:45:06.354Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:45:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:45:56.807Z||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-12-07T02:45:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:45:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:45:56.808Z||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-12-07T02:45:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:46:06.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:46:06.350Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:46:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:46:56.807Z||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-12-07T02:46:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:46:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:46:56.809Z||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-12-07T02:46:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:47:06.354Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:47:06.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:47:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:47:56.807Z||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-12-07T02:47:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:47:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:47:56.808Z||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-12-07T02:47:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:48:06.349Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:48:06.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:48:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:48:56.807Z||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-12-07T02:48:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:48:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:48:56.808Z||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-12-07T02:48:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:49:06.355Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:49:06.358Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:49:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:49:56.807Z||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-12-07T02:49:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:49:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:49:56.808Z||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-12-07T02:49:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:50:06.361Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:50:06.361Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:50:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:50:56.807Z||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-12-07T02:50:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:50:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:50:56.808Z||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-12-07T02:50:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:51:06.355Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:51:06.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:51:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:51:56.807Z||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-12-07T02:51:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:51:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:51:56.808Z||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-12-07T02:51:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:52:06.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:52:06.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:52:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:52:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:52:56.808Z||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-12-07T02:52:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:52:56.808Z||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-12-07T02:52:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:53:06.352Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:53:06.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:53:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:53:56.807Z||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-12-07T02:53:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:53:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:53:56.808Z||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-12-07T02:53:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:54:06.347Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:54:06.353Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:54:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:54:56.807Z||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-12-07T02:54:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:54:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:54:56.808Z||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-12-07T02:54:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:55:06.354Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:55:06.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:55:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:55:56.807Z||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-12-07T02:55:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:55:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:55:56.808Z||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-12-07T02:55:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:56:06.348Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:56:06.350Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:56:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:56:56.807Z||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-12-07T02:56:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:56:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:56:56.808Z||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-12-07T02:56:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:57:06.352Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:57:06.353Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:57:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:57:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:57:56.808Z||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-12-07T02:57:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:57:56.808Z||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-12-07T02:57:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:58:06.354Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:58:06.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:58:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:58:56.807Z||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-12-07T02:58:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:58:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:58:56.808Z||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-12-07T02:58:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:59:06.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:59:06.353Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T02:59:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:59:56.807Z||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-12-07T02:59:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:59:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:59:56.808Z||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-12-07T02:59:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:00:06.354Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:00:06.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:00:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:00:56.807Z||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-12-07T03:00:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:00:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:00:56.808Z||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-12-07T03:00:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:01:06.353Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:01:06.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:01:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:01:56.807Z||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-12-07T03:01:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:01:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:01:56.808Z||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-12-07T03:01:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:02:06.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:02:06.350Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:02:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:02:56.807Z||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-12-07T03:02:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:02:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:02:56.808Z||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-12-07T03:02:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:03:06.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:03:06.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:03:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:03:56.807Z||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-12-07T03:03:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:03:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:03:56.808Z||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-12-07T03:03:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:04:06.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:04:06.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:04:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:04:56.807Z||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-12-07T03:04:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:04:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:04:56.808Z||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-12-07T03:04:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:05:06.349Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:05:06.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:05:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:05:56.807Z||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-12-07T03:05:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:05:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:05:56.809Z||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-12-07T03:05:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:06:06.348Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:06:06.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:06:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:06:56.807Z||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-12-07T03:06:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:06:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:06:56.809Z||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-12-07T03:06:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:07:06.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:07:06.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:07:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:07:56.807Z||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-12-07T03:07:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:07:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:07:56.808Z||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-12-07T03:07:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:08:06.350Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:08:06.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:08:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:08:56.807Z||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-12-07T03:08:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:08:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:08:56.808Z||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-12-07T03:08:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:09:06.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:09:06.356Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:09:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:09:56.807Z||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-12-07T03:09:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:09:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:09:56.808Z||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-12-07T03:09:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:10:06.351Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:10:06.353Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:10:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:10:56.807Z||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-12-07T03:10:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:10:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:10:56.808Z||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-12-07T03:10:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:11:06.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:11:06.356Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:11:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:11:56.807Z||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-12-07T03:11:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:11:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:11:56.808Z||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-12-07T03:11:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:12:06.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:12:06.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:12:56.807Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:12:56.807Z||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-12-07T03:12:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:12:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:12:56.808Z||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-12-07T03:12:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:13:06.352Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:13:06.353Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:13:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:13:56.807Z||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-12-07T03:13:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:13:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:13:56.808Z||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-12-07T03:13:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:14:06.352Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:14:06.353Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:14:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:14:56.807Z||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-12-07T03:14:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:14:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:14:56.808Z||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-12-07T03:14:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:15:06.348Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:15:06.353Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:15:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:15:56.807Z||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-12-07T03:15:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:15:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:15:56.808Z||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-12-07T03:15:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:16:06.349Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:16:06.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:16:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:16:56.807Z||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-12-07T03:16:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:16:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:16:56.808Z||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-12-07T03:16:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:17:06.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:17:06.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:17:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:17:56.807Z||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-12-07T03:17:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:17:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:17:56.808Z||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-12-07T03:17:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:18:06.354Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:18:06.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:18:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:18:56.807Z||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-12-07T03:18:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:18:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:18:56.809Z||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-12-07T03:18:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:19:06.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:19:06.353Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:19:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:19:56.807Z||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-12-07T03:19:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:19:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:19:56.808Z||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-12-07T03:19:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:20:06.352Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:20:06.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:20:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:20:56.807Z||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-12-07T03:20:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:20:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:20:56.808Z||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-12-07T03:20:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:21:06.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:21:06.350Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:21:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:21:56.807Z||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-12-07T03:21:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:21:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:21:56.808Z||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-12-07T03:21:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:22:06.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:22:06.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:22:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:22:56.807Z||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-12-07T03:22:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:22:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:22:56.808Z||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-12-07T03:22:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:23:06.349Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:23:06.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:23:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:23:56.807Z||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-12-07T03:23:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:23:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:23:56.809Z||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-12-07T03:23:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:24:06.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:24:06.353Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:24:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:24:56.807Z||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-12-07T03:24:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:24:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:24:56.809Z||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-12-07T03:24:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:25:06.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:25:06.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:25:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:25:56.807Z||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-12-07T03:25:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:25:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:25:56.808Z||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-12-07T03:25:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:26:06.348Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:26:06.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:26:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:26:56.807Z||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-12-07T03:26:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:26:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:26:56.808Z||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-12-07T03:26:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:27:06.345Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:27:06.348Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:27:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:27:56.807Z||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-12-07T03:27:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:27:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:27:56.808Z||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-12-07T03:27:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:28:06.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:28:06.357Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:28:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:28:56.807Z||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-12-07T03:28:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:28:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:28:56.808Z||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-12-07T03:28:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:29:06.346Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:29:06.347Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:29:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:29:56.807Z||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-12-07T03:29:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:29:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:29:56.808Z||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-12-07T03:29:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:30:06.348Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:30:06.348Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:30:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:30:56.807Z||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-12-07T03:30:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:30:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:30:56.808Z||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-12-07T03:30:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:31:06.345Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:31:06.345Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:31:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:31:56.807Z||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-12-07T03:31:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:31:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:31:56.808Z||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-12-07T03:31:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:32:06.344Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:32:06.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:32:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:32:56.807Z||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-12-07T03:32:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:32:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:32:56.808Z||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-12-07T03:32:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:33:06.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:33:06.349Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:33:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:33:56.807Z||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-12-07T03:33:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:33:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:33:56.808Z||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-12-07T03:33:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:34:06.347Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:34:06.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:34:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:34:56.807Z||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-12-07T03:34:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:34:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:34:56.808Z||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-12-07T03:34:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:35:06.349Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:35:06.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:35:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:35:56.807Z||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-12-07T03:35:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:35:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:35:56.808Z||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-12-07T03:35:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:36:06.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:36:06.352Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:36:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:36:56.807Z||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-12-07T03:36:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:36:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:36:56.808Z||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-12-07T03:36:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:37:06.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:37:06.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:37:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:37:56.807Z||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-12-07T03:37:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:37:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:37:56.808Z||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-12-07T03:37:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:38:06.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:38:06.356Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:38:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:38:56.807Z||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-12-07T03:38:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:38:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:38:56.808Z||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-12-07T03:38:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:39:06.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:39:06.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:39:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:39:56.807Z||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-12-07T03:39:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:39:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:39:56.808Z||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-12-07T03:39:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:40:06.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:40:06.350Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:40:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:40:56.807Z||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-12-07T03:40:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:40:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:40:56.808Z||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-12-07T03:40:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:41:06.352Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:41:06.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:41:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:41:56.807Z||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-12-07T03:41:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:41:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:41:56.808Z||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-12-07T03:41:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:42:06.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:42:06.355Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:42:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:42:56.807Z||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-12-07T03:42:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:42:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:42:56.808Z||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-12-07T03:42:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:43:06.353Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:43:06.354Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:43:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:43:56.807Z||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-12-07T03:43:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:43:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:43:56.808Z||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-12-07T03:43:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:44:06.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:44:06.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:44:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:44:56.807Z||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-12-07T03:44:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:44:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:44:56.808Z||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-12-07T03:44:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:45:06.355Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:45:06.362Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:45:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:45:56.807Z||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-12-07T03:45:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:45:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:45:56.808Z||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-12-07T03:45:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:46:06.349Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:46:06.354Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:46:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:46:56.807Z||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-12-07T03:46:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:46:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:46:56.808Z||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-12-07T03:46:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:47:06.345Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:47:06.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:47:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:47:56.807Z||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-12-07T03:47:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:47:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:47:56.808Z||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-12-07T03:47:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:48:06.353Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:48:06.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:48:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:48:56.807Z||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-12-07T03:48:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:48:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:48:56.808Z||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-12-07T03:48:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:49:06.356Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:49:06.356Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:49:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:49:56.807Z||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-12-07T03:49:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:49:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:49:56.808Z||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-12-07T03:49:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:50:06.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:50:06.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:50:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:50:56.807Z||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-12-07T03:50:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:50:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:50:56.808Z||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-12-07T03:50:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:51:06.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:51:06.357Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:51:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:51:56.807Z||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-12-07T03:51:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:51:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:51:56.809Z||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-12-07T03:51:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:52:06.345Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:52:06.346Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:52:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:52:56.807Z||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-12-07T03:52:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:52:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:52:56.808Z||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-12-07T03:52:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:53:06.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:53:06.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:53:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:53:56.807Z||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-12-07T03:53:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:53:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:53:56.808Z||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-12-07T03:53:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:54:06.345Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:54:06.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:54:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:54:56.807Z||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-12-07T03:54:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:54:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:54:56.808Z||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-12-07T03:54:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:55:06.351Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:55:06.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:55:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:55:56.807Z||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-12-07T03:55:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:55:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:55:56.808Z||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-12-07T03:55:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:56:06.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:56:06.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:56:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:56:56.807Z||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-12-07T03:56:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:56:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:56:56.808Z||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-12-07T03:56:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:57:06.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:57:06.352Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:57:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:57:56.807Z||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-12-07T03:57:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:57:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:57:56.808Z||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-12-07T03:57:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:58:06.347Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:58:06.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:58:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:58:56.807Z||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-12-07T03:58:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:58:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:58:56.808Z||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-12-07T03:58:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:59:06.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:59:06.353Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T03:59:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:59:56.807Z||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-12-07T03:59:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:59:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:59:56.808Z||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-12-07T03:59:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:00:06.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:00:06.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:00:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:00:56.807Z||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-12-07T04:00:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:00:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:00:56.808Z||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-12-07T04:00:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:01:06.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:01:06.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:01:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:01:56.807Z||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-12-07T04:01:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:01:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:01:56.808Z||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-12-07T04:01:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:02:06.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:02:06.350Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:02:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:02:56.807Z||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-12-07T04:02:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:02:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:02:56.808Z||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-12-07T04:02:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:03:06.352Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:03:06.356Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:03:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:03:56.807Z||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-12-07T04:03:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:03:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:03:56.808Z||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-12-07T04:03:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:04:06.348Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:04:06.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:04:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:04:56.807Z||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-12-07T04:04:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:04:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:04:56.808Z||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-12-07T04:04:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:05:06.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:05:06.356Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:05:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:05:56.807Z||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-12-07T04:05:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:05:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:05:56.808Z||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-12-07T04:05:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:06:06.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:06:06.348Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:06:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:06:56.807Z||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-12-07T04:06:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:06:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:06:56.808Z||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-12-07T04:06:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:07:06.349Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:07:06.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:07:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:07:56.807Z||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-12-07T04:07:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:07:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:07:56.808Z||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-12-07T04:07:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:08:06.350Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:08:06.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:08:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:08:56.807Z||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-12-07T04:08:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:08:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:08:56.808Z||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-12-07T04:08:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:09:06.350Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:09:06.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:09:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:09:56.807Z||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-12-07T04:09:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:09:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:09:56.809Z||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-12-07T04:09:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:10:06.355Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:10:06.356Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:10:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:10:56.807Z||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-12-07T04:10:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:10:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:10:56.808Z||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-12-07T04:10:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:11:06.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:11:06.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:11:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:11:56.807Z||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-12-07T04:11:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:11:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:11:56.808Z||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-12-07T04:11:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:12:06.352Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:12:06.357Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:12:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:12:56.807Z||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-12-07T04:12:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:12:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:12:56.808Z||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-12-07T04:12:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:13:06.353Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:13:06.354Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:13:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:13:56.807Z||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-12-07T04:13:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:13:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:13:56.808Z||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-12-07T04:13:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:14:06.355Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:14:06.357Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:14:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:14:56.807Z||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-12-07T04:14:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:14:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:14:56.808Z||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-12-07T04:14:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:15:06.348Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:15:06.349Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:15:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:15:56.807Z||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-12-07T04:15:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:15:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:15:56.808Z||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-12-07T04:15:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:16:06.348Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:16:06.351Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:16:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:16:56.807Z||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-12-07T04:16:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:16:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:16:56.808Z||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-12-07T04:16:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:17:06.349Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:17:06.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:17:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:17:56.807Z||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-12-07T04:17:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:17:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:17:56.808Z||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-12-07T04:17:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:18:06.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:18:06.344Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:18:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:18:56.807Z||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-12-07T04:18:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:18:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:18:56.808Z||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-12-07T04:18:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:19:06.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:19:06.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:19:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:19:56.807Z||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-12-07T04:19:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:19:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:19:56.809Z||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-12-07T04:19:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:20:06.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:20:06.350Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:20:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:20:56.807Z||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-12-07T04:20:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:20:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:20:56.808Z||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-12-07T04:20:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:21:06.347Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:21:06.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:21:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:21:56.807Z||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-12-07T04:21:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:21:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:21:56.808Z||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-12-07T04:21:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:22:06.345Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:22:06.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:22:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:22:56.807Z||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-12-07T04:22:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:22:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:22:56.808Z||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-12-07T04:22:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:23:06.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:23:06.351Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:23:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:23:56.807Z||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-12-07T04:23:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:23:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:23:56.808Z||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-12-07T04:23:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:24:06.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:24:06.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:24:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:24:56.807Z||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-12-07T04:24:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:24:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:24:56.808Z||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-12-07T04:24:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:25:06.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:25:06.350Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:25:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:25:56.807Z||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-12-07T04:25:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:25:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:25:56.808Z||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-12-07T04:25:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:26:06.346Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:26:06.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:26:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:26:56.807Z||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-12-07T04:26:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:26:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:26:56.808Z||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-12-07T04:26:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:27:06.345Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:27:06.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:27:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:27:56.807Z||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-12-07T04:27:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:27:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:27:56.808Z||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-12-07T04:27:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:28:06.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:28:06.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:28:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:28:56.807Z||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-12-07T04:28:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:28:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:28:56.808Z||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-12-07T04:28:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:29:06.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:29:06.350Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:29:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:29:56.807Z||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-12-07T04:29:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:29:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:29:56.808Z||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-12-07T04:29:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:30:06.345Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:30:06.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:30:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:30:56.807Z||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-12-07T04:30:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:30:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:30:56.808Z||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-12-07T04:30:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:31:06.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:31:06.365Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:31:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:31:56.807Z||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-12-07T04:31:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:31:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:31:56.808Z||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-12-07T04:31:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:32:06.352Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:32:06.353Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:32:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:32:56.807Z||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-12-07T04:32:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:32:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:32:56.809Z||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-12-07T04:32:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:33:06.355Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:33:06.355Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:33:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:33:56.807Z||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-12-07T04:33:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:33:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:33:56.808Z||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-12-07T04:33:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:34:06.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:34:06.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:34:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:34:56.807Z||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-12-07T04:34:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:34:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:34:56.808Z||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-12-07T04:34:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:35:06.352Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:35:06.364Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:35:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:35:56.807Z||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-12-07T04:35:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:35:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:35:56.808Z||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-12-07T04:35:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:36:06.345Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:36:06.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:36:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:36:56.807Z||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-12-07T04:36:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:36:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:36:56.808Z||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-12-07T04:36:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:37:06.355Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:37:06.355Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:37:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:37:56.807Z||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-12-07T04:37:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:37:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:37:56.808Z||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-12-07T04:37:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:38:06.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:38:06.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:38:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:38:56.807Z||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-12-07T04:38:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:38:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:38:56.808Z||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-12-07T04:38:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:39:06.353Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:39:06.356Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:39:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:39:56.807Z||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-12-07T04:39:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:39:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:39:56.808Z||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-12-07T04:39:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:40:06.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:40:06.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:40:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:40:56.807Z||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-12-07T04:40:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:40:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:40:56.808Z||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-12-07T04:40:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:41:06.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:41:06.349Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:41:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:41:56.807Z||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-12-07T04:41:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:41:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:41:56.808Z||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-12-07T04:41:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:42:06.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:42:06.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:42:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:42:56.807Z||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-12-07T04:42:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:42:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:42:56.808Z||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-12-07T04:42:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:43:06.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:43:06.349Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:43:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:43:56.807Z||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-12-07T04:43:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:43:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:43:56.808Z||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-12-07T04:43:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:44:06.348Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:44:06.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:44:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:44:56.807Z||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-12-07T04:44:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:44:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:44:56.808Z||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-12-07T04:44:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:45:06.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:45:06.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:45:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:45:56.807Z||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-12-07T04:45:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:45:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:45:56.808Z||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-12-07T04:45:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:46:06.346Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:46:06.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:46:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:46:56.807Z||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-12-07T04:46:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:46:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:46:56.808Z||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-12-07T04:46:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:47:06.349Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:47:06.351Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:47:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:47:56.807Z||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-12-07T04:47:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:47:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:47:56.808Z||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-12-07T04:47:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:48:06.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:48:06.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:48:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:48:56.807Z||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-12-07T04:48:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:48:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:48:56.808Z||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-12-07T04:48:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:49:06.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:49:06.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:49:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:49:56.807Z||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-12-07T04:49:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:49:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:49:56.808Z||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-12-07T04:49:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:50:06.346Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:50:06.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:50:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:50:56.807Z||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-12-07T04:50:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:50:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:50:56.808Z||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-12-07T04:50:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:51:06.351Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:51:06.351Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:51:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:51:56.807Z||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-12-07T04:51:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:51:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:51:56.808Z||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-12-07T04:51:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:52:06.344Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:52:06.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:52:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:52:56.807Z||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-12-07T04:52:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:52:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:52:56.808Z||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-12-07T04:52:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:53:06.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:53:06.354Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:53:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:53:56.807Z||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-12-07T04:53:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:53:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:53:56.808Z||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-12-07T04:53:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:54:06.348Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:54:06.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:54:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:54:56.807Z||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-12-07T04:54:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:54:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:54:56.808Z||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-12-07T04:54:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:55:06.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:55:06.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:55:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:55:56.807Z||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-12-07T04:55:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:55:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:55:56.808Z||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-12-07T04:55:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:56:06.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:56:06.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:56:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:56:56.807Z||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-12-07T04:56:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:56:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:56:56.808Z||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-12-07T04:56:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:57:06.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:57:06.352Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:57:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:57:56.807Z||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-12-07T04:57:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:57:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:57:56.808Z||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-12-07T04:57:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:58:06.354Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:58:06.355Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:58:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:58:56.807Z||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-12-07T04:58:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:58:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:58:56.808Z||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-12-07T04:58:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:59:06.346Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:59:06.350Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T04:59:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:59:56.807Z||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-12-07T04:59:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:59:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:59:56.808Z||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-12-07T04:59:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:00:06.351Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:00:06.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:00:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:00:56.807Z||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-12-07T05:00:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:00:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:00:56.808Z||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-12-07T05:00:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:01:06.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:01:06.350Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:01:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:01:56.807Z||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-12-07T05:01:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:01:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:01:56.808Z||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-12-07T05:01:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:02:06.343Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:02:06.348Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:02:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:02:56.807Z||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-12-07T05:02:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:02:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:02:56.808Z||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-12-07T05:02:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:03:06.349Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:03:06.349Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:03:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:03:56.807Z||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-12-07T05:03:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:03:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:03:56.808Z||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-12-07T05:03:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:04:06.351Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:04:06.352Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:04:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:04:56.807Z||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-12-07T05:04:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:04:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:04:56.808Z||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-12-07T05:04:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:05:06.348Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:05:06.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:05:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:05:56.807Z||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-12-07T05:05:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:05:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:05:56.808Z||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-12-07T05:05:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:06:06.349Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:06:06.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:06:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:06:56.807Z||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-12-07T05:06:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:06:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:06:56.808Z||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-12-07T05:06:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:07:06.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:07:06.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:07:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:07:56.807Z||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-12-07T05:07:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:07:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:07:56.808Z||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-12-07T05:07:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:08:06.349Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:08:06.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:08:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:08:56.807Z||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-12-07T05:08:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:08:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:08:56.808Z||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-12-07T05:08:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:09:06.350Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:09:06.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:09:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:09:56.807Z||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-12-07T05:09:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:09:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:09:56.808Z||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-12-07T05:09:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:10:06.344Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:10:06.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:10:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:10:56.807Z||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-12-07T05:10:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:10:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:10:56.808Z||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-12-07T05:10:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:11:06.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:11:06.353Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:11:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:11:56.807Z||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-12-07T05:11:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:11:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:11:56.808Z||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-12-07T05:11:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:12:06.351Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:12:06.352Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:12:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:12:56.807Z||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-12-07T05:12:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:12:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:12:56.808Z||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-12-07T05:12:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:13:06.351Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:13:06.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:13:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:13:56.807Z||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-12-07T05:13:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:13:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:13:56.808Z||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-12-07T05:13:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:14:06.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:14:06.352Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:14:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:14:56.807Z||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-12-07T05:14:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:14:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:14:56.808Z||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-12-07T05:14:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:15:06.349Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:15:06.350Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:15:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:15:56.807Z||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-12-07T05:15:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:15:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:15:56.808Z||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-12-07T05:15:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:16:06.353Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:16:06.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:16:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:16:56.807Z||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-12-07T05:16:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:16:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:16:56.808Z||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-12-07T05:16:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:17:06.347Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:17:06.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:17:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:17:56.807Z||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-12-07T05:17:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:17:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:17:56.808Z||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-12-07T05:17:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:18:06.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:18:06.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:18:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:18:56.807Z||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-12-07T05:18:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:18:56.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:18:56.809Z||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-12-07T05:18:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:19:06.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:19:06.352Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:19:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:19:56.807Z||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-12-07T05:19:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:19:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:19:56.808Z||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-12-07T05:19:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:20:06.347Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:20:06.348Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:20:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:20:56.807Z||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-12-07T05:20:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:20:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:20:56.808Z||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-12-07T05:20:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:21:06.353Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:21:06.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:21:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:21:56.807Z||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-12-07T05:21:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:21:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:21:56.808Z||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-12-07T05:21:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:22:06.349Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:22:06.368Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:22:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:22:56.807Z||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-12-07T05:22:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:22:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:22:56.808Z||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-12-07T05:22:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:23:06.348Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:23:06.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:23:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:23:56.807Z||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-12-07T05:23:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:23:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:23:56.808Z||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-12-07T05:23:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:24:06.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:24:06.348Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:24:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:24:56.807Z||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-12-07T05:24:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:24:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:24:56.808Z||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-12-07T05:24:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:25:06.348Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:25:06.349Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:25:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:25:56.807Z||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-12-07T05:25:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:25:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:25:56.808Z||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-12-07T05:25:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:26:06.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:26:06.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:26:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:26:56.807Z||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-12-07T05:26:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:26:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:26:56.808Z||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-12-07T05:26:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:27:06.361Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:27:06.361Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:27:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:27:56.807Z||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-12-07T05:27:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:27:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:27:56.808Z||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-12-07T05:27:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:28:06.356Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:28:06.356Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:28:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:28:56.807Z||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-12-07T05:28:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:28:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:28:56.808Z||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-12-07T05:28:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:29:06.351Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:29:06.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:29:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:29:56.807Z||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-12-07T05:29:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:29:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:29:56.808Z||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-12-07T05:29:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:30:06.348Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:30:06.350Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:30:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:30:56.807Z||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-12-07T05:30:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:30:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:30:56.808Z||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-12-07T05:30:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:31:06.346Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:31:06.347Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:31:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:31:56.807Z||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-12-07T05:31:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:31:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:31:56.808Z||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-12-07T05:31:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:32:06.350Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:32:06.350Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:32:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:32:56.807Z||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-12-07T05:32:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:32:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:32:56.808Z||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-12-07T05:32:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:33:06.351Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:33:06.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:33:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:33:56.807Z||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-12-07T05:33:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:33:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:33:56.808Z||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-12-07T05:33:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:34:06.347Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:34:06.349Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:34:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:34:56.807Z||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-12-07T05:34:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:34:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:34:56.808Z||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-12-07T05:34:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:35:06.347Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:35:06.354Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:35:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:35:56.807Z||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-12-07T05:35:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:35:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:35:56.808Z||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-12-07T05:35:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:36:06.346Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:36:06.351Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:36:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:36:56.807Z||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-12-07T05:36:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:36:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:36:56.808Z||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-12-07T05:36:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:37:06.348Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:37:06.350Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:37:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:37:56.807Z||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-12-07T05:37:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:37:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:37:56.808Z||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-12-07T05:37:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:38:06.357Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:38:06.357Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:38:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:38:56.807Z||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-12-07T05:38:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:38:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:38:56.808Z||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-12-07T05:38:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:39:06.353Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:39:06.353Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:39:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:39:56.807Z||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-12-07T05:39:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:39:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:39:56.808Z||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-12-07T05:39:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:40:06.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:40:06.350Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:40:56.806Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:40:56.807Z||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-12-07T05:40:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:40:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:40:56.808Z||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-12-07T05:40:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:41:06.345Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:41:06.346Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:41:56.806Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:41:56.807Z||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-12-07T05:41:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:41:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:41:56.808Z||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-12-07T05:41:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:42:06.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:42:06.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:42:56.806Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:42:56.807Z||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-12-07T05:42:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:42:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:42:56.808Z||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-12-07T05:42:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:42:58.291Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:42:58.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-07T05:42:58.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e765ccba-f860-4f9c-a023-537a8e97cb94","serviceName":"vFW 2021-12-07 05-40-57","serviceVersion":"1.0","serviceUUID":"3eb3c3a2-515c-4db2-aeba-a2309638a168","serviceDescription":"catalog service description","serviceInvariantUUID":"e228fdbe-3b3c-4922-95b3-8901f893930d","resources":[{"resourceInstanceName":"vFW 7bf7fae1-a9f8 0","resourceName":"vFW 7bf7fae1-a9f8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0374aafb-9bdb-481d-a547-5437577a7edc","resourceInvariantUUID":"09cb2e26-15cb-4add-bc66-2268bd1b7082","resourceCustomizationUUID":"a843da01-42e9-4035-b724-5aeebd260653","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml","artifactChecksum":"NzcwOWU2ZjEyY2EwMjFmN2IxNjBmZGUyYTg5ZjhlYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bac418f-ca8d-4899-8a19-15baacec8b36","artifactVersion":"1"},{"artifactName":"vfw7bf7fae1a9f80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json","artifactChecksum":"OWIzNmJjN2FmNTU4MWM3MDJlMWJjMDMzYzM1MGRhYjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1e0a4af7-acc6-4e75-93d6-1745fb0d67a5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ca9e928a-1c64-413b-bbbc-b16dddfa6bc2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml","artifactChecksum":"NzQ0NGJhNjAxOGFhZGRmNGViMjA1NTcwOTBiMGRkOGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"806384a2-e8ec-4af7-8264-2984ad4078e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4f8b848b-70ce-4d1b-b9ca-3355a991be40","artifactVersion":"2","generatedFromUUID":"ca9e928a-1c64-413b-bbbc-b16dddfa6bc2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211207054057-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml","artifactChecksum":"MzhjZGVmNTAyNjA0ZWFhZWEzZmM1ODAxMjUyMzc3NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a8d0467-472e-42d4-8d39-583adb35ee3c","artifactVersion":"1"},{"artifactName":"service-Vfw20211207054057-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar","artifactChecksum":"MDAyOGIzNWVjZWU0MzJiY2Y3Mzk2Y2RhZTI0ZDBkODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d299977-9aee-4dd8-a0aa-18962b7d74fe","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-07T05:42:58.298Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:42:58.303Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:42:58.314Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:42:58.315Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855776806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:42:58.415Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-12-07T05:42:58.418Z||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-12-07T05:42:58.418Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:42:58.440Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:42:58.441Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":6,"count":1}
2021-12-07T05:42:58.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:42:58.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:42:58.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "cds",
"timestamp": 1638855769734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:42:58.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:42:58.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:42:58.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855776806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:42:58.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:42:59.320Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:42:59.320Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:42:59.321Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:42:59.322Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855776806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
"status": "NOTIFIED"
}
2021-12-07T05:42:59.422Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:42:59.422Z||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-12-07T05:42:59.422Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:42:59.434Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:42:59.434Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:00.322Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:43:00.323Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:00.324Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:00.324Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855776806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-07T05:43:00.425Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:00.426Z||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-12-07T05:43:00.426Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:00.439Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:43:00.439Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:01.325Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:43:01.326Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:01.327Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:01.327Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855776806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:43:01.427Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:01.428Z||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-12-07T05:43:01.428Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:01.441Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:43:01.441Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:02.327Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:43:02.328Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:02.330Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:02.330Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855776806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-07T05:43:02.430Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:02.431Z||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-12-07T05:43:02.431Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:02.441Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:43:02.441Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:03.331Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:43:03.331Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:03.333Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:03.333Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855776806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:43:03.433Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:03.434Z||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-12-07T05:43:03.434Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:03.444Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:43:03.444Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:04.334Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:43:04.334Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:04.336Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:04.336Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855776806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:43:04.436Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:04.437Z||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-12-07T05:43:04.437Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:04.454Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:43:04.454Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:05.339Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"serviceName": "vFW 2021-12-07 05-40-57",
"serviceVersion": "1.0",
"serviceUUID": "3eb3c3a2-515c-4db2-aeba-a2309638a168",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e228fdbe-3b3c-4922-95b3-8901f893930d",
"resources": [
{
"resourceInstanceName": "vFW 7bf7fae1-a9f8 0",
"resourceCustomizationUUID": "a843da01-42e9-4035-b724-5aeebd260653",
"resourceName": "vFW 7bf7fae1-a9f8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0374aafb-9bdb-481d-a547-5437577a7edc",
"resourceInvariantUUID": "09cb2e26-15cb-4add-bc66-2268bd1b7082",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7bf7fae1a9f80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
"artifactChecksum": "OWIzNmJjN2FmNTU4MWM3MDJlMWJjMDMzYzM1MGRhYjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1e0a4af7-acc6-4e75-93d6-1745fb0d67a5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ca9e928a-1c64-413b-bbbc-b16dddfa6bc2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4f8b848b-70ce-4d1b-b9ca-3355a991be40",
"generatedFromUUID": "ca9e928a-1c64-413b-bbbc-b16dddfa6bc2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4f8b848b-70ce-4d1b-b9ca-3355a991be40",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211207054057-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"artifactChecksum": "MDAyOGIzNWVjZWU0MzJiY2Y3Mzk2Y2RhZTI0ZDBkODA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9d299977-9aee-4dd8-a0aa-18962b7d74fe"
}
],
"workloadContext": "Production"
}
2021-12-07T05:43:05.340Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-07T05:43:05.340Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3eb3c3a2-515c-4db2-aeba-a2309638a168 ASDC
2021-12-07T05:43:05.425Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e765ccba-f860-4f9c-a023-537a8e97cb94
ServiceName:vFW 2021-12-07 05-40-57
ServiceVersion:1.0
ServiceUUID:3eb3c3a2-515c-4db2-aeba-a2309638a168
ServiceInvariantUUID:e228fdbe-3b3c-4922-95b3-8901f893930d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211207054057-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar
ArtifactUUID:9d299977-9aee-4dd8-a0aa-18962b7d74fe
ArtifactChecksum:MDAyOGIzNWVjZWU0MzJiY2Y3Mzk2Y2RhZTI0ZDBkODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7bf7fae1-a9f8 0
ResourceCustomizationUUID:a843da01-42e9-4035-b724-5aeebd260653
ResourceInvariantUUID:09cb2e26-15cb-4add-bc66-2268bd1b7082
ResourceName:vFW 7bf7fae1-a9f8
ResourceType:VF
ResourceUUID:0374aafb-9bdb-481d-a547-5437577a7edc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7bf7fae1a9f80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json
ArtifactUUID:1e0a4af7-acc6-4e75-93d6-1745fb0d67a5
ArtifactChecksum:OWIzNmJjN2FmNTU4MWM3MDJlMWJjMDMzYzM1MGRhYjg=
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/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml
ArtifactUUID:ca9e928a-1c64-413b-bbbc-b16dddfa6bc2
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/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env
ArtifactUUID:4f8b848b-70ce-4d1b-b9ca-3355a991be40
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/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env
ArtifactUUID:4f8b848b-70ce-4d1b-b9ca-3355a991be40
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-12-07T05:43:05.425Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3eb3c3a2-515c-4db2-aeba-a2309638a168 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-12-07T05:43:05.586Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T05:43:05.587Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-07T05:43:05.587Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-07T05:43:05.587Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9d299977-9aee-4dd8-a0aa-18962b7d74fe from URL: /sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:05.587Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-07T05:43:05.588Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:05.743Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-07T05:43:05.758Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar 9d299977-9aee-4dd8-a0aa-18962b7d74fe 98908
2021-12-07T05:43:05.759Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar ASDC sendASDCNotification
2021-12-07T05:43:05.759Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:05.760Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:43:05.761Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:05.762Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:05.762Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855785758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:43:05.862Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:05.863Z||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-12-07T05:43:05.863Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:05.874Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:43:05.874Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:06.763Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T05:43:06.764Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-07T05:43:06.764Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9d299977-9aee-4dd8-a0aa-18962b7d74fe, URL: /sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar to file: /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:06.764Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211207054057-csar.csar
2021-12-07T05:43:06.818Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:06.818Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:07.262Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15697739256220555086/Definitions/service-Vfw20211207054057-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-12-07T05:43:09.825Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.830Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.830Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.830Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.830Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.830Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.830Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.830Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7bf7fae1-a9f8 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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.830Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-07T05:43:09.835Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:09.836Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:09.839Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:09.839Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-07T05:43:09.840Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T05:43:09.841Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:09.841Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:09.841Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:09.842Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-07T05:43:09.842Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T05:43:09.842Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:09.842Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:09.845Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:09.845Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is not matching search criteria
2021-12-07T05:43:09.845Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-07T05:43:09.845Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.847Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-07T05:43:09.847Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.847Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-07T05:43:09.847Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:09.847Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-07T05:43:09.848Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:09.848Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:09.848Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:43:09.848Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:09.849Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:09.849Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:43:09.849Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:09.849Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:09.849Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:43:09.849Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:09.849Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fd5c13ef-5df7-4a09-806a-504f05185231
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is not matching search criteria
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1f6e1e62-3ca1-49cc-8106-0b83830f4503
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=049d6ee6-603f-4042-9485-5518db05fc8a
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:09.855Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:09.855Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:09.855Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-12-07 05-40-57
Description:catalog service description
Model UUID:3eb3c3a2-515c-4db2-aeba-a2309638a168
Model Version:NULL
Model InvariantUuid:e228fdbe-3b3c-4922-95b3-8901f893930d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7bf7fae1-a9f8
Model UUID:d2439887-023b-4e81-a80d-12962e09f90d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:09cb2e26-15cb-4add-bc66-2268bd1b7082
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a843da01-42e9-4035-b724-5aeebd260653
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5e8e0116-7a70-4e40-baa6-cdae37def24a
ModelName:Vfw7bf7fae1A9f8..base_vfw..module-0
ModelUuid:ab0e8a17-214e-47ed-812b-1469e69bf1aa
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fd5c13ef-5df7-4a09-806a-504f05185231
ModelInvariantUuid:c353ad73-9fa1-4c23-9b03-b92ca8b6ef95
ModelName:vFW 7bf7fae1-a9f8-nodes.vfwCvfc
ModelUuid:262ac54b-2417-4776-ace7-539bcd5ba4ef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:82da2ae8-2c1b-4cda-a583-d8ff9a05b6a5
ModelInvariantUuid:6ccc5f3b-2050-42db-8f62-447678da3b32
ModelName:Vfw7bf7fae1A9f8.compute.nodes.heat.vfw
ModelUuid:4709ee49-6217-4662-a9f4-7dc8c65f1e4f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1f6e1e62-3ca1-49cc-8106-0b83830f4503
ModelInvariantUuid:e4b80540-4184-4c8c-b0f8-1fd8048a04a9
ModelName:vFW 7bf7fae1-a9f8-nodes.vsnCvfc
ModelUuid:e9f9554c-cec7-4db4-8538-1de95f387fe3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3fa2e084-29c6-4f80-b831-cf4653c15543
ModelInvariantUuid:1b06b200-ddce-4e24-b30d-8d3ed13883de
ModelName:Vfw7bf7fae1A9f8.compute.nodes.heat.vsn
ModelUuid:862a0227-c6a3-401e-8727-ab843e02f68d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:049d6ee6-603f-4042-9485-5518db05fc8a
ModelInvariantUuid:2964442e-03d2-4e3d-8c74-19b39a317952
ModelName:vFW 7bf7fae1-a9f8-nodes.vpgCvfc
ModelUuid:8934193a-982d-46e1-b395-e528347be5ce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d4a9e6ad-0260-40a7-ba19-f08bd2ca3a1f
ModelInvariantUuid:8389a005-3caf-49a5-9861-fa59e8a2ea6f
ModelName:Vfw7bf7fae1A9f8.compute.nodes.heat.vpg
ModelUuid:6b3ac3dc-cb3f-42b0-aeeb-c2d7a12a681b
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-12-07T05:43:09.871Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 0374aafb-9bdb-481d-a547-5437577a7edc
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-12-07T05:43:09.951Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||vFW 7bf7fae1-a9f8 0
2021-12-07T05:43:09.956Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0374aafb-9bdb-481d-a547-5437577a7edc
2021-12-07T05:43:09.956Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1e0a4af7-acc6-4e75-93d6-1745fb0d67a5 from URL: /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json
2021-12-07T05:43:09.956Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-07T05:43:09.956Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json
2021-12-07T05:43:09.999Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-07T05:43:10.000Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json 1e0a4af7-acc6-4e75-93d6-1745fb0d67a5 785
2021-12-07T05:43:10.000Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json ASDC sendASDCNotification
2021-12-07T05:43:10.000Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json
2021-12-07T05:43:10.000Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:43:10.000Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:10.002Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:10.002Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855790000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:43:10.103Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-07T05:43:10.103Z||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-12-07T05:43:10.104Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:10.112Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:43:10.113Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:11.004Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7bf7fae1A9f8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5e8e0116-7a70-4e40-baa6-cdae37def24a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ab0e8a17-214e-47ed-812b-1469e69bf1aa",
"vfModuleModelCustomizationUUID": "b7a0d6bd-7941-4c0b-9f70-abf88a662ae7",
"isBase": true,
"artifacts": [
"ca9e928a-1c64-413b-bbbc-b16dddfa6bc2",
"4f8b848b-70ce-4d1b-b9ca-3355a991be40"
],
"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-12-07T05:43:11.017Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7bf7fae1A9f8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ab0e8a17-214e-47ed-812b-1469e69bf1aa
VfModuleModelInvariantUUID:5e8e0116-7a70-4e40-baa6-cdae37def24a
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca9e928a-1c64-413b-bbbc-b16dddfa6bc2
,
4f8b848b-70ce-4d1b-b9ca-3355a991be40
}
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-12-07T05:43:11.019Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7bf7fae1A9f8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5e8e0116-7a70-4e40-baa6-cdae37def24a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ab0e8a17-214e-47ed-812b-1469e69bf1aa",
"vfModuleModelCustomizationUUID": "b7a0d6bd-7941-4c0b-9f70-abf88a662ae7",
"isBase": true,
"artifacts": [
"ca9e928a-1c64-413b-bbbc-b16dddfa6bc2",
"4f8b848b-70ce-4d1b-b9ca-3355a991be40"
],
"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-12-07T05:43:11.019Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7bf7fae1A9f8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ab0e8a17-214e-47ed-812b-1469e69bf1aa
VfModuleModelInvariantUUID:5e8e0116-7a70-4e40-baa6-cdae37def24a
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca9e928a-1c64-413b-bbbc-b16dddfa6bc2
,
4f8b848b-70ce-4d1b-b9ca-3355a991be40
}
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-12-07T05:43:11.019Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ca9e928a-1c64-413b-bbbc-b16dddfa6bc2 from URL: /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml
2021-12-07T05:43:11.019Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-07T05:43:11.019Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml
2021-12-07T05:43:11.060Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-07T05:43:11.061Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml ca9e928a-1c64-413b-bbbc-b16dddfa6bc2 20368
2021-12-07T05:43:11.061Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-07T05:43:11.062Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml
2021-12-07T05:43:11.062Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:43:11.062Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:11.063Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:11.064Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855791061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:43:11.164Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:11.165Z||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-12-07T05:43:11.165Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:11.175Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:43:11.175Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:12.064Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4f8b848b-70ce-4d1b-b9ca-3355a991be40 from URL: /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env
2021-12-07T05:43:12.065Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-07T05:43:12.065Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env
2021-12-07T05:43:12.159Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-07T05:43:12.159Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env 4f8b848b-70ce-4d1b-b9ca-3355a991be40 2098
2021-12-07T05:43:12.159Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-07T05:43:12.159Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env
2021-12-07T05:43:12.159Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:43:12.159Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:12.162Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:12.162Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855792159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:43:12.262Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:12.262Z||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-12-07T05:43:12.262Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:12.272Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:43:12.272Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:13.162Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3eb3c3a2-515c-4db2-aeba-a2309638a168
2021-12-07T05:43:13.163Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7bf7fae1-a9f8 0 0374aafb-9bdb-481d-a547-5437577a7edc ASDC
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 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 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-12-07T05:43:13.194Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44234382, org.onap.sdc.toscaparser.api.parameters.Input@496ea568, org.onap.sdc.toscaparser.api.parameters.Input@5deff573, org.onap.sdc.toscaparser.api.parameters.Input@1d610759, org.onap.sdc.toscaparser.api.parameters.Input@43807824]
2021-12-07T05:43:13.198Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.198Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:13.198Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-12-07T05:43:13.198Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= a843da01-42e9-4035-b724-5aeebd260653
2021-12-07T05:43:13.198Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a843da01-42e9-4035-b724-5aeebd260653 matches Tosca VF Customization UUID: a843da01-42e9-4035-b724-5aeebd260653
2021-12-07T05:43:13.198Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: a843da01-42e9-4035-b724-5aeebd260653 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-12-07T05:43:13.204Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.204Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:13.205Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id a843da01-42e9-4035-b724-5aeebd260653: {\"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-12-07T05:43:13.206Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20e6da49
2021-12-07T05:43:13.206Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.206Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-07T05:43:13.206Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b7a0d6bd-7941-4c0b-9f70-abf88a662ae7
2021-12-07T05:43:13.207Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b7a0d6bd-7941-4c0b-9f70-abf88a662ae7
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-12-07T05:43:13.213Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.213Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:13.213Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:43:13.214Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.214Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:13.214Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:43:13.214Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is not matching search criteria
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-07T05:43:13.216Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:13.216Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-07T05:43:13.216Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:13.216Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fd5c13ef-5df7-4a09-806a-504f05185231
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-12-07T05:43:13.224Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.224Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:13.224Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:43:13.225Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.225Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is not matching search criteria
2021-12-07T05:43:13.225Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-07T05:43:13.225Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-07T05:43:13.225Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-07T05:43:13.225Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:13.225Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:13.225Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:13.226Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-07T05:43:13.226Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-07T05:43:13.226Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-07T05:43:13.226Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:13.226Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-07T05:43:13.226Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:13.226Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1f6e1e62-3ca1-49cc-8106-0b83830f4503
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-12-07T05:43:13.227Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.228Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:13.228Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is not matching search criteria
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-07T05:43:13.231Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-07T05:43:13.231Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-07T05:43:13.231Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:13.231Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:13.231Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-07T05:43:13.231Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=049d6ee6-603f-4042-9485-5518db05fc8a
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-12-07T05:43:13.232Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.233Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:13.233Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:43:13.233Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.233Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:13.233Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=a843da01-42e9-4035-b724-5aeebd260653
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-12-07T05:43:13.234Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.234Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:13.235Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3eb3c3a2-515c-4db2-aeba-a2309638a168: vFW 7bf7fae1-a9f8
2021-12-07T05:43:13.235Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.235Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:13.235Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.235Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:13.235Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.235Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:13.235Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.236Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:13.236Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:43:13.236Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:13.236Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-12-07 05-40-57
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-12-07T05:43:13.431Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7bf7fae1-a9f8 0374aafb-9bdb-481d-a547-5437577a7edc 1 ASDC deployResourceStructure
2021-12-07T05:43:13.431Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json ASDC sendASDCNotification
2021-12-07T05:43:13.432Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json
2021-12-07T05:43:13.432Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:43:13.432Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:13.433Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:13.433Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855793431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
"status": "DEPLOY_OK"
}
2021-12-07T05:43:13.534Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:13.534Z||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-12-07T05:43:13.534Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:13.546Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:43:13.546Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:14.434Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-07T05:43:14.434Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml
2021-12-07T05:43:14.434Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:43:14.435Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:14.436Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:14.436Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855794434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-12-07T05:43:14.536Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:14.537Z||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-12-07T05:43:14.537Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:14.547Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:43:14.548Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:15.437Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-07T05:43:15.437Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env
2021-12-07T05:43:15.437Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:43:15.438Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:15.439Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:15.439Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855795436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-12-07T05:43:15.539Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:15.540Z||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-12-07T05:43:15.540Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:15.551Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:43:15.552Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-07T05:43:16.441Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar ASDC sendASDCNotification
2021-12-07T05:43:16.441Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:16.441Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:43:16.441Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:16.443Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:16.443Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855796440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-07T05:43:16.544Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:16.545Z||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-12-07T05:43:16.545Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:16.556Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:43:16.556Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:17.445Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
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-12-07T05:43:17.461Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
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-12-07T05:43:17.463Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:43:17.463Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T05:43:17.463Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T05:43:47.463Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
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-12-07T05:43:47.469Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
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-12-07T05:43:47.470Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:43:47.470Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T05:43:47.470Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T05:43:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:43:56.808Z||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-12-07T05:43:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:56.826Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:43:56.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:43:56.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "aai-ml",
"timestamp": 1638855777204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:43:56.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:43:56.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:43:56.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "ves-openapi-manager",
"timestamp": 1638855769564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:43:56.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:43:56.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:43:56.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "clamp",
"timestamp": 1638855776264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:43:56.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:44:17.470Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
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-12-07T05:44:17.476Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
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-12-07T05:44:17.477Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:44:17.477Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T05:44:17.478Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T05:44:47.478Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
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-12-07T05:44:47.482Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
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-12-07T05:44:47.484Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:44:47.484Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T05:44:47.484Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T05:44:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:44:56.808Z||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-12-07T05:44:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:44:56.826Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:44:56.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:44:56.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855773064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:44:56.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:17.484Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
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-12-07T05:45:17.489Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
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-12-07T05:45:17.490Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:45:17.490Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T05:45:17.490Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T05:45:47.491Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
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-12-07T05:45:47.496Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
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-12-07T05:45:47.498Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:45:47.498Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T05:45:47.498Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T05:45:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:45:56.808Z||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-12-07T05:45:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:45:56.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:45:56.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "cds",
"timestamp": 1638855769734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855776806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
"status": "NOTIFIED"
}
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "clamp",
"timestamp": 1638855776264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
"status": "NOTIFIED"
}
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855773064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "ves-openapi-manager",
"timestamp": 1638855769564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "aai-ml",
"timestamp": 1638855777204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "cds",
"timestamp": 1638855769734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855776806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "aai-ml",
"timestamp": 1638855777204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "clamp",
"timestamp": 1638855776264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "ves-openapi-manager",
"timestamp": 1638855769564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855773064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855776806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "aai-ml",
"timestamp": 1638855777204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "cds",
"timestamp": 1638855769734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "ves-openapi-manager",
"timestamp": 1638855769564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "clamp",
"timestamp": 1638855776264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855773064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855776806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "aai-ml",
"timestamp": 1638855777204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "cds",
"timestamp": 1638855769734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "clamp",
"timestamp": 1638855776264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "ves-openapi-manager",
"timestamp": 1638855769564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855773064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855781772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855776806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "cds",
"timestamp": 1638855769734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "aai-ml",
"timestamp": 1638855777204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "clamp",
"timestamp": 1638855776264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "ves-openapi-manager",
"timestamp": 1638855769564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855773064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855781772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
"status": "NOTIFIED"
}
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "aai-ml",
"timestamp": 1638855777204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "cds",
"timestamp": 1638855769734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855776806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "ves-openapi-manager",
"timestamp": 1638855769564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "clamp",
"timestamp": 1638855776264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855773064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855781772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "policy-id",
"timestamp": 1638855783983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855781772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "cds",
"timestamp": 1638855785554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855785568,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "aai-ml",
"timestamp": 1638855785583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "policy-id",
"timestamp": 1638855783983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855785758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855781772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-07T05:45:56.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "cds",
"timestamp": 1638855786570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-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-12-07T05:45:56.850Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e765ccba-f860-4f9c-a023-537a8e97cb94
2021-12-07T05:45:56.851Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e765ccba-f860-4f9c-a023-537a8e97cb94 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-12-07T05:45:56.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "policy-id",
"timestamp": 1638855783983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-07T05:45:56.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855781772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "policy-id",
"timestamp": 1638855783983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855781772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "policy-id",
"timestamp": 1638855783983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855789515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "policy-id",
"timestamp": 1638855783983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855789913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855790000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855790602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "policy-id",
"timestamp": 1638855783983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855790917,
"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-12-07T05:45:56.861Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e765ccba-f860-4f9c-a023-537a8e97cb94
2021-12-07T05:45:56.861Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e765ccba-f860-4f9c-a023-537a8e97cb94 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-12-07T05:45:56.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855791061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855791671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "policy-id",
"timestamp": 1638855791776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855792159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "policy-id",
"timestamp": 1638855792781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-07T05:45:56.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855792894,
"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-12-07T05:45:56.869Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e765ccba-f860-4f9c-a023-537a8e97cb94
2021-12-07T05:45:56.869Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e765ccba-f860-4f9c-a023-537a8e97cb94 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-12-07T05:45:56.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855793431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
"status": "DEPLOY_OK"
}
2021-12-07T05:45:56.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "policy-id",
"timestamp": 1638855793785,
"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-12-07T05:45:56.876Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e765ccba-f860-4f9c-a023-537a8e97cb94
2021-12-07T05:45:56.876Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e765ccba-f860-4f9c-a023-537a8e97cb94 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-12-07T05:45:56.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855793897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
"status": "DEPLOY_OK"
}
2021-12-07T05:45:56.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855794434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-12-07T05:45:56.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855795436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638855796440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "aai-ml",
"timestamp": 1638855798781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "aai-ml",
"timestamp": 1638855799785,
"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-12-07T05:45:56.882Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e765ccba-f860-4f9c-a023-537a8e97cb94
2021-12-07T05:45:56.882Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e765ccba-f860-4f9c-a023-537a8e97cb94 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-12-07T05:45:56.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "clamp",
"timestamp": 1638855799879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "clamp",
"timestamp": 1638855801885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-07T05:45:56.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "clamp",
"timestamp": 1638855802888,
"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-12-07T05:45:56.889Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e765ccba-f860-4f9c-a023-537a8e97cb94
2021-12-07T05:45:56.889Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e765ccba-f860-4f9c-a023-537a8e97cb94 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-12-07T05:46:17.498Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
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-12-07T05:46:17.505Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
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-12-07T05:46:17.506Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-07T05:46:17.508Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||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-12-07T05:46:17.510Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-07T05:46:47.511Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94 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-12-07T05:46:47.516Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e765ccba-f860-4f9c-a023-537a8e97cb94 and serviceModelVersionId: 3eb3c3a2-515c-4db2-aeba-a2309638a168
2021-12-07T05:46:47.516Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e228fdbe-3b3c-4922-95b3-8901f893930d
2021-12-07T05:46:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:46:56.808Z||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-12-07T05:46:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:46:57.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:46:57.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "cds",
"timestamp": 1638855844734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "ves-openapi-manager",
"timestamp": 1638855849564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "cds",
"timestamp": 1638855844734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "ves-openapi-manager",
"timestamp": 1638855849564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "cds",
"timestamp": 1638855844734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "ves-openapi-manager",
"timestamp": 1638855849564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "cds",
"timestamp": 1638855844734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "ves-openapi-manager",
"timestamp": 1638855849564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "cds",
"timestamp": 1638855844734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "ves-openapi-manager",
"timestamp": 1638855849564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "cds",
"timestamp": 1638855844734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "ves-openapi-manager",
"timestamp": 1638855849564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "cds",
"timestamp": 1638855844734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "ves-openapi-manager",
"timestamp": 1638855849564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "cds",
"timestamp": 1638855861310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "cds",
"timestamp": 1638855862315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-07T05:46:57.368Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f9ed04e-d653-44a4-9c99-069a81520f3f
2021-12-07T05:46:57.368Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f9ed04e-d653-44a4-9c99-069a81520f3f 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-12-07T05:46:57.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855861772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855861772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
"status": "NOTIFIED"
}
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855863064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855861772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "policy-id",
"timestamp": 1638855863983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855863064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855861772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "policy-id",
"timestamp": 1638855863983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855863064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855861772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "policy-id",
"timestamp": 1638855863983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855863064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "clamp",
"timestamp": 1638855866264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855861772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "policy-id",
"timestamp": 1638855863983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855863064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "aai-ml",
"timestamp": 1638855867203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "clamp",
"timestamp": 1638855866264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
"status": "NOTIFIED"
}
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855861772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "policy-id",
"timestamp": 1638855863983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855863064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "aai-ml",
"timestamp": 1638855867203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "clamp",
"timestamp": 1638855866264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855869486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "policy-id",
"timestamp": 1638855863983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855863064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "aai-ml",
"timestamp": 1638855867203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "clamp",
"timestamp": 1638855866264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855870583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "policy-id",
"timestamp": 1638855863983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855870800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "aai-ml",
"timestamp": 1638855867203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "clamp",
"timestamp": 1638855866264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855871623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "policy-id",
"timestamp": 1638855871720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "aai-ml",
"timestamp": 1638855867203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "clamp",
"timestamp": 1638855866264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855872636,
"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-12-07T05:46:57.383Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f9ed04e-d653-44a4-9c99-069a81520f3f
2021-12-07T05:46:57.384Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f9ed04e-d653-44a4-9c99-069a81520f3f 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-12-07T05:46:57.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "policy-id",
"timestamp": 1638855872723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855872823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "aai-ml",
"timestamp": 1638855867203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "clamp",
"timestamp": 1638855866264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638855873639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-07T05:46:57.406Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "policy-id",
"timestamp": 1638855873725,
"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-12-07T05:46:57.409Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f9ed04e-d653-44a4-9c99-069a81520f3f
2021-12-07T05:46:57.409Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f9ed04e-d653-44a4-9c99-069a81520f3f 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-12-07T05:46:57.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638855873826,
"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-12-07T05:46:57.414Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f9ed04e-d653-44a4-9c99-069a81520f3f
2021-12-07T05:46:57.414Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f9ed04e-d653-44a4-9c99-069a81520f3f 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-12-07T05:46:57.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "aai-ml",
"timestamp": 1638855867203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "aai-ml",
"timestamp": 1638855874964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "aai-ml",
"timestamp": 1638855879822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "aai-ml",
"timestamp": 1638855880826,
"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-12-07T05:46:57.422Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f9ed04e-d653-44a4-9c99-069a81520f3f
2021-12-07T05:46:57.422Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f9ed04e-d653-44a4-9c99-069a81520f3f 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-12-07T05:46:57.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "clamp",
"timestamp": 1638855884882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:46:57.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "clamp",
"timestamp": 1638855886887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-07T05:46:57.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "clamp",
"timestamp": 1638855887890,
"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-12-07T05:46:57.430Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f9ed04e-d653-44a4-9c99-069a81520f3f
2021-12-07T05:46:57.430Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f9ed04e-d653-44a4-9c99-069a81520f3f 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-12-07T05:46:58.794Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?depth=0
2021-12-07T05:46:58.881Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-12-07T05:46:59.511Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?depth=0|INFO|500||Invoke
2021-12-07T05:46:59.518Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e765ccba-f860-4f9c-a023-537a8e97cb94], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3a85693-2b0d-4f9e-ba09-d5ed0b232588], X-ECOMP-RequestID=[e765ccba-f860-4f9c-a023-537a8e97cb94], X-TransactionId=[], X-ONAP-RequestID=[e765ccba-f860-4f9c-a023-537a8e97cb94], Content-Type=[application/merge-patch+json]}
2021-12-07T05:46:59.707Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-12-07T05:46:59.976Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?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/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211207-05:46:59:716-1073], vertex-id=[180320], Content-Length=[0], Date=[Tue, 07 Dec 2021 05:46:59 GMT], Content-Type=[application/json]}
2021-12-07T05:46:59.978Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-07T05:46:59.978Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?depth=0|INFO|500||InvokeReturn
2021-12-07T05:46:59.981Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-07T05:46:59.981Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||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-12-07T05:46:59.985Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||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-12-07T05:46:59.991Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e765ccba-f860-4f9c-a023-537a8e97cb94 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-07T05:46:59.992Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-07T05:46:59.992Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:46:59.994Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:46:59.994Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856019991,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-07T05:47:00.094Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:00.095Z||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-12-07T05:47:00.095Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:00.104Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:00.104Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-07T05:47:01.003Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:47:01.003Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-12-07T05:47:01.003Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:05.765Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:05.766Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-07T05:47:05.767Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f9ed04e-d653-44a4-9c99-069a81520f3f","serviceName":"basic_onboard_CwHJMX","serviceVersion":"1.0","serviceUUID":"6c6d83ae-32e1-4432-85c6-8c07b3cd9f45","serviceDescription":"service","serviceInvariantUUID":"7e711525-056f-4bfa-92c8-6a095c6d0012","resources":[{"resourceInstanceName":"basic_onboard_CwHJMX 0","resourceName":"basic_onboard_CwHJMX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0b05e27a-c239-43f8-af6d-2499d6b43d9b","resourceInvariantUUID":"162cecc5-46d0-4c88-a230-83fbe5d989da","resourceCustomizationUUID":"572929be-04e3-422a-a158-f569e8ef38cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml","artifactChecksum":"ZDQ4NWRmZGFmYzY5ZGUwYjdiYzE0YjU3ZTMzMWI3ODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8b3962c-4468-4c95-8e7b-5d9ab55b7157","artifactVersion":"1"},{"artifactName":"basic_onboard_cwhjmx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json","artifactChecksum":"Y2NmOWQ4YzQ0OTFiMTI4MDdmMmI1OTczMzU3NjhmZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83c2dda4-6970-4a15-a053-b869d41d2af3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f9373732-2316-4e83-89b3-bfbea6c40a06","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c10c6c94-d7d1-4399-ae18-e66bc05785aa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"677e9766-3565-4131-8547-c1b57bfb7788","artifactVersion":"2","generatedFromUUID":"f9373732-2316-4e83-89b3-bfbea6c40a06"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCwhjmx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml","artifactChecksum":"MGFmZDc4ZTUzZjkyOGU0ZDEyY2VhNTllOTA2Yzk0MTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"51051d9b-c56f-4f43-9e5f-13e4139d0e73","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCwhjmx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar","artifactChecksum":"MjU4Zjg3NjA0MmUwOWRiNDAyMGM4YjE0ODgzN2Q4Yzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0beb6b41-341d-4b92-bb1e-dc2980550a52","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-07T05:47:05.769Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:47:05.769Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:05.771Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:05.771Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856021003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:47:05.871Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:05.872Z||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-12-07T05:47:05.872Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:05.884Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:05.885Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:06.772Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:47:06.772Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:06.774Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:06.774Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856021003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
"status": "NOTIFIED"
}
2021-12-07T05:47:06.874Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:06.874Z||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-12-07T05:47:06.875Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:06.884Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:06.884Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:07.774Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:47:07.775Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:07.776Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:07.776Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856021003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-07T05:47:07.876Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:07.878Z||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-12-07T05:47:07.878Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:07.891Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:07.891Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:08.777Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:47:08.777Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:08.779Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:08.779Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856021003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:47:08.879Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:08.880Z||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-12-07T05:47:08.880Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:08.892Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:08.892Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:09.780Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:47:09.781Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:09.782Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:09.782Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856021003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-12-07T05:47:09.887Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-12-07T05:47:09.887Z||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-12-07T05:47:09.887Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:09.898Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:09.899Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:10.783Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:47:10.784Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:10.785Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:10.785Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856021003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:47:10.886Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-07T05:47:10.886Z||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-12-07T05:47:10.886Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:10.899Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:10.899Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:11.786Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:47:11.787Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:11.788Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:11.788Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856021003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:47:11.889Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-07T05:47:11.889Z||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-12-07T05:47:11.889Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:11.902Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:11.902Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:12.790Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"serviceName": "basic_onboard_CwHJMX",
"serviceVersion": "1.0",
"serviceUUID": "6c6d83ae-32e1-4432-85c6-8c07b3cd9f45",
"serviceDescription": "service",
"serviceInvariantUUID": "7e711525-056f-4bfa-92c8-6a095c6d0012",
"resources": [
{
"resourceInstanceName": "basic_onboard_CwHJMX 0",
"resourceCustomizationUUID": "572929be-04e3-422a-a158-f569e8ef38cf",
"resourceName": "basic_onboard_CwHJMX",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0b05e27a-c239-43f8-af6d-2499d6b43d9b",
"resourceInvariantUUID": "162cecc5-46d0-4c88-a230-83fbe5d989da",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cwhjmx0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
"artifactChecksum": "Y2NmOWQ4YzQ0OTFiMTI4MDdmMmI1OTczMzU3NjhmZmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "83c2dda4-6970-4a15-a053-b869d41d2af3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f9373732-2316-4e83-89b3-bfbea6c40a06",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "677e9766-3565-4131-8547-c1b57bfb7788",
"generatedFromUUID": "f9373732-2316-4e83-89b3-bfbea6c40a06"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "677e9766-3565-4131-8547-c1b57bfb7788",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCwhjmx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"artifactChecksum": "MjU4Zjg3NjA0MmUwOWRiNDAyMGM4YjE0ODgzN2Q4Yzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0beb6b41-341d-4b92-bb1e-dc2980550a52"
}
],
"workloadContext": "Production"
}
2021-12-07T05:47:12.790Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-07T05:47:12.790Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6c6d83ae-32e1-4432-85c6-8c07b3cd9f45 ASDC
2021-12-07T05:47:12.790Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:4f9ed04e-d653-44a4-9c99-069a81520f3f
ServiceName:basic_onboard_CwHJMX
ServiceVersion:1.0
ServiceUUID:6c6d83ae-32e1-4432-85c6-8c07b3cd9f45
ServiceInvariantUUID:7e711525-056f-4bfa-92c8-6a095c6d0012
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCwhjmx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar
ArtifactUUID:0beb6b41-341d-4b92-bb1e-dc2980550a52
ArtifactChecksum:MjU4Zjg3NjA0MmUwOWRiNDAyMGM4YjE0ODgzN2Q4Yzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CwHJMX 0
ResourceCustomizationUUID:572929be-04e3-422a-a158-f569e8ef38cf
ResourceInvariantUUID:162cecc5-46d0-4c88-a230-83fbe5d989da
ResourceName:basic_onboard_CwHJMX
ResourceType:VF
ResourceUUID:0b05e27a-c239-43f8-af6d-2499d6b43d9b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cwhjmx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json
ArtifactUUID:83c2dda4-6970-4a15-a053-b869d41d2af3
ArtifactChecksum:Y2NmOWQ4YzQ0OTFiMTI4MDdmMmI1OTczMzU3NjhmZmI=
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/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f9373732-2316-4e83-89b3-bfbea6c40a06
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/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env
ArtifactUUID:677e9766-3565-4131-8547-c1b57bfb7788
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/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env
ArtifactUUID:677e9766-3565-4131-8547-c1b57bfb7788
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-12-07T05:47:12.790Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6c6d83ae-32e1-4432-85c6-8c07b3cd9f45 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-12-07T05:47:12.814Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T05:47:12.815Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-07T05:47:12.815Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-07T05:47:12.815Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0beb6b41-341d-4b92-bb1e-dc2980550a52 from URL: /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:12.815Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-07T05:47:12.815Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:12.869Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-07T05:47:12.872Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar 0beb6b41-341d-4b92-bb1e-dc2980550a52 71566
2021-12-07T05:47:12.873Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar ASDC sendASDCNotification
2021-12-07T05:47:12.873Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:12.873Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:47:12.873Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:12.874Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:12.875Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856032872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:47:12.975Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:12.975Z||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-12-07T05:47:12.975Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:12.987Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:12.988Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-12-07T05:47:13.875Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T05:47:13.876Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-07T05:47:13.876Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0beb6b41-341d-4b92-bb1e-dc2980550a52, URL: /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar to file: /app/ASDC/1/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:13.876Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:13.877Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:13.877Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:14.115Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15333938952101123446/Definitions/service-BasicOnboardCwhjmx-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-12-07T05:47:15.407Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||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-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CwHJMX 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-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is not matching search criteria
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:47:15.412Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:15.412Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:15.412Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:47:15.412Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:15.412Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:15.412Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:47:15.412Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:15.412Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is not matching search criteria
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3128ca1d-2af7-4148-94a4-effdb3e15205
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CwHJMX
Description:service
Model UUID:6c6d83ae-32e1-4432-85c6-8c07b3cd9f45
Model Version:NULL
Model InvariantUuid:7e711525-056f-4bfa-92c8-6a095c6d0012
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CwHJMX
Model UUID:3f77dfb8-0cc0-422a-957b-a63e53b8e000
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:162cecc5-46d0-4c88-a230-83fbe5d989da
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:572929be-04e3-422a-a158-f569e8ef38cf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:09df2020-ddd0-4eaf-a0a4-7ba9516c08da
ModelName:BasicOnboardCwhjmx..base_ubuntu18..module-0
ModelUuid:1406d6ce-599a-4780-8132-add268f3dba4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3128ca1d-2af7-4148-94a4-effdb3e15205
ModelInvariantUuid:5f8ea392-c404-4ee3-a3b5-976f31112ba6
ModelName:basic_onboard_CwHJMX-nodes.ubuntu18Cvfc
ModelUuid:56c4a590-4aef-4d70-96e2-f7de81097294
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:831eacec-fce5-40e0-b49d-a447d3ba3256
ModelInvariantUuid:4000cfd2-d641-493e-a3a9-679ee45e5ada
ModelName:BasicOnboardCwhjmx.compute.nodes.heat.ubuntu18
ModelUuid:a5665bef-3118-409b-ad37-8ab155818c16
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-12-07T05:47:15.416Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 0b05e27a-c239-43f8-af6d-2499d6b43d9b
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-12-07T05:47:15.418Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||basic_onboard_CwHJMX 0
2021-12-07T05:47:15.418Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0b05e27a-c239-43f8-af6d-2499d6b43d9b
2021-12-07T05:47:15.418Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 83c2dda4-6970-4a15-a053-b869d41d2af3 from URL: /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json
2021-12-07T05:47:15.418Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-07T05:47:15.418Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json
2021-12-07T05:47:15.557Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-07T05:47:15.558Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json 83c2dda4-6970-4a15-a053-b869d41d2af3 798
2021-12-07T05:47:15.558Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json ASDC sendASDCNotification
2021-12-07T05:47:15.558Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json
2021-12-07T05:47:15.558Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:47:15.558Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:15.560Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:15.560Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856035558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:47:15.660Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:15.661Z||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-12-07T05:47:15.661Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:15.671Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:15.672Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:16.561Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCwhjmx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "09df2020-ddd0-4eaf-a0a4-7ba9516c08da",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1406d6ce-599a-4780-8132-add268f3dba4",
"vfModuleModelCustomizationUUID": "cf6cfa8d-ee72-41ce-8db4-455d34afe71b",
"isBase": true,
"artifacts": [
"f9373732-2316-4e83-89b3-bfbea6c40a06",
"677e9766-3565-4131-8547-c1b57bfb7788"
],
"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-12-07T05:47:16.564Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCwhjmx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1406d6ce-599a-4780-8132-add268f3dba4
VfModuleModelInvariantUUID:09df2020-ddd0-4eaf-a0a4-7ba9516c08da
VfModuleModelDescription:NULL
Artifacts UUID List:{
f9373732-2316-4e83-89b3-bfbea6c40a06
,
677e9766-3565-4131-8547-c1b57bfb7788
}
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-12-07T05:47:16.565Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCwhjmx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "09df2020-ddd0-4eaf-a0a4-7ba9516c08da",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1406d6ce-599a-4780-8132-add268f3dba4",
"vfModuleModelCustomizationUUID": "cf6cfa8d-ee72-41ce-8db4-455d34afe71b",
"isBase": true,
"artifacts": [
"f9373732-2316-4e83-89b3-bfbea6c40a06",
"677e9766-3565-4131-8547-c1b57bfb7788"
],
"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-12-07T05:47:16.565Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCwhjmx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1406d6ce-599a-4780-8132-add268f3dba4
VfModuleModelInvariantUUID:09df2020-ddd0-4eaf-a0a4-7ba9516c08da
VfModuleModelDescription:NULL
Artifacts UUID List:{
f9373732-2316-4e83-89b3-bfbea6c40a06
,
677e9766-3565-4131-8547-c1b57bfb7788
}
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-12-07T05:47:16.566Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f9373732-2316-4e83-89b3-bfbea6c40a06 from URL: /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml
2021-12-07T05:47:16.566Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-07T05:47:16.566Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml
2021-12-07T05:47:16.754Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-07T05:47:16.755Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml f9373732-2316-4e83-89b3-bfbea6c40a06 5033
2021-12-07T05:47:16.755Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-07T05:47:16.755Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml
2021-12-07T05:47:16.755Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:47:16.755Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:16.757Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:16.757Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856036755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:47:16.857Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:16.858Z||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-12-07T05:47:16.858Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:16.869Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:16.869Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:17.758Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 677e9766-3565-4131-8547-c1b57bfb7788 from URL: /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env
2021-12-07T05:47:17.758Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-07T05:47:17.758Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env
2021-12-07T05:47:17.872Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-07T05:47:17.872Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env 677e9766-3565-4131-8547-c1b57bfb7788 909
2021-12-07T05:47:17.872Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-07T05:47:17.872Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env
2021-12-07T05:47:17.872Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:47:17.873Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:17.874Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:17.874Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856037872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:47:17.975Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:17.975Z||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-12-07T05:47:17.975Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:17.988Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:17.988Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:18.875Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6c6d83ae-32e1-4432-85c6-8c07b3cd9f45
2021-12-07T05:47:18.875Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CwHJMX 0 0b05e27a-c239-43f8-af6d-2499d6b43d9b 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-12-07T05:47:18.882Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fb3cecb, org.onap.sdc.toscaparser.api.parameters.Input@2b0b57a9, org.onap.sdc.toscaparser.api.parameters.Input@49766220, org.onap.sdc.toscaparser.api.parameters.Input@5c23729f, org.onap.sdc.toscaparser.api.parameters.Input@3d872a46]
2021-12-07T05:47:18.883Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:18.883Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:18.883Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-12-07T05:47:18.883Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 572929be-04e3-422a-a158-f569e8ef38cf
2021-12-07T05:47:18.883Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 572929be-04e3-422a-a158-f569e8ef38cf matches Tosca VF Customization UUID: 572929be-04e3-422a-a158-f569e8ef38cf
2021-12-07T05:47:18.883Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 572929be-04e3-422a-a158-f569e8ef38cf 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-12-07T05:47:18.884Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:18.885Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:18.885Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 572929be-04e3-422a-a158-f569e8ef38cf: {\"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-12-07T05:47:18.885Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6715cc3e
2021-12-07T05:47:18.885Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:18.885Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-07T05:47:18.886Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf6cfa8d-ee72-41ce-8db4-455d34afe71b
2021-12-07T05:47:18.886Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf6cfa8d-ee72-41ce-8db4-455d34afe71b
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-12-07T05:47:18.887Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:18.887Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:18.887Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:47:18.887Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:18.887Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:18.888Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:47:18.888Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:18.888Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is not matching search criteria
2021-12-07T05:47:18.888Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-07T05:47:18.888Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-07T05:47:18.888Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3128ca1d-2af7-4148-94a4-effdb3e15205
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-12-07T05:47:18.889Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:18.889Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:18.889Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:47:18.889Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:18.890Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:18.890Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0] matching following query criteria: sdcType=VF, customizationUUID=572929be-04e3-422a-a158-f569e8ef38cf
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-12-07T05:47:18.890Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:18.891Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:18.891Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6c6d83ae-32e1-4432-85c6-8c07b3cd9f45: basic_onboard_CwHJMX
2021-12-07T05:47:18.891Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:18.891Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:18.891Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:18.891Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:18.891Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:18.891Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:18.892Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:18.892Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:18.892Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:47:18.892Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:18.892Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_CwHJMX
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-12-07T05:47:18.930Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CwHJMX 0b05e27a-c239-43f8-af6d-2499d6b43d9b 1 ASDC deployResourceStructure
2021-12-07T05:47:18.930Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json ASDC sendASDCNotification
2021-12-07T05:47:18.930Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json
2021-12-07T05:47:18.930Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:47:18.930Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:18.932Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:18.932Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856038930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-07T05:47:19.032Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:19.033Z||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-12-07T05:47:19.033Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:19.042Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:19.042Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:19.932Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-07T05:47:19.933Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml
2021-12-07T05:47:19.933Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:47:19.933Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:19.935Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:19.935Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856039932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-12-07T05:47:20.035Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:20.035Z||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-12-07T05:47:20.036Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:20.046Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:20.046Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:20.936Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-07T05:47:20.936Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env
2021-12-07T05:47:20.936Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:47:20.936Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:20.938Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:20.938Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856040935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-12-07T05:47:21.038Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:21.039Z||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-12-07T05:47:21.039Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:21.048Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:21.048Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:21.939Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar ASDC sendASDCNotification
2021-12-07T05:47:21.939Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:21.940Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:47:21.940Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:21.941Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:21.941Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856041939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-07T05:47:22.041Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:22.042Z||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-12-07T05:47:22.042Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:22.054Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:22.054Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:22.942Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f9ed04e-d653-44a4-9c99-069a81520f3f
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-12-07T05:47:22.949Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f9ed04e-d653-44a4-9c99-069a81520f3f
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-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||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-12-07T05:47:22.954Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-07T05:47:52.954Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f9ed04e-d653-44a4-9c99-069a81520f3f 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-12-07T05:47:52.958Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f9ed04e-d653-44a4-9c99-069a81520f3f and serviceModelVersionId: 6c6d83ae-32e1-4432-85c6-8c07b3cd9f45
2021-12-07T05:47:52.958Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e711525-056f-4bfa-92c8-6a095c6d0012
2021-12-07T05:47:52.959Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e711525-056f-4bfa-92c8-6a095c6d0012/model-vers/model-ver/6c6d83ae-32e1-4432-85c6-8c07b3cd9f45?depth=0
2021-12-07T05:47:52.963Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-12-07T05:47:52.998Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e711525-056f-4bfa-92c8-6a095c6d0012/model-vers/model-ver/6c6d83ae-32e1-4432-85c6-8c07b3cd9f45?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-12-07T05:47:52.999Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e711525-056f-4bfa-92c8-6a095c6d0012/model-vers/model-ver/6c6d83ae-32e1-4432-85c6-8c07b3cd9f45?depth=0|INFO|500||Invoke
2021-12-07T05:47:53.021Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e711525-056f-4bfa-92c8-6a095c6d0012/model-vers/model-ver/6c6d83ae-32e1-4432-85c6-8c07b3cd9f45?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-12-07T05:47:53.153Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e711525-056f-4bfa-92c8-6a095c6d0012/model-vers/model-ver/6c6d83ae-32e1-4432-85c6-8c07b3cd9f45?depth=0|INFO|500||InvokeReturn
2021-12-07T05:47:53.153Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e711525-056f-4bfa-92c8-6a095c6d0012/model-vers/model-ver/6c6d83ae-32e1-4432-85c6-8c07b3cd9f45?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211207-05:47:53:027-51613], vertex-id=[163904], Content-Length=[0], Date=[Tue, 07 Dec 2021 05:47:53 GMT], Content-Type=[application/json]}
2021-12-07T05:47:53.153Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-12-07T05:47:53.154Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-07T05:47:53.154Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||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-12-07T05:47:53.156Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||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-12-07T05:47:53.156Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f9ed04e-d653-44a4-9c99-069a81520f3f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-07T05:47:53.156Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-07T05:47:53.156Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:53.158Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:53.158Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856073156,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-07T05:47:53.258Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:53.259Z||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-12-07T05:47:53.259Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:53.276Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:53.276Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 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-12-07T05:47:54.166Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:47:54.166Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:47:54.166Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:47:56.808Z||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-12-07T05:47:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:57.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:47:57.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856019991,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-07T05:47:57.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856021003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:47:57.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:47:57.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856021003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
"status": "NOTIFIED"
}
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856021003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856021003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856021003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856021003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856021003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856032872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856035558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856036755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856037872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856038930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856039932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856040935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856041939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856073156,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:48:03.708Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:48:03.708Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:48:03.708Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:48:03.708Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:48:13.248Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:48:13.248Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:48:13.249Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:48:13.249Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:48:22.785Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:48:22.785Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:48:22.786Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:48:22.786Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:48:32.324Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:48:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:48:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:48:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:48:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:48:56.808Z||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-12-07T05:48:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:49:06.344Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:49:06.344Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:49:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:49:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:49:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:49:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:49:56.808Z||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-12-07T05:49:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:50:06.348Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:50:06.348Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:50:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:50:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:50:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:50:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:50:56.808Z||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-12-07T05:50:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:51:06.350Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:51:06.354Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:51:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:51:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:51:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:51:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:51:56.808Z||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-12-07T05:51:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:52:06.348Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:52:06.351Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:52:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:52:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:52:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:52:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:52:56.808Z||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-12-07T05:52:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:53:06.347Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:53:06.349Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:53:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:53:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:53:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:53:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:53:56.808Z||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-12-07T05:53:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:54:06.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:54:06.349Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:54:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:54:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:54:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:54:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:54:56.808Z||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-12-07T05:54:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:55:06.355Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:55:06.355Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:55:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:55:56.807Z||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-12-07T05:55:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:55:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:55:56.808Z||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-12-07T05:55:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:56:06.351Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:56:06.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:56:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:56:56.807Z||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-12-07T05:56:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:56:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:56:56.808Z||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-12-07T05:56:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:57:06.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:57:06.352Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:57:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:57:56.807Z||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-12-07T05:57:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:57:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:57:56.808Z||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-12-07T05:57:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:58:06.346Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:58:06.347Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:58:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:58:56.807Z||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-12-07T05:58:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:58:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:58:56.808Z||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-12-07T05:58:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:58:56.932Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:58:56.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638856721772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "policy-id",
"timestamp": 1638856723983,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1638856729564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638856721772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "policy-id",
"timestamp": 1638856723983,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "cds",
"timestamp": 1638856729734,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1638856729564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638856721772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "policy-id",
"timestamp": 1638856723983,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "cds",
"timestamp": 1638856729734,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1638856729564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638856721772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "policy-id",
"timestamp": 1638856723983,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "cds",
"timestamp": 1638856729734,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1638856729564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638856721772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "policy-id",
"timestamp": 1638856723983,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "cds",
"timestamp": 1638856729734,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638856733064,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1638856729564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638856721772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "policy-id",
"timestamp": 1638856723983,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "cds",
"timestamp": 1638856729734,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638856733064,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1638856729564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638856721772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "policy-id",
"timestamp": 1638856723983,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "cds",
"timestamp": 1638856729734,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638856733064,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1638856729564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "cds",
"timestamp": 1638856729734,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-12-07T05:58:56.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638856736445,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:58:56.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:58:56.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "policy-id",
"timestamp": 1638856736448,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:58:56.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:58:57.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:58:57.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-07T05:58:57.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"953392c2-237c-4dc2-8ea8-e7fc1c56f9ac","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c1abe683-ad10-4ba9-a2be-53d946b51048","serviceDescription":"service","serviceInvariantUUID":"9365e390-8e3d-4744-b37a-e79204548ddc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"92b4c22b-e166-419d-8412-08244aef65aa","resourceInvariantUUID":"d921d0da-6ad8-475d-9e95-b683e895b292","resourceCustomizationUUID":"35ae5170-05aa-49af-aa28-95077ccaaf3d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YWI3NjAzODVmNjNmYThiMjU5YWVkNGQ3YmU3YTVjZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e24103fc-2d41-4ec9-b3d9-db0942485015","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZTMwNTgyM2IxOGFlOTQ4MDY0ZDUzZTBjNTA1N2FhN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b61ca65c-9700-4b13-ab5c-931cacc30f8b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eba5d4e9-bd19-4202-b42b-f1dc9f495be6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2f25de09-7da2-4112-95e5-4331abd4f51d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d22088a9-7344-4b83-b680-0acdcd2ac21f","artifactVersion":"2","generatedFromUUID":"eba5d4e9-bd19-4202-b42b-f1dc9f495be6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzlhODMwMGZkYTYzZTM2ZGI0MTlmMDI1OTMxNDkzMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39671d53-e8f2-4ece-a0b3-6b594cbc29e8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjNiZmIwNTcwNmVmMTkwMGQyMmFkMDZkZDI2MDM5MDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f62ef9c-fdbb-4072-a0fa-a5b622c4a355","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-07T05:58:57.432Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:58:57.432Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:58:57.434Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:58:57.434Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856736806,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:58:57.534Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:58:57.535Z||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-12-07T05:58:57.535Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:58:57.546Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:58:57.546Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:58:58.434Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:58:58.435Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:58:58.436Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:58:58.437Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856736806,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-12-07T05:58:58.537Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:58:58.537Z||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-12-07T05:58:58.537Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:58:58.549Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:58:58.549Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:58:59.437Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:58:59.438Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:58:59.439Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:58:59.439Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856736806,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-12-07T05:58:59.539Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:58:59.540Z||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-12-07T05:58:59.540Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:58:59.549Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:58:59.549Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:00.439Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:59:00.440Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:00.442Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:00.442Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856736806,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:59:00.542Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:59:00.542Z||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-12-07T05:59:00.543Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:00.553Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:59:00.554Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:01.442Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:59:01.443Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:01.444Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:01.444Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856736806,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-12-07T05:59:01.544Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:59:01.545Z||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-12-07T05:59:01.545Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:01.554Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:59:01.554Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:02.445Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:59:02.445Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:02.447Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:02.447Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856736806,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-07T05:59:02.547Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:59:02.548Z||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-12-07T05:59:02.548Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:02.559Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:59:02.559Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:03.447Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:59:03.448Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:03.450Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:03.450Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856736806,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-12-07T05:59:03.550Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-07T05:59:03.550Z||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-12-07T05:59:03.550Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:03.560Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:59:03.561Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-12-07T05:59:04.451Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "c1abe683-ad10-4ba9-a2be-53d946b51048",
"serviceDescription": "service",
"serviceInvariantUUID": "9365e390-8e3d-4744-b37a-e79204548ddc",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "35ae5170-05aa-49af-aa28-95077ccaaf3d",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "92b4c22b-e166-419d-8412-08244aef65aa",
"resourceInvariantUUID": "d921d0da-6ad8-475d-9e95-b683e895b292",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZTMwNTgyM2IxOGFlOTQ4MDY0ZDUzZTBjNTA1N2FhN2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b61ca65c-9700-4b13-ab5c-931cacc30f8b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "eba5d4e9-bd19-4202-b42b-f1dc9f495be6",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d22088a9-7344-4b83-b680-0acdcd2ac21f",
"generatedFromUUID": "eba5d4e9-bd19-4202-b42b-f1dc9f495be6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d22088a9-7344-4b83-b680-0acdcd2ac21f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZjNiZmIwNTcwNmVmMTkwMGQyMmFkMDZkZDI2MDM5MDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7f62ef9c-fdbb-4072-a0fa-a5b622c4a355"
}
],
"workloadContext": "Production"
}
2021-12-07T05:59:04.451Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-07T05:59:04.451Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c1abe683-ad10-4ba9-a2be-53d946b51048 ASDC
2021-12-07T05:59:04.452Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:c1abe683-ad10-4ba9-a2be-53d946b51048
ServiceInvariantUUID:9365e390-8e3d-4744-b37a-e79204548ddc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:7f62ef9c-fdbb-4072-a0fa-a5b622c4a355
ArtifactChecksum:ZjNiZmIwNTcwNmVmMTkwMGQyMmFkMDZkZDI2MDM5MDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:35ae5170-05aa-49af-aa28-95077ccaaf3d
ResourceInvariantUUID:d921d0da-6ad8-475d-9e95-b683e895b292
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:92b4c22b-e166-419d-8412-08244aef65aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:b61ca65c-9700-4b13-ab5c-931cacc30f8b
ArtifactChecksum:ZTMwNTgyM2IxOGFlOTQ4MDY0ZDUzZTBjNTA1N2FhN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:eba5d4e9-bd19-4202-b42b-f1dc9f495be6
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d22088a9-7344-4b83-b680-0acdcd2ac21f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d22088a9-7344-4b83-b680-0acdcd2ac21f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-12-07T05:59:04.452Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1abe683-ad10-4ba9-a2be-53d946b51048 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-12-07T05:59:04.474Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T05:59:04.475Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T05:59:04.475Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T05:59:04.475Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7f62ef9c-fdbb-4072-a0fa-a5b622c4a355 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-07T05:59:04.475Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T05:59:04.475Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-07T05:59:04.640Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T05:59:04.643Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7f62ef9c-fdbb-4072-a0fa-a5b622c4a355 71039
2021-12-07T05:59:04.643Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-12-07T05:59:04.643Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-07T05:59:04.643Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:59:04.643Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:04.645Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:04.645Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856744643,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:59:04.745Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:59:04.748Z||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-12-07T05:59:04.748Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:04.759Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:59:04.759Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:05.645Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T05:59:05.646Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T05:59:05.646Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7f62ef9c-fdbb-4072-a0fa-a5b622c4a355, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:05.647Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-12-07T05:59:05.647Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:05.647Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:05.783Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11066171583023762647/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-12-07T05:59:06.698Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c8c78f8-d811-4874-b4f9-569b5320ed53
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:c1abe683-ad10-4ba9-a2be-53d946b51048
Model Version:NULL
Model InvariantUuid:9365e390-8e3d-4744-b37a-e79204548ddc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:35bc2d1b-fe58-4660-a6fb-6b3fde369596
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d921d0da-6ad8-475d-9e95-b683e895b292
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:35ae5170-05aa-49af-aa28-95077ccaaf3d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a231a843-a273-41a1-b837-fab26a43227e
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:d430dc07-427d-4694-930f-45a893b706fc
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2c8c78f8-d811-4874-b4f9-569b5320ed53
ModelInvariantUuid:32e08c5b-404e-472d-82f8-fa0241285d56
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:3c23b3ad-1aca-45f1-bdd8-a6a256116f8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:256492c2-b78c-4160-821f-a887827e2951
ModelInvariantUuid:28b7e935-65b1-4e04-a695-8f60cc171701
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:6bc44ec2-7005-43db-ad7b-09145b2660b0
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-12-07T05:59:06.707Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 92b4c22b-e166-419d-8412-08244aef65aa
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-12-07T05:59:06.710Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||basic_vm 0
2021-12-07T05:59:06.710Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 92b4c22b-e166-419d-8412-08244aef65aa
2021-12-07T05:59:06.710Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b61ca65c-9700-4b13-ab5c-931cacc30f8b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-07T05:59:06.710Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T05:59:06.711Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-07T05:59:06.751Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T05:59:06.751Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b61ca65c-9700-4b13-ab5c-931cacc30f8b 787
2021-12-07T05:59:06.751Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-12-07T05:59:06.751Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-07T05:59:06.751Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:59:06.752Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:06.753Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:06.753Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856746751,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:59:06.853Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:59:06.854Z||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-12-07T05:59:06.854Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:06.866Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:59:06.866Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:07.754Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "a231a843-a273-41a1-b837-fab26a43227e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d430dc07-427d-4694-930f-45a893b706fc",
"vfModuleModelCustomizationUUID": "46cbc34e-6b5f-40a2-9ffe-bfcb09f1f19f",
"isBase": true,
"artifacts": [
"eba5d4e9-bd19-4202-b42b-f1dc9f495be6",
"d22088a9-7344-4b83-b680-0acdcd2ac21f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-12-07T05:59:07.757Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d430dc07-427d-4694-930f-45a893b706fc
VfModuleModelInvariantUUID:a231a843-a273-41a1-b837-fab26a43227e
VfModuleModelDescription:NULL
Artifacts UUID List:{
eba5d4e9-bd19-4202-b42b-f1dc9f495be6
,
d22088a9-7344-4b83-b680-0acdcd2ac21f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-12-07T05:59:07.759Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "a231a843-a273-41a1-b837-fab26a43227e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d430dc07-427d-4694-930f-45a893b706fc",
"vfModuleModelCustomizationUUID": "46cbc34e-6b5f-40a2-9ffe-bfcb09f1f19f",
"isBase": true,
"artifacts": [
"eba5d4e9-bd19-4202-b42b-f1dc9f495be6",
"d22088a9-7344-4b83-b680-0acdcd2ac21f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-12-07T05:59:07.759Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d430dc07-427d-4694-930f-45a893b706fc
VfModuleModelInvariantUUID:a231a843-a273-41a1-b837-fab26a43227e
VfModuleModelDescription:NULL
Artifacts UUID List:{
eba5d4e9-bd19-4202-b42b-f1dc9f495be6
,
d22088a9-7344-4b83-b680-0acdcd2ac21f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-12-07T05:59:07.759Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eba5d4e9-bd19-4202-b42b-f1dc9f495be6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-07T05:59:07.759Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T05:59:07.759Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-07T05:59:07.796Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T05:59:07.796Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml eba5d4e9-bd19-4202-b42b-f1dc9f495be6 5033
2021-12-07T05:59:07.797Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-12-07T05:59:07.797Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-07T05:59:07.797Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:59:07.797Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:07.798Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:07.798Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856747796,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:59:07.899Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-07T05:59:07.899Z||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-12-07T05:59:07.899Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:07.910Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:59:07.910Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:08.799Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d22088a9-7344-4b83-b680-0acdcd2ac21f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-07T05:59:08.800Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T05:59:08.800Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-07T05:59:08.837Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T05:59:08.837Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d22088a9-7344-4b83-b680-0acdcd2ac21f 903
2021-12-07T05:59:08.838Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-12-07T05:59:08.838Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-07T05:59:08.838Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:59:08.838Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:08.840Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:08.840Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638856748838,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-12-07T05:59:08.940Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:59:08.941Z||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-12-07T05:59:08.941Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:08.952Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-07T05:59:08.952Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:09.840Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c1abe683-ad10-4ba9-a2be-53d946b51048
2021-12-07T05:59:09.841Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 92b4c22b-e166-419d-8412-08244aef65aa 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-12-07T05:59:09.848Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c77314d, org.onap.sdc.toscaparser.api.parameters.Input@7e6e2832, org.onap.sdc.toscaparser.api.parameters.Input@7f70c0ad, org.onap.sdc.toscaparser.api.parameters.Input@54b15277, org.onap.sdc.toscaparser.api.parameters.Input@5149fcf5]
2021-12-07T05:59:09.849Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:09.849Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:09.850Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-12-07T05:59:09.850Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 35ae5170-05aa-49af-aa28-95077ccaaf3d
2021-12-07T05:59:09.850Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 35ae5170-05aa-49af-aa28-95077ccaaf3d matches Tosca VF Customization UUID: 35ae5170-05aa-49af-aa28-95077ccaaf3d
2021-12-07T05:59:09.850Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 35ae5170-05aa-49af-aa28-95077ccaaf3d 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-12-07T05:59:09.851Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:09.851Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:09.852Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 35ae5170-05aa-49af-aa28-95077ccaaf3d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-12-07T05:59:09.852Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79996bff
2021-12-07T05:59:09.852Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:09.852Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-07T05:59:09.852Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 46cbc34e-6b5f-40a2-9ffe-bfcb09f1f19f
2021-12-07T05:59:09.853Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 46cbc34e-6b5f-40a2-9ffe-bfcb09f1f19f
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-12-07T05:59:09.854Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:09.854Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:09.854Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:59:09.855Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:09.855Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:09.855Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:59:09.855Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:09.855Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-07T05:59:09.855Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-07T05:59:09.856Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-07T05:59:09.856Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c8c78f8-d811-4874-b4f9-569b5320ed53
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-12-07T05:59:09.857Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:09.857Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:09.857Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:59:09.858Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:09.858Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:09.858Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=35ae5170-05aa-49af-aa28-95077ccaaf3d
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-12-07T05:59:09.859Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-07T05:59:09.859Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:09.859Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c1abe683-ad10-4ba9-a2be-53d946b51048: basic_vm
2021-12-07T05:59:09.859Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery